public class Node
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
Node |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.UUID |
getId() |
java.lang.String |
getLabel() |
org.eclipse.collections.impl.map.mutable.UnifiedMap<java.lang.String,java.lang.Object> |
getProperties() |
java.lang.Object |
getProperty(java.lang.String property) |
int |
hashCode() |
void |
setId(java.util.UUID id) |
void |
setProperties(org.eclipse.collections.impl.map.mutable.UnifiedMap<java.lang.String,java.lang.Object> properties) |
java.lang.Object |
setProperty(java.lang.String key,
java.lang.Object value) |
public java.util.UUID getId()
public void setId(java.util.UUID id)
public org.eclipse.collections.impl.map.mutable.UnifiedMap<java.lang.String,java.lang.Object> getProperties()
public void setProperties(org.eclipse.collections.impl.map.mutable.UnifiedMap<java.lang.String,java.lang.Object> properties)
public java.lang.Object getProperty(java.lang.String property)
public java.lang.Object setProperty(java.lang.String key, java.lang.Object value)
public java.lang.String getLabel()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public Node clone()
clone
in class java.lang.Object