org.infoglue.cms.util.validators
Class Range

java.lang.Object
  extended by org.infoglue.cms.util.validators.Range

public class Range
extends java.lang.Object

Time is running out, the illusion fades away... This package will be refactored/extended after iteration 1. - move to com.holigrow.yoda.util.validators ? - interfaces + factory - constructor madness (setXXX instead of N constructors?) - more validators - more fun


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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Range

public Range(int upperLimit)

Range

public Range(int lowerLimit,
             int upperLimit)
Method Detail

getLowerLimit

public int getLowerLimit()
Returns the lowerLimit.

Returns:
int

getUpperLimit

public int getUpperLimit()
Returns the upperLimit.

Returns:
int

getHasUpperLimit

public boolean getHasUpperLimit()
Returns the hasUpperLimit.

Returns:
boolean


Copyright © 2005 InfoGlue.org All Rights Reserved.