|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.administration.user.Person
fr.ifremer.allegro.administration.user.PersonImpl
fr.ifremer.allegro.administration.user.User
public abstract class User
Nested Class Summary | |
---|---|
static class |
User.Factory
Constructs new instances of User . |
Constructor Summary | |
---|---|
User()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
This entity does not have any identifiers but since it extends the fr.ifremer.allegro.administration.user.PersonImpl class
it will simply delegate the call up there. |
java.lang.String |
getEmail()
|
java.lang.String |
getEmployeeNumber()
=code ou matricule de la personne. |
java.util.Collection |
getProfils()
|
java.lang.String |
getUsername()
Login LDAP de l'utilisateur. |
java.lang.String |
getUsernameExtranet()
|
int |
hashCode()
This entity does not have any identifiers but since it extends the fr.ifremer.allegro.administration.user.PersonImpl class
it will simply delegate the call up there. |
void |
setEmail(java.lang.String email)
|
void |
setEmployeeNumber(java.lang.String employeeNumber)
|
void |
setProfils(java.util.Collection profils)
|
void |
setUsername(java.lang.String username)
|
void |
setUsernameExtranet(java.lang.String usernameExtranet)
|
Methods inherited from class fr.ifremer.allegro.administration.user.Person |
---|
getAddress, getAgeReaderQualifications, getCreationDate, getDepartment, getFirstname, getId, getLastname, getProgram2Persons, getStatus, getUpdateDate, setAddress, setAgeReaderQualifications, setCreationDate, setDepartment, setFirstname, setId, setLastname, setProgram2Persons, setStatus, setUpdateDate |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public User()
Method Detail |
---|
public java.lang.String getUsername()
Login LDAP de l'utilisateur.
public void setUsername(java.lang.String username)
public java.lang.String getUsernameExtranet()
public void setUsernameExtranet(java.lang.String usernameExtranet)
public java.lang.String getEmployeeNumber()
=code ou matricule de la personne. Valeur r??cup??r??e de l'annuaire LDAP.
Si la personne est un agent Ifremer, il s'agit de son num??ro de matricule. Cela correspond alors ?? l'attribut "employeenumber" dans l'annuaire LDAP (mais sans les z??ros supl??mentaires au d??but du num??ro).
Si la personne n'est pas Ifremer, un matricule sans signification lui est tout de m??me affect?? : toute personne, m??me extranet, a donc l'attribut "employeenumber" de renseign?? dans l'annuaire LDAP.
public void setEmployeeNumber(java.lang.String employeeNumber)
public java.lang.String getEmail()
public void setEmail(java.lang.String email)
public java.util.Collection getProfils()
public void setProfils(java.util.Collection profils)
public boolean equals(java.lang.Object object)
fr.ifremer.allegro.administration.user.PersonImpl
class
it will simply delegate the call up there.
equals
in class Person
Person.equals(Object)
public int hashCode()
fr.ifremer.allegro.administration.user.PersonImpl
class
it will simply delegate the call up there.
hashCode
in class Person
Person.hashCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |