org.broadleafcommerce.order.domain
Class FulfillmentGroupItemImpl
java.lang.Object
org.broadleafcommerce.order.domain.FulfillmentGroupItemImpl
- All Implemented Interfaces:
- java.io.Serializable, FulfillmentGroupItem
public class FulfillmentGroupItemImpl
- extends java.lang.Object
- implements FulfillmentGroupItem
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
id
protected java.lang.Long id
fulfillmentGroup
protected FulfillmentGroup fulfillmentGroup
orderItem
protected OrderItem orderItem
quantity
protected int quantity
retailPrice
protected java.math.BigDecimal retailPrice
salePrice
protected java.math.BigDecimal salePrice
price
protected java.math.BigDecimal price
FulfillmentGroupItemImpl
public FulfillmentGroupItemImpl()
getId
public java.lang.Long getId()
- Specified by:
getId in interface FulfillmentGroupItem
setId
public void setId(java.lang.Long id)
- Specified by:
setId in interface FulfillmentGroupItem
getFulfillmentGroup
public FulfillmentGroup getFulfillmentGroup()
- Specified by:
getFulfillmentGroup in interface FulfillmentGroupItem
setFulfillmentGroup
public void setFulfillmentGroup(FulfillmentGroup fulfillmentGroup)
- Specified by:
setFulfillmentGroup in interface FulfillmentGroupItem
getOrderItem
public OrderItem getOrderItem()
- Specified by:
getOrderItem in interface FulfillmentGroupItem
setOrderItem
public void setOrderItem(OrderItem orderItem)
- Specified by:
setOrderItem in interface FulfillmentGroupItem
getQuantity
public int getQuantity()
- Specified by:
getQuantity in interface FulfillmentGroupItem
setQuantity
public void setQuantity(int quantity)
- Specified by:
setQuantity in interface FulfillmentGroupItem
getRetailPrice
public Money getRetailPrice()
- Specified by:
getRetailPrice in interface FulfillmentGroupItem
setRetailPrice
public void setRetailPrice(Money retailPrice)
- Specified by:
setRetailPrice in interface FulfillmentGroupItem
getSalePrice
public Money getSalePrice()
- Specified by:
getSalePrice in interface FulfillmentGroupItem
setSalePrice
public void setSalePrice(Money salePrice)
- Specified by:
setSalePrice in interface FulfillmentGroupItem
getPrice
public Money getPrice()
- Specified by:
getPrice in interface FulfillmentGroupItem
setPrice
public void setPrice(Money price)
- Specified by:
setPrice in interface FulfillmentGroupItem
getStatus
public java.lang.String getStatus()
- Specified by:
getStatus in interface FulfillmentGroupItem
setStatus
public void setStatus(java.lang.String status)
- Specified by:
setStatus in interface FulfillmentGroupItem
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
Copyright © 2010. All Rights Reserved.