com.stc.eindex.master.search.enterprise
Class EOSearchCriteria

java.lang.Object
  extended bySearchCriteria
      extended bycom.stc.eindex.master.search.enterprise.EOSearchCriteria

public class EOSearchCriteria
extends SearchCriteria

The EOSearchCriteria class contains the search criteria for a searchEnterpiseObject object. The criteria is an object of the class SystemObject.


Constructor Summary
EOSearchCriteria()
          Creates a new instance of the EOSearchCriteria class.
EOSearchCriteria(SystemObject sysObj)
          Creates a new instance of the EOSearchCriteria class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EOSearchCriteria

public EOSearchCriteria()
Creates a new instance of the EOSearchCriteria class.

Parameters:
None.


EOSearchCriteria

public EOSearchCriteria(SystemObject sysObj)
Creates a new instance of the EOSearchCriteria class.

Parameters:
sysObj - A system object containing the search criteria to be used by the searchEnterpriseObject class.


Copyright 2007 by Sun Microsystems, Inc. All Rights Reserved.