@Service(value="personneCns") @Scope(value="prototype") public class PersonneCNS extends Object
| Constructor and Description |
|---|
PersonneCNS() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCn() |
String |
getEntite() |
String |
getGivenName() |
String |
getMail() |
String |
getSn() |
String |
getUid() |
void |
setCn(String cn) |
void |
setEntite(String entite) |
void |
setGivenName(String givenName) |
void |
setMail(String mail) |
void |
setSn(String sn) |
void |
setUid(String uid) |
public String getUid()
public void setUid(String uid)
public String getCn()
public void setCn(String cn)
public String getSn()
public void setSn(String sn)
public String getGivenName()
public void setGivenName(String givenName)
public String getMail()
public void setMail(String mail)
public String getEntite()
public void setEntite(String entite)
entite - the entite to setCopyright © 2016. All rights reserved.