|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.administration.user.VesselManagePeriod
ATTENTION : NE PLUS UTILISER les portefeuilles dans les nouveaux d??veloppements (utiliser ?? la place les privil??ves sur les programmes)
D??finit la pr??sence de navires sur un portefeuille pour une p??riode d??but/fin.
La p??riode utilis??e d??finit la date des donn??es que peut saisir/modifier/visualiser l'utilisateur, en fonction de ses droits.
Exemple :
Si un utilisateur a un navire A dans un portefeuille pour la p??riode du 01/01/2002 au 31/12/2002, il peut saisir des donn??es m??me en 2004, si la date de donn??e saisie est pendant l'ann??e 2002.
public abstract class VesselManagePeriod
Nested Class Summary | |
---|---|
static class |
VesselManagePeriod.Factory
Deprecated. Constructs new instances of VesselManagePeriod . |
Constructor Summary | |
---|---|
VesselManagePeriod()
Deprecated. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
Deprecated. Returns true if the argument is an VesselManagePeriod instance and all identifiers for this entity
equal the identifiers of the argument entity. |
java.util.Date |
getEndDateTime()
Deprecated. Date fin d'appartenance d'un navire ?? un portefeuille. |
VesselManagePeriodPK |
getVesselManagePeriodPk()
Deprecated. |
int |
hashCode()
Deprecated. Returns a hash code based on this entity's identifiers. |
void |
setEndDateTime(java.util.Date endDateTime)
Deprecated. |
void |
setVesselManagePeriodPk(VesselManagePeriodPK vesselManagePeriodPk)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VesselManagePeriod()
Method Detail |
---|
public VesselManagePeriodPK getVesselManagePeriodPk()
public void setVesselManagePeriodPk(VesselManagePeriodPK vesselManagePeriodPk)
public java.util.Date getEndDateTime()
Date fin d'appartenance d'un navire ?? un portefeuille.
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 VesselManagePeriod 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 |