|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.administration.user.ManagedDataTransfer
ATTENTION : NE PLUS UTILISER les portefeuilles dans les nouveaux d??veloppements (utiliser ?? la place les privil??ves sur les programmes)
Cette entit?? contient les informations indiquant qu'un portefeuille a les m??mes droit qu'un autre. Cette information est utilis??e pour la saisie pour que des donn??es saisies par un service puissent toujours ??tre g??r??es lorsque le service n'existe plus et que ses agents se retrouvent dans d'autres services
public abstract class ManagedDataTransfer
Nested Class Summary | |
---|---|
static class |
ManagedDataTransfer.Factory
Deprecated. Constructs new instances of ManagedDataTransfer . |
Constructor Summary | |
---|---|
ManagedDataTransfer()
Deprecated. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
Deprecated. Returns true if the argument is an ManagedDataTransfer instance and all identifiers for this entity
equal the identifiers of the argument entity. |
ManagedDataTransferPK |
getManagedDataTransferPk()
Deprecated. |
java.util.Date |
getTransferDate()
Deprecated. Date ?? partir de laquelle le transfert s'applique. |
int |
hashCode()
Deprecated. Returns a hash code based on this entity's identifiers. |
void |
setManagedDataTransferPk(ManagedDataTransferPK managedDataTransferPk)
Deprecated. |
void |
setTransferDate(java.util.Date transferDate)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ManagedDataTransfer()
Method Detail |
---|
public ManagedDataTransferPK getManagedDataTransferPk()
public void setManagedDataTransferPk(ManagedDataTransferPK managedDataTransferPk)
public java.util.Date getTransferDate()
Date ?? partir de laquelle le transfert s'applique.
Cette date doit etre compar??e ?? la date de la saisie, et non ?? la date de la donn??e et elle meme.
Exemple :
- Si transfert d'un portefeuille ?? compt?? du 1 mars de l'ann??e N.
- d??s le 1er mars, le nouveau propri??taire de la donn??e pourra saisir sur le protefeuille, par exemple des enquete sur l'ann??e N-1.
public void setTransferDate(java.util.Date transferDate)
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object object)
true
if the argument is an ManagedDataTransfer 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 |