@Entity
public class UserRegistrationData
extends org.nrg.framework.orm.hibernate.AbstractHibernateEntity
Constructor and Description |
---|
UserRegistrationData() |
Modifier and Type | Method and Description |
---|---|
String |
getComments() |
String |
getLogin()
The login name of the user.
|
String |
getOrganization() |
String |
getPhone() |
void |
setComments(String comments) |
void |
setLogin(String login) |
void |
setOrganization(String organization) |
void |
setPhone(String phone) |
public String getLogin()
AutoXdatUser.getLogin()
property.public void setLogin(String login)
public String getPhone()
public void setPhone(String phone)
public String getOrganization()
public void setOrganization(String organization)
public String getComments()
public void setComments(String comments)
Copyright © 2015 Neuroinformatics Research Group. All rights reserved.