|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.referential.vessel.VesselOwnerPeriod
public abstract class VesselOwnerPeriod
P??riode d'appartenance d'un navire ?? un armateur (p??riode d'armement).
Nombre de lignes : 25600
Nested Class Summary | |
---|---|
static class |
VesselOwnerPeriod.Factory
Constructs new instances of VesselOwnerPeriod . |
Constructor Summary | |
---|---|
VesselOwnerPeriod()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
Returns true if the argument is an VesselOwnerPeriod instance and all identifiers for this entity
equal the identifiers of the argument entity. |
java.util.Date |
getEndDateTime()
|
VesselOwnerPeriodPK |
getVesselOwnerPeriodPk()
|
int |
hashCode()
Returns a hash code based on this entity's identifiers. |
void |
setEndDateTime(java.util.Date endDateTime)
|
void |
setVesselOwnerPeriodPk(VesselOwnerPeriodPK vesselOwnerPeriodPk)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VesselOwnerPeriod()
Method Detail |
---|
public VesselOwnerPeriodPK getVesselOwnerPeriodPk()
public void setVesselOwnerPeriodPk(VesselOwnerPeriodPK vesselOwnerPeriodPk)
public java.util.Date getEndDateTime()
public void setEndDateTime(java.util.Date endDateTime)
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object object)
true
if the argument is an VesselOwnerPeriod instance and all identifiers for this entity
equal the identifiers of the argument entity. Returns false
otherwise.
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |