|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.type.DatePeriod
public abstract class DatePeriod
Constructor Summary | |
---|---|
protected |
DatePeriod()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
Indicates if the argument is of the same type and all values are equal. |
java.util.Date |
getEndDate()
|
java.util.Date |
getStartDate()
|
int |
hashCode()
|
protected void |
initialize()
Hook for initializing the object in the subclass |
static DatePeriod |
newInstance(java.util.Date startDate,
java.util.Date endDate)
Creates a new instance of DatePeriod
taking all properties. |
static DatePeriod |
newInstance(DatePeriod otherObject)
Creates a new instance from other DatePeriod instance. |
void |
setEndDate(java.util.Date endDate)
|
void |
setStartDate(java.util.Date startDate)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected DatePeriod()
Method Detail |
---|
public static DatePeriod newInstance(java.util.Date startDate, java.util.Date endDate)
DatePeriod
taking all properties.
public static DatePeriod newInstance(DatePeriod otherObject)
protected void initialize()
public java.util.Date getStartDate()
public void setStartDate(java.util.Date startDate)
public java.util.Date getEndDate()
public void setEndDate(java.util.Date endDate)
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |