|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.remedy.cmdb.api.CMDBAttributeLimit
com.remedy.cmdb.api.CMDBAttachmentLimit
The CMDBAttachmentLimit
class defines the limit of an
attachment attribute.
Field Summary |
Constructor Summary | |
CMDBAttachmentLimit()
Default constructor that creates a attachment attribute limit with an unlimited size, and without attachment pool. |
|
CMDBAttachmentLimit(long maxSize,
java.lang.String attachmentPoolName)
Creates a attachment attribute limit with the specified limit information. |
Method Summary | |
java.lang.String |
getAttachmentPoolName()
Gets the name of the attachment pool of the attachment attribute limit. |
long |
getMaxSize()
Gets the maximum size of the attachment. |
void |
setAttachmentPoolName(java.lang.String attaPoolName)
Sets the name of the attachment pool into the attachment attribute limit. |
void |
setMaxSize(long maxSize)
Sets the maximum size of the attachment. |
Methods inherited from class com.remedy.cmdb.api.CMDBAttributeLimit |
getDataType |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CMDBAttachmentLimit()
public CMDBAttachmentLimit(long maxSize, java.lang.String attachmentPoolName)
maxSize
- the maximum size of the attachmentattachmentPoolName
- the name of the attachment pool of the attachment attribute limitMethod Detail |
public long getMaxSize()
public java.lang.String getAttachmentPoolName()
public void setMaxSize(long maxSize)
maxSize
- the maximum size of the attachmentpublic void setAttachmentPoolName(java.lang.String attaPoolName)
attaPoolName
- the name of the attachment pool
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |