|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bmc.cmdb.api.CMDBAttributeLimit
com.bmc.cmdb.api.CMDBDateLimit
public class 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 minimum date and maximum date values. |
|
| 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.bmc.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 value for the Date attribute limitmaxDate - the maximum value for the Date attribute limit| Method Detail |
|---|
public int getMinDate()
public int getMaxDate()
public void setMinDate(int minDate)
minDate - the minimum value for the Date attribute limitpublic void setMaxDate(int maxDate)
maxDate - the maximum value for the Date attribute limit
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||