com.retek.rsm.domain.security.bo
Interface UserRole

All Superinterfaces:
com.retek.platform.bo.BusinessObject, EffectiveBusinessObject, com.retek.platform.bo.Identifiable
All Known Implementing Classes:
UserRoleImpl

public interface UserRole
extends EffectiveBusinessObject


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

Method Detail

getUser

public com.retek.platform.util.type.security.User getUser()

getRole

public Role getRole()

setUser

public void setUser(com.retek.platform.util.type.security.User user)

setRole

public void setRole(Role role)