public class UserJPA
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
UserJPA()
Instantiates a new user JPA.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEmail()
Gets the email.
|
java.lang.String |
getLogname()
Gets the logname.
|
java.lang.String |
getName()
Gets the name.
|
java.lang.String |
getPassword()
Gets the password.
|
java.lang.String |
getPhone()
Gets the phone.
|
RoleJPA |
getRole()
Gets the role.
|
java.lang.String |
getSurname()
Gets the surname.
|
void |
setEmail(java.lang.String email)
Sets the email.
|
void |
setLogname(java.lang.String logname)
Sets the logname.
|
void |
setName(java.lang.String name)
Sets the name.
|
void |
setPassword(java.lang.String password)
Sets the password.
|
void |
setPhone(java.lang.String phone)
Sets the phone.
|
void |
setRole(RoleJPA role)
Sets the role.
|
void |
setSurname(java.lang.String surname)
Sets the surname.
|
public java.lang.String getLogname()
public void setLogname(java.lang.String logname)
logname
- the new lognamepublic java.lang.String getPassword()
public void setPassword(java.lang.String password)
password
- the new passwordpublic java.lang.String getName()
public void setName(java.lang.String name)
name
- the new namepublic java.lang.String getSurname()
public void setSurname(java.lang.String surname)
surname
- the new surnamepublic java.lang.String getEmail()
public void setEmail(java.lang.String email)
email
- the new emailpublic java.lang.String getPhone()
public void setPhone(java.lang.String phone)
phone
- the new phonepublic RoleJPA getRole()
public void setRole(RoleJPA role)
role
- the new role