Class OrderConsumedRAO
- java.lang.Object
-
- de.hybris.platform.ruleengineservices.rao.OrderConsumedRAO
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated(forRemoval=true) public class OrderConsumedRAO extends java.lang.Object implements java.io.SerializableDeprecated, 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 booleanequals(java.lang.Object o)Deprecated, for removal: This API element is subject to removal in a future version.intgetAvailableQuantity()Deprecated, for removal: This API element is subject to removal in a future version.CartRAOgetCart()Deprecated, for removal: This API element is subject to removal in a future version.inthashCode()Deprecated, for removal: This API element is subject to removal in a future version.voidsetAvailableQuantity(int availableQuantity)Deprecated, for removal: This API element is subject to removal in a future version.voidsetCart(CartRAO cart)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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
hashCodein classjava.lang.Object
-
-