public class EntityElement extends Object implements com.tinkerpop.blueprints.Element
| Modifier and Type | Field and Description |
|---|---|
protected Auths |
auths |
protected org.calrissian.mango.domain.entity.Entity |
entity |
protected GraphStore |
graphStore |
| Constructor and Description |
|---|
EntityElement(org.calrissian.mango.domain.entity.Entity entity,
GraphStore graphStore,
Auths auths) |
| Modifier and Type | Method and Description |
|---|---|
org.calrissian.mango.domain.entity.Entity |
getEntity() |
GraphStore |
getGraphStore() |
Object |
getId() |
<T> T |
getProperty(String s) |
Set<String> |
getPropertyKeys() |
void |
remove() |
<T> T |
removeProperty(String s) |
void |
setProperty(String s,
Object o) |
protected org.calrissian.mango.domain.entity.Entity entity
protected GraphStore graphStore
protected Auths auths
public EntityElement(org.calrissian.mango.domain.entity.Entity entity,
GraphStore graphStore,
Auths auths)
public org.calrissian.mango.domain.entity.Entity getEntity()
public GraphStore getGraphStore()
public <T> T getProperty(String s)
getProperty in interface com.tinkerpop.blueprints.Elementpublic Set<String> getPropertyKeys()
getPropertyKeys in interface com.tinkerpop.blueprints.Elementpublic void setProperty(String s, Object o)
setProperty in interface com.tinkerpop.blueprints.Elementpublic <T> T removeProperty(String s)
removeProperty in interface com.tinkerpop.blueprints.Elementpublic void remove()
remove in interface com.tinkerpop.blueprints.Elementpublic Object getId()
getId in interface com.tinkerpop.blueprints.ElementCopyright © 2014 Calrissian. All Rights Reserved.