public final class GADate
private final Integer
year
month
day
GADate(Integer year, Integer month, Integer day)
final Integer
component1()
component2()
component3()
final GADate
copy(Integer year, Integer month, Integer day)
getYear()
getMonth()
getDay()
equals, hashCode, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final Integer component1()
final Integer component2()
final Integer component3()
final GADate copy(Integer year, Integer month, Integer day)
final Integer getYear()
final Integer getMonth()
final Integer getDay()