Class NodeBaseInventory


  • public class NodeBaseInventory
    extends java.lang.Object

    NodeBaseInventory class.

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

      Constructors 
      Constructor Description
      NodeBaseInventory()
      Constructor for NodeBaseInventory.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String expand()
      expand
      java.lang.String getConfigurationurl()
      Getter for the field configurationurl.
      java.util.Date getCreationdate()
      Getter for the field creationdate.
      java.lang.String getDevicename()
      Getter for the field devicename.
      java.lang.String getGroupname()
      Getter for the field groupname.
      java.util.List<org.opennms.rancid.InventoryElement2> getIe()
      Getter for the field ie.
      java.lang.String getStatus()
      Getter for the field status.
      java.lang.String getSwconfigurationurl()
      Getter for the field swconfigurationurl.
      java.lang.String getVersion()
      Getter for the field version.
      void setConfigurationurl​(java.lang.String configurationurl)
      Setter for the field configurationurl.
      void setCreationdate​(java.util.Date creationdate)
      Setter for the field creationdate.
      void setDevicename​(java.lang.String devicename)
      Setter for the field devicename.
      void setGroupname​(java.lang.String groupname)
      Setter for the field groupname.
      void setIe​(java.util.List<org.opennms.rancid.InventoryElement2> ie)
      Setter for the field ie.
      void setStatus​(java.lang.String status)
      Setter for the field status.
      void setSwconfigurationurl​(java.lang.String swconfigurationurl)
      Setter for the field swconfigurationurl.
      void setVersion​(java.lang.String version)
      Setter for the field version.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NodeBaseInventory

        public NodeBaseInventory()

        Constructor for NodeBaseInventory.

    • Method Detail

      • getDevicename

        public java.lang.String getDevicename()

        Getter for the field devicename.

        Returns:
        a String object.
      • setDevicename

        public void setDevicename​(java.lang.String devicename)

        Setter for the field devicename.

        Parameters:
        devicename - a String object.
      • getGroupname

        public java.lang.String getGroupname()

        Getter for the field groupname.

        Returns:
        a String object.
      • setGroupname

        public void setGroupname​(java.lang.String groupname)

        Setter for the field groupname.

        Parameters:
        groupname - a String object.
      • getVersion

        public java.lang.String getVersion()

        Getter for the field version.

        Returns:
        a String object.
      • setVersion

        public void setVersion​(java.lang.String version)

        Setter for the field version.

        Parameters:
        version - a String object.
      • getStatus

        public java.lang.String getStatus()

        Getter for the field status.

        Returns:
        a String object.
      • setStatus

        public void setStatus​(java.lang.String status)

        Setter for the field status.

        Parameters:
        status - a String object.
      • getCreationdate

        public java.util.Date getCreationdate()

        Getter for the field creationdate.

        Returns:
        a Date object.
      • setCreationdate

        public void setCreationdate​(java.util.Date creationdate)

        Setter for the field creationdate.

        Parameters:
        creationdate - a Date object.
      • getSwconfigurationurl

        public java.lang.String getSwconfigurationurl()

        Getter for the field swconfigurationurl.

        Returns:
        a String object.
      • setSwconfigurationurl

        public void setSwconfigurationurl​(java.lang.String swconfigurationurl)

        Setter for the field swconfigurationurl.

        Parameters:
        swconfigurationurl - a String object.
      • getConfigurationurl

        public java.lang.String getConfigurationurl()

        Getter for the field configurationurl.

        Returns:
        a String object.
      • setConfigurationurl

        public void setConfigurationurl​(java.lang.String configurationurl)

        Setter for the field configurationurl.

        Parameters:
        configurationurl - a String object.
      • getIe

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

        Getter for the field ie.

        Returns:
        a List object.
      • setIe

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

        Setter for the field ie.

        Parameters:
        ie - a List object.
      • expand

        public java.lang.String expand()

        expand

        Returns:
        a String object.