|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.uoc.tfc.dto.security.RoleVO
public class RoleVO
Classe DTO per representar un rol
Constructor Summary | |
---|---|
RoleVO()
Constructor por defecto |
|
RoleVO(RoleVO otherBean)
Copies constructor from other RoleVO |
|
RoleVO(java.lang.String roleId,
java.lang.String description,
java.lang.Integer id,
java.util.Collection OperationsVO)
Constructor taking all properties. |
Method Summary | |
---|---|
java.lang.String |
getDescription()
Descripció del rol |
java.lang.Integer |
getId()
Id del rol |
java.util.Collection |
getOperationsVO()
Getter of OperationsVO. |
java.lang.String |
getRoleId()
Identificador del rol |
void |
setDescription(java.lang.String description)
Descripció del rol |
void |
setId(java.lang.Integer id)
Id del rol |
void |
setOperationsVO(java.util.Collection OperationsVO)
Setter of OperationsVO |
void |
setRoleId(java.lang.String roleId)
Identificador del rol |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RoleVO()
public RoleVO(java.lang.String roleId, java.lang.String description, java.lang.Integer id, java.util.Collection OperationsVO)
roleId
- Identificador del roldescription
- Descripció del rolid
- Id del rolOperationsVO
- public RoleVO(RoleVO otherBean)
otherBean
- RoleVOMethod Detail |
---|
public java.lang.String getRoleId()
Identificador del rol
public void setRoleId(java.lang.String roleId)
Identificador del rol
roleId
- Identificador del rolpublic java.lang.String getDescription()
Descripció del rol
public void setDescription(java.lang.String description)
Descripció del rol
description
- Descripció del rolpublic java.lang.Integer getId()
Id del rol
public void setId(java.lang.Integer id)
Id del rol
id
- Id del rolpublic java.util.Collection getOperationsVO()
public void setOperationsVO(java.util.Collection OperationsVO)
OperationsVO
- Classe DTO per representar una operació
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |