@Entity public class Request extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
uploadPath
Datei-Pfad unter dem das Bild abgelegt wird.
|
| Constructor and Description |
|---|
Request() |
protected static String uploadPath
public String getUuid()
public void setUuid(String uuid)
uuid - the uuid to setpublic Character getGender()
public void setGender(Character gender)
gender - the gender to setpublic String getFirstname()
public void setFirstname(String firstname)
firstname - the firstname to setpublic String getLastname()
public void setLastname(String lastname)
lastname - the lastname to setpublic Date getBirthday()
public void setBirthday(Date birthday)
birthday - the birthday to setpublic String getMail()
public void setMail(String mail)
mail - the mail to setpublic Reason getReason()
public void setReason(Reason reason)
reason - the reason to setpublic String getProofOfAuthority()
public void setProofOfAuthority(String proofOfAuthority)
proofOfAuthority - the proofOfAuthority to setpublic Location getLocation()
public void setLocation(Location location)
location - the location to setpublic String getComment()
public void setComment(String comment)
comment - the comment to setpublic Boolean getPrivacy()
public void setPrivacy(Boolean privacy)
privacy - the privacy to setpublic Boolean getConfirmed()
public void setConfirmed(Boolean confirmed)
confirmed - the confirmed to setpublic String getConfirmedAddress()
public void setConfirmedAddress(String confirmedAddress)
confirmedAddress - the confirmedAddress to setpublic Date getConfirmedDate()
public void setConfirmedDate(Date confirmedDate)
confirmedDate - the confirmedDate to setpublic String getConfirmedBy()
public void setConfirmedBy(String confirmedBy)
confirmedBy - the confirmedBy to setpublic Date getCreated()
public void setCreated(Date created)
created - the created to setpublic String getCreatedAddress()
public void setCreatedAddress(String createdAddress)
createdAddress - the createdAddress to setpublic File getUploadFile()
public void setUploadFile(File uploadFile)
uploadFile - the uploadFile to setpublic FileInputStream getProofOfAuthorityFileInputStream()
public void generate()
Copyright © 2010–2020 T.I.V. Consulting GmbH. All rights reserved.