|
||||||||||
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.CMDBDecimalLimit
The CMDBDecimalLimit
class defines the limit of a
decimal attribute.
Field Summary |
Constructor Summary | |
CMDBDecimalLimit()
Creates a default decimal attribute limit that has a low range of -99999999999999999999999999.99, a high range of 99999999999999999999999999.99, and a precision of 2. |
|
CMDBDecimalLimit(java.math.BigDecimal low,
java.math.BigDecimal high,
int precision)
Creates a decimal limit with the specified limit information. |
Method Summary | |
java.math.BigDecimal |
getHighRange()
Gets the high range of the decimal attribute limit. |
java.math.BigDecimal |
getLowRange()
Gets the low range of the decimal attribute limit. |
int |
getPrecision()
Gets the precision of the decimal attribute limit. |
void |
setHighRange(java.math.BigDecimal high)
Sets the high range of the decimal attribute limit. |
void |
setLowRange(java.math.BigDecimal low)
Sets the low range of the decimal attribute limit. |
void |
setPrecision(int precision)
Sets the precision of the decimal attribute limit. |
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 CMDBDecimalLimit()
public CMDBDecimalLimit(java.math.BigDecimal low, java.math.BigDecimal high, int precision)
low
- the low range of the decimal limithigh
- the high range of the decimal limitprecision
- the precision of the decimal limitMethod Detail |
public java.math.BigDecimal getLowRange()
public java.math.BigDecimal getHighRange()
public int getPrecision()
public void setLowRange(java.math.BigDecimal low)
low
- the low range of the decimal attribute limit to setpublic void setHighRange(java.math.BigDecimal high)
high
- the high range of the decimal attribute limit to setpublic void setPrecision(int precision)
precision
- the precision of the decimal attribute limit to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |