Class NodeSet

  • All Implemented Interfaces:
    java.io.Serializable

    public class NodeSet
    extends java.lang.Object
    implements java.io.Serializable
    Class NodeSet.
    Version:
    $Revision$ $Date$
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      NodeSet()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object other)  
      java.lang.String getConfigurationurl()
      Returns the value of field 'configurationurl'.
      java.lang.String getCreationdate()
      Returns the value of field 'creationdate'.
      java.lang.String getDevicename()
      Returns the value of field 'devicename'.
      java.lang.String getGroupname()
      Returns the value of field 'groupname'.
      java.lang.String getStatus()
      Returns the value of field 'status'.
      java.lang.String getSwconfigurationurl()
      Returns the value of field 'swconfigurationurl'.
      java.lang.String getVersion()
      Returns the value of field 'version'.
      int hashCode()  
      void setConfigurationurl​(java.lang.String configurationurl)
      Sets the value of field 'configurationurl'.
      void setCreationdate​(java.lang.String creationdate)
      Sets the value of field 'creationdate'.
      void setDevicename​(java.lang.String devicename)
      Sets the value of field 'devicename'.
      void setGroupname​(java.lang.String groupname)
      Sets the value of field 'groupname'.
      void setStatus​(java.lang.String status)
      Sets the value of field 'status'.
      void setSwconfigurationurl​(java.lang.String swconfigurationurl)
      Sets the value of field 'swconfigurationurl'.
      void setVersion​(java.lang.String version)
      Sets the value of field 'version'.
      • Methods inherited from class java.lang.Object

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

      • NodeSet

        public NodeSet()
    • Method Detail

      • getConfigurationurl

        public java.lang.String getConfigurationurl()
        Returns the value of field 'configurationurl'.
        Returns:
        the value of field 'Configurationurl'.
      • getCreationdate

        public java.lang.String getCreationdate()
        Returns the value of field 'creationdate'.
        Returns:
        the value of field 'Creationdate'.
      • getDevicename

        public java.lang.String getDevicename()
        Returns the value of field 'devicename'.
        Returns:
        the value of field 'Devicename'.
      • getGroupname

        public java.lang.String getGroupname()
        Returns the value of field 'groupname'.
        Returns:
        the value of field 'Groupname'.
      • getStatus

        public java.lang.String getStatus()
        Returns the value of field 'status'.
        Returns:
        the value of field 'Status'.
      • getSwconfigurationurl

        public java.lang.String getSwconfigurationurl()
        Returns the value of field 'swconfigurationurl'.
        Returns:
        the value of field 'Swconfigurationurl'.
      • getVersion

        public java.lang.String getVersion()
        Returns the value of field 'version'.
        Returns:
        the value of field 'Version'.
      • setConfigurationurl

        public void setConfigurationurl​(java.lang.String configurationurl)
        Sets the value of field 'configurationurl'.
        Parameters:
        configurationurl - the value of field 'configurationurl'.
      • setCreationdate

        public void setCreationdate​(java.lang.String creationdate)
        Sets the value of field 'creationdate'.
        Parameters:
        creationdate - the value of field 'creationdate'.
      • setDevicename

        public void setDevicename​(java.lang.String devicename)
        Sets the value of field 'devicename'.
        Parameters:
        devicename - the value of field 'devicename'.
      • setGroupname

        public void setGroupname​(java.lang.String groupname)
        Sets the value of field 'groupname'.
        Parameters:
        groupname - the value of field 'groupname'.
      • setStatus

        public void setStatus​(java.lang.String status)
        Sets the value of field 'status'.
        Parameters:
        status - the value of field 'status'.
      • setSwconfigurationurl

        public void setSwconfigurationurl​(java.lang.String swconfigurationurl)
        Sets the value of field 'swconfigurationurl'.
        Parameters:
        swconfigurationurl - the value of field 'swconfigurationurl'.
      • setVersion

        public void setVersion​(java.lang.String version)
        Sets the value of field 'version'.
        Parameters:
        version - the value of field 'version'.
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object