public class DateHolder extends Object implements Comparable<DateHolder>
Constructor and Description |
---|
DateHolder(Date value) |
DateHolder(DateHolder holder) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(DateHolder o) |
boolean |
equals(Object obj) |
int |
getDate() |
int |
getDay() |
int |
getMonth() |
long |
getTime() |
Date |
getValue() |
int |
getYear() |
void |
setValue(Date value) |
void |
setValue(DateHolder holder) |
String |
toString() |
public DateHolder(Date value)
public DateHolder(DateHolder holder)
public Date getValue()
public void setValue(Date value)
public int compareTo(DateHolder o)
compareTo
in interface Comparable<DateHolder>
public void setValue(DateHolder holder)
public int getYear()
public int getMonth()
public int getDay()
public int getDate()
public long getTime()
Copyright © 2018 Xalys. All rights reserved.