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, injectTypeClass, toString, toVerboseStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetBrooklynVersion, getCatalogItemId, getCustomField, getDisplayName, getId, getTags, getType, getTypeClass, injectTypeClass, toVerboseString@Deprecated public java.util.Map<java.lang.String,java.lang.Object> getCustomFields()
getCustomFields in interface MementogetCustomFields in class AbstractMementopublic java.lang.String getParent()
TreeNodepublic java.util.List<java.lang.String> getChildren()
TreeNodegetChildren in interface TreeNode