Class InventoryMemoryRP

  • All Implemented Interfaces:
    java.io.Serializable

    public class InventoryMemoryRP
    extends java.lang.Object
    implements java.io.Serializable
    Class InventoryMemoryRP.
    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 getSize()
      Returns the value of field 'size'.
      java.lang.String getType()
      Returns the value of field 'type'.
      int hashCode()  
      void setSize​(java.lang.String size)
      Sets the value of field 'size'.
      void setType​(java.lang.String type)
      Sets the value of field 'type'.
      • Methods inherited from class java.lang.Object

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

      • InventoryMemoryRP

        public InventoryMemoryRP()
    • Method Detail

      • getSize

        public java.lang.String getSize()
        Returns the value of field 'size'.
        Returns:
        the value of field 'Size'.
      • getType

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

        public void setSize​(java.lang.String size)
        Sets the value of field 'size'.
        Parameters:
        size - the value of field 'size'.
      • setType

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