Brooklyn

brooklyn.entity.rebind.dto
[Java] Class AbstractTreeNodeMemento

java.lang.Object
  brooklyn.entity.rebind.dto.AbstractMemento
      brooklyn.entity.rebind.dto.AbstractTreeNodeMemento
All Implemented Interfaces:
Memento, TreeNode, java.io.Serializable

public class AbstractTreeNodeMemento
extends AbstractMemento

Nested Class Summary
protected static class AbstractTreeNodeMemento.Builder

 
Method Summary
protected java.lang.Object AbstractTreeNodeMemento()

protected java.lang.Object AbstractTreeNodeMemento(AbstractTreeNodeMemento.Builder builder)

java.util.List getChildren()

java.util.Map getCustomFields()

java.lang.String getParent()

protected ToStringHelper newVerboseStringHelper()

protected void setCustomFields(java.util.Map fields)

 
Methods inherited from class AbstractMemento
AbstractMemento, AbstractMemento, fromPersistedList, fromPersistedMap, fromPersistedSet, getBrooklynVersion, getCustomField, getCustomFields, getDisplayName, getId, getType, getTypeClass, injectTypeClass, newVerboseStringHelper, setCustomFields, toPersistedList, toPersistedMap, toPersistedSet, toString, toVerboseString
 

Method Detail

AbstractTreeNodeMemento

protected java.lang.Object AbstractTreeNodeMemento()


AbstractTreeNodeMemento

protected java.lang.Object AbstractTreeNodeMemento(AbstractTreeNodeMemento.Builder builder)


getChildren

@java.lang.Overridereturn Collections.unmodifiableList(children);
public java.util.List getChildren()


getCustomFields

public java.util.Map getCustomFields()


getParent

@java.lang.Overridereturn parent;
public java.lang.String getParent()


newVerboseStringHelper

@java.lang.Overridereturn super.newVerboseStringHelper().add("parent", getParent()).add("children", getChildren());
protected ToStringHelper newVerboseStringHelper()


setCustomFields

protected void setCustomFields(java.util.Map fields)


 

Brooklyn Multi-Cloud Application Management Platform
brooklyncentral.github.com. Apache License. © 2012.