com.retek.rsm.app.security.service
Class RoleVo
java.lang.Object
|
+--com.retek.platform.vo.AbstractVO
|
+--com.retek.platform.vo.IdentifiableReferenceVO
|
+--com.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)
|
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 |
RoleVo
public RoleVo(com.retek.platform.bo.IdentifiableReference reference)
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()
- Overrides:
toString
in class java.lang.Object
equals
public boolean equals(java.lang.Object object)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object