public class FeatureQueryOrder.FeatureQueryOrderMember extends Object implements Persistent, Cloneable
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Creates a copy of the object.
|
boolean |
getAscending() |
String |
getAttributeName() |
Evaluator |
getEvaluator() |
boolean |
hasEvaluator() |
void |
loadFromState(PersistentState state)
Set the state of the object from the state passed as parameter.
|
void |
saveToState(PersistentState state)
Saves the internal state of the object on the provided
PersistentState object.
|
public boolean hasEvaluator()
public Evaluator getEvaluator()
public boolean getAscending()
public String getAttributeName()
public void loadFromState(PersistentState state) throws PersistenceException
PersistentloadFromState in interface PersistentPersistenceExceptionpublic void saveToState(PersistentState state) throws PersistenceException
PersistentsaveToState in interface PersistentPersistenceExceptionpublic Object clone() throws CloneNotSupportedException
Cloneableclone in class ObjectCloneNotSupportedException - if the instance of the object cannot
be cloned. As this is extending Cloneable so
its sure it implements it, so this exception may be used for problems
on specific object instances.Object#clone()}.