public final class SqlEdge extends Object implements com.tinkerpop.blueprints.Edge
| Modifier and Type | Field and Description |
|---|---|
static List<String> |
DISALLOWED_PROPERTY_NAMES |
static org.hawkular.inventory.impl.tinkerpop.sql.impl.ElementGenerator<SqlEdge> |
GENERATOR |
protected SqlGraph |
graph |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
protected List<String> |
getDisallowedPropertyNames() |
Long |
getId() |
String |
getLabel() |
protected String |
getPropertiesTableName() |
<T> T |
getProperty(String key) |
Set<String> |
getPropertyKeys() |
protected String |
getPropertyTableElementIdName() |
static String |
getPropertyTableForeignKey() |
protected String |
getUniquePropertiesTableName() |
com.tinkerpop.blueprints.Vertex |
getVertex(com.tinkerpop.blueprints.Direction direction) |
int |
hashCode() |
void |
remove() |
<T> T |
removeProperty(String key) |
void |
setProperty(String key,
Object value) |
String |
toString() |
public static final org.hawkular.inventory.impl.tinkerpop.sql.impl.ElementGenerator<SqlEdge> GENERATOR
protected final SqlGraph graph
public static String getPropertyTableForeignKey()
public void remove()
remove in interface com.tinkerpop.blueprints.Elementprotected String getPropertiesTableName()
protected String getUniquePropertiesTableName()
protected String getPropertyTableElementIdName()
public com.tinkerpop.blueprints.Vertex getVertex(com.tinkerpop.blueprints.Direction direction)
throws IllegalArgumentException
getVertex in interface com.tinkerpop.blueprints.EdgeIllegalArgumentExceptionpublic String getLabel()
getLabel in interface com.tinkerpop.blueprints.Edgepublic boolean equals(Object o)
public int hashCode()
public <T> T getProperty(String key)
getProperty in interface com.tinkerpop.blueprints.Elementpublic Set<String> getPropertyKeys()
getPropertyKeys 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 Long getId()
getId in interface com.tinkerpop.blueprints.ElementCopyright © 2015–2016 Red Hat, Inc.. All rights reserved.