public class TopiaEntityRef extends Object implements Comparable<TopiaEntityRef>
getAccessorExpression() return the jxpath to access the
ref from the root object.
TODO Javadoc...| Modifier and Type | Field and Description |
|---|---|
protected String |
accessorExpression
the jxpath used to acces ref from root
|
protected TopiaEntity[] |
path |
protected TopiaEntity |
ref
the entity ref
|
protected TopiaEntity |
root
the root entity
|
static String |
SEPARATOR |
| Constructor and Description |
|---|
TopiaEntityRef(TopiaEntity root,
TopiaEntity ref,
String accessorExpression,
TopiaEntity[] path) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(TopiaEntityRef o) |
boolean |
equals(Object o) |
String |
getAccessorExpression() |
TopiaEntity |
getInvoker() |
String |
getInvokerProperty() |
TopiaEntity[] |
getPath() |
TopiaEntity |
getRef() |
TopiaEntity |
getRoot() |
int |
hashCode() |
String |
toString() |
public static final String SEPARATOR
protected TopiaEntity root
protected TopiaEntity ref
protected String accessorExpression
protected TopiaEntity[] path
public TopiaEntityRef(TopiaEntity root, TopiaEntity ref, String accessorExpression, TopiaEntity[] path)
public TopiaEntity getRoot()
public TopiaEntity getRef()
public String getAccessorExpression()
public TopiaEntity[] getPath()
public TopiaEntity getInvoker()
public String getInvokerProperty()
public int compareTo(TopiaEntityRef o)
compareTo in interface Comparable<TopiaEntityRef>Copyright © 2004–2017 CodeLutin. All rights reserved.