com.bmc.cmdb.api
Class CMDBDiaryLimit

java.lang.Object
  extended by com.bmc.cmdb.api.CMDBAttributeLimit
      extended by com.bmc.cmdb.api.CMDBDiaryLimit

public class CMDBDiaryLimit
extends CMDBAttributeLimit

The CMDBDiaryLimit class defines the limit of a Diary attribute.


Field Summary
 
Fields inherited from class com.bmc.cmdb.api.CMDBAttributeLimit
CMDB_ATTR_DATA_TYPE_ATTACH, CMDB_ATTR_DATA_TYPE_ATTACH_POOL, CMDB_ATTR_DATA_TYPE_CHAR, CMDB_ATTR_DATA_TYPE_CURRENCY, CMDB_ATTR_DATA_TYPE_DATE, CMDB_ATTR_DATA_TYPE_DECIMAL, CMDB_ATTR_DATA_TYPE_DIARY, CMDB_ATTR_DATA_TYPE_ENUM, CMDB_ATTR_DATA_TYPE_INTEGER, CMDB_ATTR_DATA_TYPE_NULL, CMDB_ATTR_DATA_TYPE_REAL, CMDB_ATTR_DATA_TYPE_TIME, CMDB_ATTR_DATA_TYPE_TIME_OF_DAY
 
Constructor Summary
CMDBDiaryLimit()
          Default constructor to create a diary attribute limit.
 
Method Summary
 
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

CMDBDiaryLimit

public CMDBDiaryLimit()
Default constructor to create a diary attribute limit. The CMDB_ATTR_DATA_TYPE_DIARY constant is defined in CMDBAttributeLimit, and is used to differentiate between AttributeLimit types.



(c) Copyright 2004-2007 BMC Software, Inc.