| 
AR System Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bmc.arsys.api.FieldLimit
com.bmc.arsys.api.DateTimeFieldLimit
public class DateTimeFieldLimit
The DateTimeFieldLimit class defines the value limits for an integer(
 field.
DataType.INTEGER)
| Constructor Summary | |
|---|---|
DateTimeFieldLimit()
 | 
|
| Method Summary | |
|---|---|
 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.  | 
| 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 DateTimeFieldLimit()
| Method Detail | 
|---|
public Object clone()
             throws CloneNotSupportedException
CloneNotSupportedExceptionpublic 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
  | 
AR System Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||