Class SoftwareObjectNode


  • public class SoftwareObjectNode
    extends AbstractNode<Object>
    Nodes to display the software tree grid explorer.
    Author:
    Mauricio Ruiz Beltrán <mauricio.ruiz@kuwaiba.org>
    • Method Detail

      • getId

        public String getId()
      • setId

        public void setId​(String id)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getClassName

        public String getClassName()
      • setClassName

        public void setClassName​(String className)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • isPool

        public boolean isPool()
      • setPool

        public void setPool​(boolean pool)
      • getObject

        public Object getObject()
      • setObject

        public void setObject​(Object object)
      • refresh

        public void refresh​(boolean recursive)
        Description copied from class: AbstractNode
        What to do when commanded to refresh the node.
        Specified by:
        refresh in class AbstractNode<Object>
        Parameters:
        recursive - Refresh the children nodes.