|
||||||||||
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.CMDBDecimalLimit
public class CMDBDecimalLimit
The CMDBDecimalLimit
class defines the limit of a
Decimal attribute.
Field Summary |
---|
Constructor Summary | |
---|---|
CMDBDecimalLimit()
Default constructor that creates a Decimal attribute limit with 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 low range, high range, and precision 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.bmc.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 limitpublic void setHighRange(java.math.BigDecimal high)
high
- the high range of the decimal limitpublic void setPrecision(int precision)
precision
- the precision of the decimal limit
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |