Class ResourceFolderTreeNode

java.lang.Object
com.hp.ucmdb.api.folders.ResourceFolderTreeNode
All Implemented Interfaces:
Serializable, Comparable<ResourceFolderTreeNode>

public class ResourceFolderTreeNode extends Object implements Serializable, Comparable<ResourceFolderTreeNode>
See Also:
  • Field Details

    • name

      public String name
    • type

      public String type
    • bundleName

      public String bundleName
    • id

      public String id
    • hasChildren

      public boolean hasChildren
    • path

      public String path
  • Constructor Details

    • ResourceFolderTreeNode

      public ResourceFolderTreeNode()
    • ResourceFolderTreeNode

      public ResourceFolderTreeNode(String name, String type, boolean hasChildren, List<String> fullPath)
    • ResourceFolderTreeNode

      public ResourceFolderTreeNode(String name, String type, boolean hasChildren, List<String> fullPath, String id)
    • ResourceFolderTreeNode

      public ResourceFolderTreeNode(String name, String type, boolean hasChildren, String fullPath, String id)
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • isHasChildren

      public boolean isHasChildren()
    • setHasChildren

      public void setHasChildren(boolean hasChildren)
    • getPath

      public String getPath()
    • setPath

      public void setPath(String path)
    • convertPath

      public String convertPath(List<String> fullPath)
    • compareTo

      public int compareTo(ResourceFolderTreeNode o)
      Specified by:
      compareTo in interface Comparable<ResourceFolderTreeNode>
    • getBundleName

      public String getBundleName()
    • setBundleName

      public void setBundleName(String bundleName)