org.molgenis.omx.auth.vo
Class RegisterRequest
java.lang.Object
org.molgenis.omx.auth.vo.RegisterRequest
public class RegisterRequest
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RegisterRequest
public RegisterRequest()
getUsername
public String getUsername()
setUsername
public void setUsername(String username)
getPassword
public String getPassword()
setPassword
public void setPassword(String password)
getConfirmPassword
public String getConfirmPassword()
setConfirmPassword
public void setConfirmPassword(String confirmPassword)
getEmail
public String getEmail()
setEmail
public void setEmail(String email)
getPhone
public String getPhone()
setPhone
public void setPhone(String phone)
getFax
public String getFax()
setFax
public void setFax(String fax)
getTollFreePhone
public String getTollFreePhone()
setTollFreePhone
public void setTollFreePhone(String tollFreePhone)
getTitle
public String getTitle()
setTitle
public void setTitle(String title)
getLastname
public String getLastname()
setLastname
public void setLastname(String lastname)
getFirstname
public String getFirstname()
setFirstname
public void setFirstname(String firstname)
getInstitute
public Integer getInstitute()
setInstitute
public void setInstitute(Integer institute)
getDepartment
public String getDepartment()
setDepartment
public void setDepartment(String department)
getPosition
public Integer getPosition()
setPosition
public void setPosition(Integer position)
getAddress
public String getAddress()
setAddress
public void setAddress(String address)
getCity
public String getCity()
setCity
public void setCity(String city)
getCountry
public String getCountry()
setCountry
public void setCountry(String country)
Copyright © 2013. All Rights Reserved.