|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--com.remedy.arsys.api.LicenseDateInfo
The LicenseDateInfo class
represents information used for license dates.
| Constructor Summary | |
LicenseDateInfo()
Default constructor |
|
LicenseDateInfo(int month,
int day,
int year)
|
|
| Method Summary | |
java.lang.Object |
clone()
Makes a copy of the object. |
int |
getDay()
Returns day of license. |
int |
getMonth()
Returns month of license. |
int |
getYear()
Returns year of license. |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LicenseDateInfo()
public LicenseDateInfo(int month,
int day,
int year)
| Method Detail |
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectpublic int getMonth()
public int getDay()
public int getYear()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||