public class FormUpload extends Object
| Constructor and Description |
|---|
FormUpload() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlias() |
String |
getBio() |
String |
getDepartementCns() |
String |
getEntiteAdm() |
org.springframework.web.multipart.MultipartFile |
getFile() |
String |
getGivenName() |
String |
getMailGenerique() |
String |
getNouveauEmail() |
String |
getReferent() |
String |
getSn() |
String |
getTelFixe() |
String |
getTelMobile() |
String |
getTitle() |
boolean |
isChargementAvatar() |
void |
setAlias(String alias) |
void |
setBio(String bio) |
void |
setChargementAvatar(boolean chargementAvatar) |
void |
setDepartementCns(String departementCns) |
void |
setEntiteAdm(String entiteAdm) |
void |
setFile(org.springframework.web.multipart.MultipartFile file) |
void |
setGivenName(String givenName) |
void |
setMailGenerique(String mailGenerique) |
void |
setNouveauEmail(String nouveauEmail) |
void |
setReferent(String referent) |
void |
setSn(String sn) |
void |
setTelFixe(String telFixe) |
void |
setTelMobile(String telMobile) |
void |
setTitle(String title) |
public void setFile(org.springframework.web.multipart.MultipartFile file)
public org.springframework.web.multipart.MultipartFile getFile()
public String getAlias()
public void setAlias(String alias)
public String getNouveauEmail()
public void setNouveauEmail(String nouveauEmail)
public String getBio()
public void setBio(String bio)
public boolean isChargementAvatar()
public void setChargementAvatar(boolean chargementAvatar)
public String getSn()
public void setSn(String sn)
sn - the sn to setpublic String getGivenName()
public void setGivenName(String givenName)
givenName - the givenName to setpublic String getTitle()
public void setTitle(String title)
title - the title to setpublic String getTelFixe()
public void setTelFixe(String telFixe)
telFixe - the telFixe to setpublic String getTelMobile()
public void setTelMobile(String telMobile)
telMobile - the telMobile to setpublic String getDepartementCns()
public void setDepartementCns(String departementCns)
departementCns - the departementCns to setpublic String getEntiteAdm()
public void setEntiteAdm(String entiteAdm)
entiteAdm - the entiteAdm to setpublic String getMailGenerique()
public void setMailGenerique(String mailGenerique)
mailGenerique - the mailGenerique to setpublic String getReferent()
public void setReferent(String referent)
referent - the referent to setCopyright © 2015. All rights reserved.