public class AbstractTreeNodeMemento extends AbstractMemento implements Memento, TreeNode, java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getChildren()
The ids of the children.
|
java.util.Map<java.lang.String,java.lang.Object> |
getCustomFields()
Deprecated.
|
java.lang.String |
getParent()
The id of the parent entity, or null if none.
|
getBrooklynVersion, getCatalogItemId, getCustomField, getDisplayName, getId, getTags, getType, getTypeClass, getUniqueTag, injectTypeClass, toString, toVerboseString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getBrooklynVersion, getCatalogItemId, getCustomField, getDisplayName, getId, getTags, getType, getTypeClass, getUniqueTag, injectTypeClass, toVerboseString
@Deprecated public java.util.Map<java.lang.String,java.lang.Object> getCustomFields()
getCustomFields
in interface Memento
getCustomFields
in class AbstractMemento
public java.lang.String getParent()
TreeNode
public java.util.List<java.lang.String> getChildren()
TreeNode
getChildren
in interface TreeNode