|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcds.util.DMY
Class managing a simple date structure day - month - year
| Field Summary | |
(package private) int |
day
|
(package private) int |
month
|
(package private) int |
year
|
| Constructor Summary | |
DMY(int year,
int month,
int day)
|
|
| Method Summary | |
int |
getDay()
|
int |
getMonth()
|
int |
getYear()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
int year
int month
int day
| Constructor Detail |
public DMY(int year,
int month,
int day)
| Method Detail |
public int getYear()
public int getMonth()
public int getDay()
public java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||