com.retek.rsm.app.security.service
Class RoleVo

java.lang.Object
  extended bycom.retek.platform.vo.AbstractVO
      extended bycom.retek.platform.vo.IdentifiableReferenceVO
          extended bycom.retek.rsm.app.security.service.RoleVo
All Implemented Interfaces:
java.io.Serializable, com.retek.platform.vo.VO

public class RoleVo
extends com.retek.platform.vo.IdentifiableReferenceVO

See Also:
Serialized Form

Constructor Summary
RoleVo(com.retek.platform.bo.IdentifiableReference reference)
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 java.lang.String getDescription()
           
 java.util.Set getUserRoleVos()
           
 int hashCode()
           
 void setDescription(java.lang.String description)
           
 void setUserRoleVos(java.util.Set userRoleVos)
           
 java.lang.String toString()
           
 
Methods inherited from class com.retek.platform.vo.IdentifiableReferenceVO
getIdentifiableReference
 
Methods inherited from class com.retek.platform.vo.AbstractVO
addReadOnlyProperty, checkForModification, getReadOnly, getReadOnlyProperties, isModified, isReadOnly, isReadOnlyProperty, isRequiredProperty, setModified, setReadOnly, setReadOnlyProperties, validate, validateProperty, validateProperty
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RoleVo

public RoleVo(com.retek.platform.bo.IdentifiableReference reference)
Method Detail

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)

getUserRoleVos

public java.util.Set getUserRoleVos()

setUserRoleVos

public void setUserRoleVos(java.util.Set userRoleVos)

toString

public java.lang.String toString()

equals

public boolean equals(java.lang.Object object)

hashCode

public int hashCode()