public class GraphRecordElement extends Object implements com.tinkerpop.blueprints.Element, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
static String |
LONG_ID_PROPKEY |
protected Map<String,Object> |
props |
| Constructor and Description |
|---|
GraphRecordElement(String strId) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearProperties() |
boolean |
equals(Object obj) |
Object |
getId() |
<T> T |
getProperty(String key) |
Set<String> |
getPropertyKeys() |
String |
getStringId() |
int |
hashCode() |
void |
remove() |
<T> T |
removeProperty(String key) |
void |
setProperty(String key,
Object value) |
public GraphRecordElement(String strId)
public String getStringId()
public Object getId()
getId in interface com.tinkerpop.blueprints.Elementpublic void setProperty(String key, Object value)
setProperty in interface com.tinkerpop.blueprints.Elementpublic <T> T removeProperty(String key)
removeProperty in interface com.tinkerpop.blueprints.Elementpublic void clearProperties()
public <T> T getProperty(String key)
getProperty in interface com.tinkerpop.blueprints.Elementpublic Set<String> getPropertyKeys()
getPropertyKeys in interface com.tinkerpop.blueprints.Elementpublic void remove()
throws UnsupportedOperationException
remove in interface com.tinkerpop.blueprints.ElementUnsupportedOperationExceptionCopyright © 2015. All rights reserved.