|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.infoglue.cms.util.validators.Range
| Constructor Summary | |
Range(int upperLimit)
|
|
Range(int lowerLimit,
int upperLimit)
|
|
| Method Summary | |
boolean |
getHasUpperLimit()
Returns the hasUpperLimit. |
int |
getLowerLimit()
Returns the lowerLimit. |
int |
getUpperLimit()
Returns the upperLimit. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Range(int upperLimit)
public Range(int lowerLimit,
int upperLimit)
| Method Detail |
public int getLowerLimit()
public int getUpperLimit()
public boolean getHasUpperLimit()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||