| 
||||||||||
| 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.CMDBIntLimit
public class CMDBIntLimit
The CMDBIntLimit class defines the limit of a 
 integer attribute.
| Field Summary | 
|---|
| Constructor Summary | |
|---|---|
CMDBIntLimit()
Creates a default int attribute limit that has a low range of -2147483647 and a high range of 2147483647.  | 
|
CMDBIntLimit(int low,
             int high)
Creates an int attribute limit with the specified low and high range.  | 
|
| Method Summary | |
|---|---|
 int | 
getHighRange()
Gets the high range of the int attribute limit.  | 
 int | 
getLowRange()
Gets the low range of the int attribute limit.  | 
 void | 
setHighRange(int high)
Sets the high range of the int attribute limit  | 
 void | 
setLowRange(int low)
Sets the low range of the int attribute limit.  | 
| 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 CMDBIntLimit()
public CMDBIntLimit(int low,
                    int high)
low - the low range specifiedhigh - the high range specified| Method Detail | 
|---|
public int getLowRange()
public int getHighRange()
public void setLowRange(int low)
low - the low range of the attributepublic void setHighRange(int high)
high - the high range of the attribute
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||