|
6.3 Action Request System Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.remedy.arsys.api.FieldLimitInfo
com.remedy.arsys.api.AttachmentLimitInfo
The AttachmentLimitInfo class
defines the value limits for an attachment
field (DataType.ATTACHMENT).
| Constructor Summary | |
AttachmentLimitInfo(long max,
int type)
Constructs a new AttachmentLimitInfo object. |
|
| Method Summary | |
java.lang.Object |
clone()
Clone implementation that returns an Object with data cloned from self. |
int |
getAttachType()
Returns the attachment type |
long |
getMaxSize()
Returns the maximum attachment size |
void |
setAttachType(int type)
Sets the attachment type |
void |
setMaxSize(long max)
Sets the maximum attachment size |
| Methods inherited from class com.remedy.arsys.api.FieldLimitInfo |
getDataType |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AttachmentLimitInfo(long max,
int type)
AttachmentLimitInfo object.
max - Maximum size of the attachment.type - Type of the attachment --
embedded (Constants.AR_DATA_TYPE_ATTACH) is the only type supported at this time.| Method Detail |
public void setMaxSize(long max)
public void setAttachType(int type)
public long getMaxSize()
public int getAttachType()
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class FieldLimitInfojava.lang.CloneNotSupportedException
|
6.3 Action Request System Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||