Class InventorySoftwareRP

  • All Implemented Interfaces:
    java.io.Serializable

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object other)  
      java.lang.String getType()
      Returns the value of field 'type'.
      java.lang.String getVersion()
      Returns the value of field 'version'.
      int hashCode()  
      void setType​(java.lang.String type)
      Sets the value of field 'type'.
      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

      • InventorySoftwareRP

        public InventorySoftwareRP()
    • Method Detail

      • getType

        public java.lang.String getType()
        Returns the value of field 'type'.
        Returns:
        the value of field 'Type'.
      • getVersion

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

        public void setType​(java.lang.String type)
        Sets the value of field 'type'.
        Parameters:
        type - the value of field 'type'.
      • 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