|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.referential.vessel.VesselRegistrationPeriod
public abstract class VesselRegistrationPeriod
D??finit le lieu d'immatriculation d'un navire statistique et la p??riode associ??e.
Nombre de lignes : 72700
Nested Class Summary | |
---|---|
static class |
VesselRegistrationPeriod.Factory
Constructs new instances of VesselRegistrationPeriod . |
Constructor Summary | |
---|---|
VesselRegistrationPeriod()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
Returns true if the argument is an VesselRegistrationPeriod instance and all identifiers for this entity
equal the identifiers of the argument entity. |
java.util.Date |
getEndDateTime()
|
java.lang.String |
getInternationalRegistrationCode()
Code d'immatriculation international. |
java.lang.String |
getRegistrationCode()
Code d'immatriculation du navire, dans le lieu dans lequel il est enregistr??. |
VesselRegistrationPeriodPK |
getVesselRegistrationPeriodPk()
|
int |
hashCode()
Returns a hash code based on this entity's identifiers. |
void |
setEndDateTime(java.util.Date endDateTime)
|
void |
setInternationalRegistrationCode(java.lang.String internationalRegistrationCode)
|
void |
setRegistrationCode(java.lang.String registrationCode)
|
void |
setVesselRegistrationPeriodPk(VesselRegistrationPeriodPK vesselRegistrationPeriodPk)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VesselRegistrationPeriod()
Method Detail |
---|
public VesselRegistrationPeriodPK getVesselRegistrationPeriodPk()
public void setVesselRegistrationPeriodPk(VesselRegistrationPeriodPK vesselRegistrationPeriodPk)
public java.util.Date getEndDateTime()
public void setEndDateTime(java.util.Date endDateTime)
public java.lang.String getRegistrationCode()
Code d'immatriculation du navire, dans le lieu dans lequel il est enregistr??.
Il s'agit dans la plupart des cas de l'immatriculation nationale du navire, qui peut varier en cas de changement de pays.
public void setRegistrationCode(java.lang.String registrationCode)
public java.lang.String getInternationalRegistrationCode()
Code d'immatriculation international.
Pour les navires europ??ens, cela correspond au "Community Fishing-Fleet Register" (CFR code).
public void setInternationalRegistrationCode(java.lang.String internationalRegistrationCode)
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object object)
true
if the argument is an VesselRegistrationPeriod 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 |