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

java.lang.Object
  extended bycom.retek.rsm.app.security.service.AppLaunchParameterSearchCriteria
All Implemented Interfaces:
com.retek.platform.util.type.SearchCriteria, java.io.Serializable

public class AppLaunchParameterSearchCriteria
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
AppLaunchParameterSearchCriteria()
           
 
Method Summary
 com.retek.platform.app.security.service.Application getApplication()
           
 com.retek.platform.bo.IdentifiableReference getEnterpriseUserReference()
           
 void setApplication(com.retek.platform.app.security.service.Application application)
           
 void setEnterpriseUserReference(com.retek.platform.bo.IdentifiableReference enterpriseUserReference)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppLaunchParameterSearchCriteria

public AppLaunchParameterSearchCriteria()
Method Detail

getEnterpriseUserReference

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

setEnterpriseUserReference

public void setEnterpriseUserReference(com.retek.platform.bo.IdentifiableReference enterpriseUserReference)

getApplication

public com.retek.platform.app.security.service.Application getApplication()

setApplication

public void setApplication(com.retek.platform.app.security.service.Application application)