public class RegistrationForm extends Object
Constructor and Description |
---|
RegistrationForm()
Instantiates a new registration form.
|
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clear.
|
String |
getAddrNum()
Gets the addr num.
|
String |
getAddrStreet()
Gets the addr street.
|
String |
getContactFax()
Gets the contact fax.
|
String |
getContactForename()
Gets the contact forename.
|
String |
getContactMail()
Gets the contact mail.
|
String |
getContactPhone()
Gets the contact phone.
|
String |
getContactSurname()
Gets the contact surname.
|
String |
getContactWeb()
Gets the contact web.
|
String |
getDescr()
Gets the descr.
|
String |
getHolder()
Gets the holder.
|
String |
getLegalState()
Gets the legal state.
|
org.springframework.web.multipart.commons.CommonsMultipartFile |
getLogoFile()
Gets the logo file.
|
String |
getLogoFilename()
Gets the logo filename.
|
String |
getMail()
Gets the mail.
|
String |
getName()
Gets the name.
|
long |
getOrgId()
Gets the org id.
|
String |
getRegionCity()
Gets the region city.
|
String |
getRegionCountry()
Gets the region country.
|
String |
getRegionZip()
Gets the region zip.
|
void |
setAddrNum(String m_strAddrNum)
Sets the addr num.
|
void |
setAddrStreet(String m_strAddrStreet)
Sets the addr street.
|
void |
setContactFax(String m_strContactFax)
Sets the contact fax.
|
void |
setContactForename(String m_strContactForename)
Sets the contact forename.
|
void |
setContactMail(String m_strContactMail)
Sets the contact mail.
|
void |
setContactPhone(String m_strContactPhone)
Sets the contact phone.
|
void |
setContactSurname(String m_strContactSurname)
Sets the contact surname.
|
void |
setContactWeb(String m_strContactWeb)
Sets the contact web.
|
void |
setDescr(String m_strDescr)
Sets the descr.
|
void |
setHolder(String m_strHolder)
Sets the holder.
|
void |
setLegalState(String m_strLegalState)
Sets the legal state.
|
void |
setLogoFile(org.springframework.web.multipart.commons.CommonsMultipartFile val)
Sets the logo file.
|
void |
setLogoFilename(String val)
Sets the logo filename.
|
void |
setMail(String m_strMail)
Sets the mail.
|
void |
setName(String m_strName)
Sets the name.
|
void |
setOrgId(long id)
Sets the org id.
|
void |
setRegionCity(String m_strRegionCity)
Sets the region city.
|
void |
setRegionCountry(String m_strRegionCountry)
Sets the region country.
|
void |
setRegionZip(String m_strRegionZip)
Sets the region zip.
|
public void clear()
@NotEmpty(message="org.form.addOrg.field.addrNum.empty") @NotNull(message="org.form.addOrg.field.addrNum.empty") @NotBlank(message="org.form.addOrg.field.addrNum.empty") public String getAddrNum()
@NotEmpty(message="org.form.addOrg.field.addrStreet.empty") @NotNull(message="org.form.addOrg.field.addrStreet.empty") @NotBlank(message="org.form.addOrg.field.addrStreet.empty") public String getAddrStreet()
public String getContactFax()
public String getContactForename()
@NotEmpty(message="org.form.addOrg.field.contactMail.empty") @NotNull(message="org.form.addOrg.field.contactMail.empty") @NotBlank(message="org.form.addOrg.field.contactMail.empty") @Pattern(message="org.form.addOrg.field.contactMail.pattern", regexp="[a-zA-Z_0-9]*[.[a-zA-Z_0-9]*]*@[a-zA-Z0-9_-]*[.[a-zA-Z_0-9]*]*.[a-zA-Z]{2,3}") public String getContactMail()
@NotEmpty(message="org.form.addOrg.field.contactPhone.empty") @NotNull(message="org.form.addOrg.field.contactPhone.empty") @NotBlank(message="org.form.addOrg.field.contactPhone.empty") public String getContactPhone()
public String getContactSurname()
@NotEmpty(message="org.form.addOrg.field.contactWeb.empty") @NotNull(message="org.form.addOrg.field.contactWeb.empty") @NotBlank(message="org.form.addOrg.field.contactWeb.empty") public String getContactWeb()
@NotEmpty(message="org.form.addOrg.field.descr.empty") @NotNull(message="org.form.addOrg.field.descr.empty") @NotBlank(message="org.form.addOrg.field.descr.empty") public String getDescr()
@NotEmpty(message="org.form.addOrg.field.holder.empty") @NotNull(message="org.form.addOrg.field.holder.empty") @NotBlank(message="org.form.addOrg.field.holder.empty") public String getHolder()
@NotEmpty(message="org.form.addOrg.field.legalState.empty") @NotNull(message="org.form.addOrg.field.legalState.empty") @NotBlank(message="org.form.addOrg.field.legalState.empty") public String getLegalState()
public org.springframework.web.multipart.commons.CommonsMultipartFile getLogoFile()
public String getLogoFilename()
@NotEmpty(message="org.form.addOrg.field.mail.empty") @NotNull(message="org.form.addOrg.field.mail.empty") @NotBlank(message="org.form.addOrg.field.mail.empty") @Pattern(message="org.form.addOrg.field.mail.pattern", regexp="[a-zA-Z_0-9]*[.[a-zA-Z_0-9]*]*@[a-zA-Z0-9_-]*[.[a-zA-Z_0-9]*]*.[a-zA-Z]{2,3}") public String getMail()
@NotEmpty(message="org.form.addOrg.field.name.empty") @NotNull(message="org.form.addOrg.field.name.empty") @NotBlank(message="org.form.addOrg.field.name.empty") public String getName()
public long getOrgId()
@NotEmpty(message="org.form.addOrg.field.regionCity.empty") @NotNull(message="org.form.addOrg.field.regionCity.empty") @NotBlank(message="org.form.addOrg.field.regionCity.empty") public String getRegionCity()
@NotEmpty(message="org.form.addOrg.field.regionCountry.empty") @NotNull(message="org.form.addOrg.field.regionCountry.empty") @NotBlank(message="org.form.addOrg.field.regionCountry.empty") @Pattern(regexp="[0-9]\\d*", message="org.form.addOrg.field.regionCountry.empty") public String getRegionCountry()
@NotEmpty(message="org.form.addOrg.field.regionZip.empty") @NotNull(message="org.form.addOrg.field.regionZip.empty") @NotBlank(message="org.form.addOrg.field.regionZip.empty") @Pattern(regexp="\\d{5}", message="org.form.addOrg.field.regionZip.invalid") public String getRegionZip()
public void setAddrNum(String m_strAddrNum)
m_strAddrNum
- the new addr numpublic void setAddrStreet(String m_strAddrStreet)
m_strAddrStreet
- the new addr streetpublic void setContactFax(String m_strContactFax)
m_strContactFax
- the new contact faxpublic void setContactForename(String m_strContactForename)
m_strContactForename
- the new contact forenamepublic void setContactMail(String m_strContactMail)
m_strContactMail
- the new contact mailpublic void setContactPhone(String m_strContactPhone)
m_strContactPhone
- the new contact phonepublic void setContactSurname(String m_strContactSurname)
m_strContactSurname
- the new contact surnamepublic void setContactWeb(String m_strContactWeb)
m_strContactWeb
- the new contact webpublic void setDescr(String m_strDescr)
m_strDescr
- the new descrpublic void setHolder(String m_strHolder)
m_strHolder
- the new holderpublic void setLegalState(String m_strLegalState)
m_strLegalState
- the new legal statepublic void setLogoFile(org.springframework.web.multipart.commons.CommonsMultipartFile val)
val
- the new logo filepublic void setLogoFilename(String val)
val
- the new logo filenamepublic void setMail(String m_strMail)
m_strMail
- the new mailpublic void setName(String m_strName)
m_strName
- the new namepublic void setOrgId(long id)
id
- the new org idpublic void setRegionCity(String m_strRegionCity)
m_strRegionCity
- the new region citypublic void setRegionCountry(String m_strRegionCountry)
m_strRegionCountry
- the new region countrypublic void setRegionZip(String m_strRegionZip)
m_strRegionZip
- the new region zipCopyright © 2016 Fraunhofer FOKUS. All rights reserved.