|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.adventnet.tl1.message.TL1Date
This class represent the date in year-month-day format. The date is a part of TL1Header that is part of the Output (Autonomous and Response) Message.
TL1Header| Constructor Summary | |
TL1Date()
Default constructor for TL1Date. |
|
TL1Date(int yy,
int mm,
int dd)
Constructor that initializes the year, month, and day fields of the TL1Date with the given values. |
|
| Method Summary | |
boolean |
equals(TL1Date date)
Checks if the date object is equal to this object. |
int |
getDay()
Get the day value. |
int |
getMonth()
Get the month value. |
int |
getYear()
Get the year value set in this Date object. |
void |
setDay(int dd)
Set the day field. |
void |
setMonth(int mm)
Set the month field. |
void |
setYear(int yy)
Set the year field in the Date object. |
java.lang.String |
toString()
Return string representation of TL1Date. |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public TL1Date()
public TL1Date(int yy,
int mm,
int dd)
yy - year.mm - month.dd - date.| Method Detail |
public void setYear(int yy)
yy - integer representing year.public int getYear()
public void setMonth(int mm)
mm - integer representing month.public int getMonth()
public void setDay(int dd)
dd - integer representing date.public int getDay()
public boolean equals(TL1Date date)
date - TL1Date object.public java.lang.String toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||