|
© 2004 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.beasys.commerce.foundation.expression.SearchImpl
Search instead.
An implementation of the Search interface.
Search,
SearchHome,
Serialized Form| Field Summary | |
Expression |
expression
Deprecated. The search expression. |
long |
maxReturn
Deprecated. The maximum number of objects to return. |
String |
sort
Deprecated. The sorting criteria Containment: By Value Multiplicity: 1:1 |
| Constructor Summary | |
SearchImpl()
Deprecated. Constructor. |
|
| Method Summary | |
Object |
clone()
Deprecated. |
int |
compareTo(Object o)
Deprecated. Compare this belonging to another |
boolean |
equals(Object o)
Deprecated. |
Expression |
getExpression()
Deprecated. Get the search expression. |
long |
getMaxReturn()
Deprecated. Get the maximum number of objects to return. |
String |
getSort()
Deprecated. Get the sort criteria. |
String |
interfaceName()
Deprecated. interfaceName() returns the unqualified name of the interface from the UML model |
void |
setByValue(Object value)
Deprecated. It is possible to call set-by-value with a superclass. |
void |
setExpression(Expression expression)
Deprecated. Set the search expression. |
void |
setMaxReturn(long maxReturn)
Deprecated. Set the maximum number of objects to return. |
void |
setSort(String sort)
Deprecated. Set the sort criteria. |
Object |
value()
Deprecated. value() is a more typesafe implementation of clone() |
| Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public Expression expression
public long maxReturn
public String sort
| Constructor Detail |
public SearchImpl()
| Method Detail |
public Object clone()
public int compareTo(Object o)
compareTo in interface Comparableo - target object for comparision
public boolean equals(Object o)
public Expression getExpression()
getExpression in interface Searchpublic long getMaxReturn()
getMaxReturn in interface Searchpublic String getSort()
getSort in interface Searchpublic String interfaceName()
interfaceName in interface Searchpublic void setByValue(Object value)
If that is the case, only the fields in the superclass will be set in this instance. The remaining fields get the default values. It is also possible to call set-by-value with a subclass. In this case, the specialized fields in the subclass will be ignored. The overridden fields in the subclass will be populated.
setByValue in interface Searchpublic void setExpression(Expression expression)
setExpression in interface Searchpublic void setMaxReturn(long maxReturn)
setMaxReturn in interface Searchpublic void setSort(String sort)
setSort in interface Searchpublic Object value()
value in interface Search
|
© 2004 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||