|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.bmc.arsys.api.FieldLimit com.bmc.arsys.api.IntegerFieldLimit
public class IntegerFieldLimit
The IntegerFieldLimit
class
defines the value limits for an integer(
field.
DataType.INTEGER
)
Constructor Summary | |
---|---|
IntegerFieldLimit()
|
|
IntegerFieldLimit(int low,
int high)
Constructs a new IntegerLimitInfo object |
Method Summary | |
---|---|
Object |
clone()
Clone implementation that returns an Object with data cloned from self. |
boolean |
equals(Object obj)
Use this method for checking equality between the current object and the provided one. |
int |
getHighRange()
Returns the upper-range limit. |
int |
getLowRange()
Returns the lower-range limit. |
int |
hashCode()
Returns the hash code value for this instance of the current class. |
void |
setHighRange(int high)
Sets the upper-range limit. |
void |
setLowRange(int low)
Sets the lower-range limit. |
String |
toString()
Returns a string description of the object. |
Methods inherited from class com.bmc.arsys.api.FieldLimit |
---|
getDataType |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public IntegerFieldLimit()
public IntegerFieldLimit(int low, int high)
IntegerLimitInfo
object
low
- Lower-range limit.high
- Upper-range limit.Method Detail |
---|
public int getLowRange()
public int getHighRange()
public void setLowRange(int low)
public void setHighRange(int high)
public Object clone() throws CloneNotSupportedException
clone
in class FieldLimit
CloneNotSupportedException
public String toString()
toString
in class FieldLimit
public int hashCode()
hashCode
in class FieldLimit
public boolean equals(Object obj)
equals
in class FieldLimit
obj
- the object that we are comparing to
|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |