public class Element extends Object
| Constructor and Description |
|---|
Element() |
| Modifier and Type | Method and Description |
|---|---|
void |
addProperty(String key,
Object value) |
boolean |
equals(Object o) |
long |
getId() |
String |
getLabel() |
List<String> |
getLabels() |
Map<String,Object> |
getProperties() |
String |
getVariable() |
int |
hashCode() |
void |
setId(long id) |
void |
setLabel(String label) |
void |
setLabels(List<String> labels) |
void |
setProperties(Map<String,Object> properties) |
void |
setVariable(String variable) |
Copyright © 2017. All rights reserved.