com.retek.rsm.domain.security.bo.impl
Class UserRoleImpl
java.lang.Object
|
+--com.retek.platform.bo.IdentifiableImpl
|
+--com.retek.platform.bo.BusinessObjectImpl
|
+--com.retek.rsm.domain.common.bo.EffectiveBusinessObjectImpl
|
+--com.retek.rsm.domain.security.bo.impl.UserRoleImpl
- All Implemented Interfaces:
- com.retek.platform.bo.BusinessObject, EffectiveBusinessObject, com.retek.platform.bo.Identifiable, UserRole
- public class UserRoleImpl
- extends EffectiveBusinessObjectImpl
- implements UserRole
Fields inherited from class com.retek.platform.bo.BusinessObjectImpl |
version |
Fields inherited from class com.retek.platform.bo.IdentifiableImpl |
LOG |
Constructor Summary |
UserRoleImpl(com.retek.platform.bo.ObjectId objectId)
|
Methods inherited from class com.retek.platform.bo.BusinessObjectImpl |
checkInvariants, getBusinessInterface, getVersion, toReference, toString, validate, validateProperty, validateProperty |
Methods inherited from class com.retek.platform.bo.IdentifiableImpl |
equals, getObjectId, hashCode, setObjectId |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.retek.platform.bo.BusinessObject |
checkInvariants, getBusinessInterface, getVersion, validate, validateProperty, validateProperty |
Methods inherited from interface com.retek.platform.bo.Identifiable |
getObjectId, toReference |
UserRoleImpl
public UserRoleImpl(com.retek.platform.bo.ObjectId objectId)
getUser
public com.retek.platform.util.type.security.User getUser()
- Specified by:
getUser
in interface UserRole
getRole
public Role getRole()
- Specified by:
getRole
in interface UserRole
setUser
public void setUser(com.retek.platform.util.type.security.User user)
- Specified by:
setUser
in interface UserRole
setRole
public void setRole(Role role)
- Specified by:
setRole
in interface UserRole