public abstract class GraphEntity extends GraphMember
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Object |
associations |
children, name, parentNode, PROPERTY_NAME| Constructor and Description |
|---|
GraphEntity() |
| Modifier and Type | Method and Description |
|---|---|
Annotation |
getAnnotation() |
AssociationSet |
getAssociations(Condition<?>... filters)
get All Associations
|
java.lang.String |
getId() |
java.lang.String |
getName(boolean shortName) |
boolean |
isExternal() |
GraphEntity |
with(Annotation value) |
protected GraphEntity |
with(Association... values) |
GraphEntity |
withExternal(boolean value) |
GraphEntity |
withId(java.lang.String id) |
GraphEntity |
without(Association... values) |
check, getModifier, getName, setParentNode, with, withAnnotaion, withChildren, withoutpublic java.lang.String getName(boolean shortName)
public GraphEntity withId(java.lang.String id)
public java.lang.String getId()
public AssociationSet getAssociations(Condition<?>... filters)
filters - Can Filter the List of AssociationsClazz --------------------- Associations one many
public boolean isExternal()
public GraphEntity withExternal(boolean value)
protected GraphEntity with(Association... values)
public GraphEntity without(Association... values)
public Annotation getAnnotation()
getAnnotation in class GraphMemberpublic GraphEntity with(Annotation value)