|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.remedy.cmdb.api.CMDBAttributeLimit
com.remedy.cmdb.api.CMDBDateLimit
The CMDBDateLimit
class defines the limit of a
date attribute.
Field Summary |
Constructor Summary | |
CMDBDateLimit()
Default constructor to create a date attribute limit with a maximum date of 9999-12-31. |
|
CMDBDateLimit(int minDate,
int maxDate)
Creates a date attribute limit with the specified information. |
Method Summary | |
int |
getMaxDate()
Gets the maximum date of the date attribute limit. |
int |
getMinDate()
Gets the minimum date of the date attribute limit. |
void |
setMaxDate(int maxDate)
Sets the maximum date of the date attribute limit. |
void |
setMinDate(int minDate)
Sets the minimum date of the date attribute limit. |
Methods inherited from class com.remedy.cmdb.api.CMDBAttributeLimit |
getDataType |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CMDBDateLimit()
public CMDBDateLimit(int minDate, int maxDate)
minDate
- the minimum date valuemaxDate
- the maximum date valueMethod Detail |
public int getMinDate()
public int getMaxDate()
public void setMinDate(int minDate)
minDate
- the minimum date of the date attribute limitpublic void setMaxDate(int maxDate)
maxDate
- the maximum date of the date attribute limit
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |