|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.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)
Accepts string. |
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
java.lang.CloneNotSupportedException
public int getMonth()
public int getDay()
public int getYear()
|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |