com.retek.rsm.app.security.service
Class UserRoleSearchCriteria

java.lang.Object
  |
  +--com.retek.rsm.app.security.service.UserRoleSearchCriteria
All Implemented Interfaces:
com.retek.platform.util.type.SearchCriteria, java.io.Serializable

public class UserRoleSearchCriteria
extends java.lang.Object
implements com.retek.platform.util.type.SearchCriteria

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.retek.platform.util.type.SearchCriteria
serialVersionUID
 
Constructor Summary
UserRoleSearchCriteria()
           
 
Method Summary
 com.retek.platform.bo.IdentifiableReference getRoleReference()
           
 com.retek.platform.bo.IdentifiableReference getUserReference()
           
 void setRoleReference(com.retek.platform.bo.IdentifiableReference roleReference)
           
 void setUserReference(com.retek.platform.bo.IdentifiableReference userReference)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserRoleSearchCriteria

public UserRoleSearchCriteria()
Method Detail

getRoleReference

public com.retek.platform.bo.IdentifiableReference getRoleReference()

setRoleReference

public void setRoleReference(com.retek.platform.bo.IdentifiableReference roleReference)

getUserReference

public com.retek.platform.bo.IdentifiableReference getUserReference()

setUserReference

public void setUserReference(com.retek.platform.bo.IdentifiableReference userReference)