|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.referential.vessel.Vessel
public abstract class Vessel
Navire. Peut etre un navire de peche professionnel ou non, un navire oc??anographique, etc.
Constructor Summary | |
---|---|
Vessel()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
This entity does not have any identifiers and is not extending any other entity, so this method will only return true if the argument reference and this
refer to the same object. |
java.lang.String |
getCode()
Code du navire, c'est ?? dire son immatriculation. |
java.util.Collection |
getRightToProduces()
|
Status |
getStatus()
Etat du navire ?? la date actuelle du syst??me. |
java.sql.Timestamp |
getUpdateDate()
|
java.util.Collection |
getVesselOwnerPeriods()
|
java.util.Collection |
getVesselRegistrationPeriods()
|
VesselType |
getVesselType()
Type de navire. |
int |
hashCode()
Returns a hash code based on this entity's identifiers. |
void |
setCode(java.lang.String code)
|
void |
setRightToProduces(java.util.Collection rightToProduces)
|
void |
setStatus(Status status)
|
void |
setUpdateDate(java.sql.Timestamp updateDate)
|
void |
setVesselOwnerPeriods(java.util.Collection vesselOwnerPeriods)
|
void |
setVesselRegistrationPeriods(java.util.Collection vesselRegistrationPeriods)
|
void |
setVesselType(VesselType vesselType)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Vessel()
Method Detail |
---|
public java.lang.String getCode()
Code du navire, c'est ?? dire son immatriculation. L'immatriculation d'un navire ne change jamais, quelque soit sont quartier maritime.
Le code est sur 12 caract??res pour permettre de stocker les 6 caract??res du code Harmonie un prefix (ex, dans Allegro : "#TEMP??").
public void setCode(java.lang.String code)
public java.sql.Timestamp getUpdateDate()
public void setUpdateDate(java.sql.Timestamp updateDate)
public java.util.Collection getRightToProduces()
public void setRightToProduces(java.util.Collection rightToProduces)
public java.util.Collection getVesselOwnerPeriods()
public void setVesselOwnerPeriods(java.util.Collection vesselOwnerPeriods)
public java.util.Collection getVesselRegistrationPeriods()
public void setVesselRegistrationPeriods(java.util.Collection vesselRegistrationPeriods)
public Status getStatus()
Etat du navire ?? la date actuelle du syst??me. Sert notamment ?? d??terminer si le navire est encore actif ?? la date du jour.
Cet ??tat sert ??galement pour les navires temporaires, lors de leur cr??ation dans la base locale d'Allegro.
public void setStatus(Status status)
public VesselType getVesselType()
Type de navire. Exemple : 1 pour les navires professionnels, 2 pour les pecheurs ?? pied, 3 pour les navires scientifiques
public void setVesselType(VesselType vesselType)
public boolean equals(java.lang.Object object)
true
if the argument reference and this
refer to the same 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 |