|
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.DateInfo
The DateInfo
class represents the days elapsed since January 1, 4713 B.C.
Constructor Summary | |
DateInfo()
constructor |
|
DateInfo(int num_of_days)
|
|
DateInfo(int year,
int month,
int day)
|
|
DateInfo(java.lang.String num_of_days)
|
Method Summary | |
java.lang.Object |
clone()
Clone implementation that returns an Object with data cloned from self. |
boolean |
equals(java.lang.Object anObject)
Use this method for checking equality of date. |
java.util.GregorianCalendar |
GetDate()
Get the date. |
int |
getValue()
Returns the number of days since January 1, 4713 B.C. |
void |
setDate(int year,
int month,
int day)
Set the date. |
void |
setValue(DateInfo dt)
Sets the date to the the given date. |
void |
setValue(int num_of_days)
Sets the number of days since January 1, 4713 B.C. |
java.lang.String |
toString()
Returns a string description of the timestamp. |
boolean |
validateDate()
Checks whether this date is a valid date or not. |
Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DateInfo()
public DateInfo(int num_of_days)
public DateInfo(java.lang.String num_of_days)
public DateInfo(int year, int month, int day)
Method Detail |
public void setValue(int num_of_days)
public void setValue(DateInfo dt)
public int getValue()
public boolean equals(java.lang.Object anObject)
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
public java.lang.String toString()
public java.util.GregorianCalendar GetDate()
public void setDate(int year, int month, int day)
public boolean validateDate()
|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |