public class DateOnlyFieldLimit extends FieldLimit implements Cloneable, Serializable
DateOnlyFieldLimit class defines the value limits for an integer(DataType.INTEGER)
field.| Constructor and Description |
|---|
DateOnlyFieldLimit() |
| Modifier and Type | Method and Description |
|---|---|
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 |
getMaxDate()
return the Upper-range limit.
|
int |
getMinDate()
return the lower-range limit.
|
int |
hashCode()
Returns the hash code value for this instance of the current class.
|
void |
setMaxDate(int maxDate)
Set the Upper-range limit.
|
void |
setMinDate(int minDate)
Set the lower-range limit.
|
String |
toString()
Returns a string description of the object.
|
getDataTypepublic Object clone() throws CloneNotSupportedException
clone in class FieldLimitCloneNotSupportedExceptionpublic int getMinDate()
public void setMinDate(int minDate)
public int getMaxDate()
public void setMaxDate(int maxDate)
public String toString()
toString in class FieldLimitpublic int hashCode()
hashCode in class FieldLimitpublic boolean equals(Object obj)
equals in class FieldLimitobj - the object that we are comparing to? Copyright 2013 BMC Software, Inc.