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).


Constructor Summary
RsmUserRole(RoleVo roleVo)
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 java.lang.String getDescription()
           
 com.retek.platform.util.type.RDate getEndDate()
           
 com.retek.platform.bo.IdentifiableReference getRoleReference()
           
 RoleVo getRoleVo()
           
 com.retek.platform.util.type.RDate getStartDate()
           
 com.retek.platform.bo.IdentifiableReference getUserRoleReference()
           
 UserRoleVo getUserRoleVo()
           
 int hashCode()
           
 boolean isModified()
           
 boolean isPersisted()
           
 void setEndDate(com.retek.platform.util.type.RDate endDate)
           
 void setModified()
           
 void setPersisted()
           
 void setStartDate(com.retek.platform.util.type.RDate startDate)
           
 void setUserRoleVo(UserRoleVo userRoleVo)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RsmUserRole

public RsmUserRole(RoleVo roleVo)
Method Detail

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()