public class UserRoleDto extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected UserRoleEntityDto |
entity |
protected String |
topiaId |
protected RoleType |
type |
protected UserDto |
user |
| Constructor and Description |
|---|
UserRoleDto() |
| Modifier and Type | Method and Description |
|---|---|
UserRoleEntityDto |
getEntity() |
String |
getTopiaId() |
RoleType |
getType() |
UserDto |
getUser() |
void |
setEntity(UserRoleEntityDto entity) |
void |
setTopiaId(String topiaId) |
void |
setType(RoleType type) |
void |
setUser(UserDto user) |
String |
toString() |
protected String topiaId
protected RoleType type
protected UserDto user
protected UserRoleEntityDto entity
public String getTopiaId()
public void setTopiaId(String topiaId)
public RoleType getType()
public void setType(RoleType type)
public UserRoleEntityDto getEntity()
public void setEntity(UserRoleEntityDto entity)
public UserDto getUser()
public void setUser(UserDto user)
Copyright © 2013–2015 Inra. All rights reserved.