com.retek.rsm.datamodel
Class RsmUserRole
java.lang.Object
|
+--com.retek.rsm.datamodel.RsmUserRole
- public class RsmUserRole
- extends java.lang.Object
This object is intended to be used exclusively on the user administration screen in the
user role selectable / selected table, therefore the equals is overridden to indicate
that the RsmUserRole has the same role (the user should automatically be considered
identical).
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
RsmUserRole
public RsmUserRole(RoleVo roleVo)
getRoleVo
public RoleVo getRoleVo()
getRoleReference
public com.retek.platform.bo.IdentifiableReference getRoleReference()
setUserRoleVo
public void setUserRoleVo(UserRoleVo userRoleVo)
getUserRoleVo
public UserRoleVo getUserRoleVo()
getUserRoleReference
public com.retek.platform.bo.IdentifiableReference getUserRoleReference()
getDescription
public java.lang.String getDescription()
setStartDate
public void setStartDate(com.retek.platform.util.type.RDate startDate)
getStartDate
public com.retek.platform.util.type.RDate getStartDate()
setEndDate
public void setEndDate(com.retek.platform.util.type.RDate endDate)
getEndDate
public com.retek.platform.util.type.RDate getEndDate()
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
isPersisted
public boolean isPersisted()
isModified
public boolean isModified()
setModified
public void setModified()
setPersisted
public void setPersisted()