org.broadleafcommerce.core.order.domain
Class FulfillmentGroupItemImpl

java.lang.Object
  extended by org.broadleafcommerce.core.order.domain.FulfillmentGroupItemImpl
All Implemented Interfaces:
Serializable, FulfillmentGroupItem

@Entity
public class FulfillmentGroupItemImpl
extends Object
implements FulfillmentGroupItem

See Also:
Serialized Form

Field Summary
protected  FulfillmentGroup fulfillmentGroup
           
protected  Long id
           
protected  OrderItem orderItem
           
protected  int quantity
           
 
Constructor Summary
FulfillmentGroupItemImpl()
           
 
Method Summary
 boolean equals(Object obj)
           
 FulfillmentGroup getFulfillmentGroup()
           
 Long getId()
           
 OrderItem getOrderItem()
           
 Money getPrice()
           
 int getQuantity()
           
 Money getRetailPrice()
           
 Money getSalePrice()
           
 String getStatus()
           
 int hashCode()
           
 void removeAssociations()
           
 void setFulfillmentGroup(FulfillmentGroup fulfillmentGroup)
           
 void setId(Long id)
           
 void setOrderItem(OrderItem orderItem)
           
 void setQuantity(int quantity)
           
 void setStatus(String status)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected Long id

fulfillmentGroup

protected FulfillmentGroup fulfillmentGroup

orderItem

protected OrderItem orderItem

quantity

protected int quantity
Constructor Detail

FulfillmentGroupItemImpl

public FulfillmentGroupItemImpl()
Method Detail

getId

public Long getId()
Specified by:
getId in interface FulfillmentGroupItem

setId

public void setId(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

getSalePrice

public Money getSalePrice()
Specified by:
getSalePrice in interface FulfillmentGroupItem

getPrice

public Money getPrice()
Specified by:
getPrice in interface FulfillmentGroupItem

getStatus

public String getStatus()
Specified by:
getStatus in interface FulfillmentGroupItem

setStatus

public void setStatus(String status)
Specified by:
setStatus in interface FulfillmentGroupItem

removeAssociations

public void removeAssociations()
Specified by:
removeAssociations in interface FulfillmentGroupItem

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2012. All Rights Reserved.