@Entity(name="graph_elements") public class AbstractGraphEntity extends Object
Constructor and Description |
---|
AbstractGraphEntity() |
Modifier and Type | Method and Description |
---|---|
String |
getNamespace() |
List<PropertyEntity> |
getProperties() |
PropertyEntity |
getProperty(String key) |
protected String |
getPropertyValue(String key) |
void |
mergeProperties(List<PropertyEntity> propertyEntities) |
void |
setNamespace(String namespace) |
void |
setProperties(List<PropertyEntity> properties) |
void |
setProperty(String key,
Class<?> type,
String stringValue) |
public String getNamespace()
public void setNamespace(String namespace)
public List<PropertyEntity> getProperties()
public void setProperties(List<PropertyEntity> properties)
public PropertyEntity getProperty(String key)
public void mergeProperties(List<PropertyEntity> propertyEntities)
Copyright © 2021. All rights reserved.