public class DateTimeFieldLimit extends FieldLimit implements Cloneable, Serializable
DateTimeFieldLimit class defines the value limits for an integer(DataType.INTEGER)
field.| Constructor and Description |
|---|
DateTimeFieldLimit() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Makes a copy of the object.
|
boolean |
equals(Object obj)
Use this method for checking equality between the current object and the
provided one.
|
int |
hashCode()
Returns the hash code value for this instance of the current class.
|
String |
toString()
Returns a string description of the object.
|
getDataTypepublic Object clone() throws CloneNotSupportedException
clone in class FieldLimitCloneNotSupportedExceptionpublic 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.