| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bmc.cmdb.api.CMDBAttributeLimit
com.bmc.cmdb.api.CMDBAttachmentLimit
public class 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 with no attachment pool.  | 
|
CMDBAttachmentLimit(long maxSize,
                    java.lang.String attachmentPoolName)
Creates a attachment attribute limit with the specified size and attachment pool name.  | 
|
| Method Summary | |
|---|---|
 java.lang.String | 
getAttachmentPoolName()
Gets the name of the attachment pool.  | 
 long | 
getMaxSize()
Gets the maximum size of the attachment.  | 
 void | 
setAttachmentPoolName(java.lang.String attaPoolName)
Sets the name of the attachment pool.  | 
 void | 
setMaxSize(long maxSize)
Sets the maximum size of the attachment.  | 
| Methods inherited from class com.bmc.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 limit| Method 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 | |||||||||