Class NodeBaseInventory


  • public class NodeBaseInventory
    extends Object

    NodeBaseInventory class.

    Version:
    $Id: $
    Author:
    ranger
    • Constructor Detail

      • NodeBaseInventory

        public NodeBaseInventory()

        Constructor for NodeBaseInventory.

    • Method Detail

      • getDevicename

        public String getDevicename()

        Getter for the field devicename.

        Returns:
        a String object.
      • setDevicename

        public void setDevicename​(String devicename)

        Setter for the field devicename.

        Parameters:
        devicename - a String object.
      • getGroupname

        public String getGroupname()

        Getter for the field groupname.

        Returns:
        a String object.
      • setGroupname

        public void setGroupname​(String groupname)

        Setter for the field groupname.

        Parameters:
        groupname - a String object.
      • getVersion

        public String getVersion()

        Getter for the field version.

        Returns:
        a String object.
      • setVersion

        public void setVersion​(String version)

        Setter for the field version.

        Parameters:
        version - a String object.
      • getStatus

        public String getStatus()

        Getter for the field status.

        Returns:
        a String object.
      • setStatus

        public void setStatus​(String status)

        Setter for the field status.

        Parameters:
        status - a String object.
      • getCreationdate

        public Date getCreationdate()

        Getter for the field creationdate.

        Returns:
        a Date object.
      • setCreationdate

        public void setCreationdate​(Date creationdate)

        Setter for the field creationdate.

        Parameters:
        creationdate - a Date object.
      • getSwconfigurationurl

        public String getSwconfigurationurl()

        Getter for the field swconfigurationurl.

        Returns:
        a String object.
      • setSwconfigurationurl

        public void setSwconfigurationurl​(String swconfigurationurl)

        Setter for the field swconfigurationurl.

        Parameters:
        swconfigurationurl - a String object.
      • getConfigurationurl

        public String getConfigurationurl()

        Getter for the field configurationurl.

        Returns:
        a String object.
      • setConfigurationurl

        public void setConfigurationurl​(String configurationurl)

        Setter for the field configurationurl.

        Parameters:
        configurationurl - a String object.
      • getIe

        public List<org.opennms.rancid.InventoryElement2> getIe()

        Getter for the field ie.

        Returns:
        a List object.
      • setIe

        public void setIe​(List<org.opennms.rancid.InventoryElement2> ie)

        Setter for the field ie.

        Parameters:
        ie - a List object.
      • expand

        public String expand()

        expand

        Returns:
        a String object.