public class User extends Object implements IUser<User>
User.| Constructor and Description |
|---|
User(String name,
Integer id)
Instantiates a new user.
|
| Modifier and Type | Method and Description |
|---|---|
User |
getApplicationUser()
Gets the application user.
|
Integer |
getId()
Gets the id.
|
String |
getName()
Gets the name.
|
void |
setApplicationUser(User user)
Sets the application user.
|
void |
setId(Integer id)
Sets the id.
|
void |
setName(String name)
Sets the name.
|
public User getApplicationUser()
getApplicationUser in interface IUser<User>public Integer getId()
public String getName()
public void setApplicationUser(User user)
setApplicationUser in interface IUser<User>user - the new application userpublic void setId(Integer id)
id - the new idpublic void setName(String name)
name - the new nameCopyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.