edu.uoc.tfc.dto.security
Class RoleVO

java.lang.Object
  extended by edu.uoc.tfc.dto.security.RoleVO

public class RoleVO
extends java.lang.Object

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

RoleVO

public RoleVO()
Constructor por defecto


RoleVO

public RoleVO(java.lang.String roleId,
              java.lang.String description,
              java.lang.Integer id,
              java.util.Collection OperationsVO)
Constructor taking all properties.

Parameters:
roleId - Identificador del rol
description - Descripció del rol
id - Id del rol
OperationsVO -

RoleVO

public RoleVO(RoleVO otherBean)
Copies constructor from other RoleVO

Parameters:
otherBean - RoleVO
Method Detail

getRoleId

public java.lang.String getRoleId()

Identificador del rol

Returns:
java.lang.String

setRoleId

public void setRoleId(java.lang.String roleId)

Identificador del rol

Parameters:
roleId - Identificador del rol

getDescription

public java.lang.String getDescription()

Descripció del rol

Returns:
java.lang.String

setDescription

public void setDescription(java.lang.String description)

Descripció del rol

Parameters:
description - Descripció del rol

getId

public java.lang.Integer getId()

Id del rol

Returns:
java.lang.Integer

setId

public void setId(java.lang.Integer id)

Id del rol

Parameters:
id - Id del rol

getOperationsVO

public java.util.Collection getOperationsVO()
Getter of OperationsVO.

Returns:
java.util.Collection Classe DTO per representar una operació

setOperationsVO

public void setOperationsVO(java.util.Collection OperationsVO)
Setter of OperationsVO

Parameters:
OperationsVO - Classe DTO per representar una operació