com.retek.rsm.domain.security.bo.impl
Class UserRoleImpl

java.lang.Object
  extended bycom.retek.platform.bo.IdentifiableImpl
      extended bycom.retek.platform.bo.BusinessObjectImpl
          extended bycom.retek.rsm.domain.common.bo.EffectiveBusinessObjectImpl
              extended bycom.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


Field Summary
 
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)
           
 
Method Summary
 Role getRole()
           
 com.retek.platform.util.type.security.User getUser()
           
 void setRole(Role role)
           
 void setUser(com.retek.platform.util.type.security.User user)
           
 
Methods inherited from class com.retek.rsm.domain.common.bo.EffectiveBusinessObjectImpl
getEndDateTime, getStartDateTime, setEndDateTime, setStartDateTime
 
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.rsm.domain.common.bo.EffectiveBusinessObject
getEndDateTime, getStartDateTime, setEndDateTime, setStartDateTime
 
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
 

Constructor Detail

UserRoleImpl

public UserRoleImpl(com.retek.platform.bo.ObjectId objectId)
Method Detail

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