public class EntityTreeNode
extends com.haulmont.cuba.core.entity.BaseUuidEntity
Constructor and Description |
---|
EntityTreeNode() |
Modifier and Type | Method and Description |
---|---|
java.util.List<EntityTreeNode> |
getChildren() |
java.lang.String |
getHierarchicalLocalizedName() |
java.lang.String |
getHierarchicalLocalizedNameExceptRoot() |
java.lang.String |
getHierarchicalName() |
java.lang.String |
getHierarchicalNameExceptRoot() |
java.lang.String |
getLocalizedName() |
java.lang.String |
getName() |
java.lang.Integer |
getNodeChildrenDepth()
Calculates depth of child nodes.
|
java.lang.Integer |
getNodeDepth() |
EntityTreeNode |
getParent() |
com.haulmont.chile.core.model.MetaClass |
getWrappedMetaClass() |
com.haulmont.chile.core.model.MetaProperty |
getWrappedMetaProperty() |
void |
setChildren(java.util.List<EntityTreeNode> children) |
void |
setLocalizedName(java.lang.String localizedName) |
void |
setName(java.lang.String name) |
void |
setParent(EntityTreeNode parent) |
void |
setWrappedMetaClass(com.haulmont.chile.core.model.MetaClass wrappedMetaClass) |
void |
setWrappedMetaProperty(com.haulmont.chile.core.model.MetaProperty wrappedMetaProperty) |
_persistence_get, _persistence_new, _persistence_post_clone, _persistence_set, getId, getUuid, setId, setUuid
equals, getDynamicAttributes, getMetaClass, getValue, hashCode, setDynamicAttributes, setValue, toString
_persistence_checkFetched, _persistence_checkFetchedForSet, _persistence_getCacheKey, _persistence_getFetchGroup, _persistence_getHref, _persistence_getId, _persistence_getLinks, _persistence_getPropertyChangeListener, _persistence_getRelationships, _persistence_getSession, _persistence_isAttributeFetched, _persistence_propertyChange, _persistence_resetFetchGroup, _persistence_setCacheKey, _persistence_setFetchGroup, _persistence_setHref, _persistence_setId, _persistence_setLinks, _persistence_setPropertyChangeListener, _persistence_setRelationships, _persistence_setSession, _persistence_setShouldRefreshFetchGroup, _persistence_shallow_clone, _persistence_shouldRefreshFetchGroup, addPropertyChangeListener, getInstanceName, getValueEx, getValueEx, removeAllListeners, removePropertyChangeListener, setValue, setValueEx, setValueEx
public java.lang.Integer getNodeDepth()
public java.lang.Integer getNodeChildrenDepth()
public java.lang.String getHierarchicalName()
public java.lang.String getHierarchicalLocalizedName()
public java.lang.String getHierarchicalNameExceptRoot()
public java.lang.String getHierarchicalLocalizedNameExceptRoot()
public java.lang.String getLocalizedName()
public void setLocalizedName(java.lang.String localizedName)
public java.lang.String getName()
public void setName(java.lang.String name)
public EntityTreeNode getParent()
public void setParent(EntityTreeNode parent)
public java.util.List<EntityTreeNode> getChildren()
public void setChildren(java.util.List<EntityTreeNode> children)
public com.haulmont.chile.core.model.MetaClass getWrappedMetaClass()
public void setWrappedMetaClass(com.haulmont.chile.core.model.MetaClass wrappedMetaClass)
public com.haulmont.chile.core.model.MetaProperty getWrappedMetaProperty()
public void setWrappedMetaProperty(com.haulmont.chile.core.model.MetaProperty wrappedMetaProperty)