com.retek.rsm.external.service
Class DisplayableReferenceSearchCriteria

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

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

See Also:
Serialized Form

Constructor Summary
DisplayableReferenceSearchCriteria()
           
 
Method Summary
 com.retek.platform.app.security.service.Application getApplication()
           
 java.lang.String getHierarchyTypeExternalId()
           
 com.retek.platform.bo.IdentifiableReference getParentReference()
           
 void setApplication(com.retek.platform.app.security.service.Application application)
           
 void setHierarchyTypeExternalId(java.lang.String hierarchyTypeExternalId)
           
 void setParentReference(com.retek.platform.bo.IdentifiableReference parentReference)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DisplayableReferenceSearchCriteria

public DisplayableReferenceSearchCriteria()
Method Detail

getApplication

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

setApplication

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

getHierarchyTypeExternalId

public java.lang.String getHierarchyTypeExternalId()

setHierarchyTypeExternalId

public void setHierarchyTypeExternalId(java.lang.String hierarchyTypeExternalId)

getParentReference

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

setParentReference

public void setParentReference(com.retek.platform.bo.IdentifiableReference parentReference)