Class ProductConsumedRAO
- java.lang.Object
-
- de.hybris.platform.ruleengineservices.rao.ProductConsumedRAO
-
- All Implemented Interfaces:
java.io.Serializable
public class ProductConsumedRAO extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProductConsumedRAO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)intgetAvailableQuantity()OrderEntryRAOgetOrderEntry()inthashCode()voidsetAvailableQuantity(int availableQuantity)voidsetOrderEntry(OrderEntryRAO orderEntry)
-
-
-
Method Detail
-
setOrderEntry
public void setOrderEntry(OrderEntryRAO orderEntry)
-
getOrderEntry
public OrderEntryRAO getOrderEntry()
-
setAvailableQuantity
public void setAvailableQuantity(int availableQuantity)
-
getAvailableQuantity
public int getAvailableQuantity()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-