Class OrderConsumedRAO

  • All Implemented Interfaces:
    java.io.Serializable

    @Deprecated(forRemoval=true)
    public class OrderConsumedRAO
    extends java.lang.Object
    implements java.io.Serializable
    Deprecated, for removal: This API element is subject to removal in a future version.
    Since 6.7
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      OrderConsumedRAO()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      int getAvailableQuantity()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      CartRAO getCart()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      int hashCode()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void setAvailableQuantity​(int availableQuantity)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void setCart​(CartRAO cart)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      • Methods inherited from class java.lang.Object

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

      • OrderConsumedRAO

        public OrderConsumedRAO()
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • setCart

        public void setCart​(CartRAO cart)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getCart

        public CartRAO getCart()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • setAvailableQuantity

        public void setAvailableQuantity​(int availableQuantity)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getAvailableQuantity

        public int getAvailableQuantity()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • equals

        public boolean equals​(java.lang.Object o)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Overrides:
        hashCode in class java.lang.Object