|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.mdm.index.querybuilder.SearchCriteria
com.sun.mdm.index.master.search.enterprise.EOSearchCriteria
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. |
Method Summary | |
SystemObject |
getSystemObject()
See setSystemObject |
SystemObject |
getSystemObject2()
See setSystemObject2 |
SystemObject |
getSystemObject3()
See setSystemObject3 |
void |
setSystemObject(SystemObject obj)
SystemObject is transformed into query object using query builder when searchEnterpriseObject is invoked. |
void |
setSystemObject2(SystemObject obj)
SystemObject2 is optional and is used to convey additional information to the query builder such as the lower end of a range search. |
void |
setSystemObject3(SystemObject obj)
SystemObject3 is optional and is used to convey additional information to the query builder such as the upper end of a range search. |
java.lang.String |
toString()
String representation |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public EOSearchCriteria()
public EOSearchCriteria(SystemObject sysObj)
sysObj
- A system object containing the search criteria to
be used by the searchEnterpriseObject class.Method Detail |
public SystemObject getSystemObject()
public SystemObject getSystemObject2()
public SystemObject getSystemObject3()
public void setSystemObject(SystemObject obj)
obj
- system objectpublic void setSystemObject2(SystemObject obj)
obj
- system objectpublic void setSystemObject3(SystemObject obj)
obj
- system objectpublic java.lang.String toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Sun Microsystems, Inc.