|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FulfillmentGroupItem
| Method Summary | |
|---|---|
FulfillmentGroupItem |
clone()
|
FulfillmentGroup |
getFulfillmentGroup()
|
Long |
getId()
|
OrderItem |
getOrderItem()
|
Money |
getPrice()
|
int |
getQuantity()
|
Money |
getRetailPrice()
|
Money |
getSalePrice()
|
String |
getStatus()
|
List<TaxDetail> |
getTaxes()
Gets a list of TaxDetail objects, which are taxes that apply directly to this item. |
Money |
getTotalTax()
Gets the total tax for this item, which is the sum of all taxes for this item. |
void |
removeAssociations()
|
void |
setFulfillmentGroup(FulfillmentGroup fulfillmentGroup)
|
void |
setId(Long id)
|
void |
setOrderItem(OrderItem orderItem)
|
void |
setQuantity(int quantity)
|
void |
setStatus(String status)
|
void |
setTaxes(List<TaxDetail> taxes)
Sets the list of TaxDetail objects, which are taxes that apply directly to this item. |
void |
setTotalTax(Money totalTax)
Sets the total tax for this item, which is the sum of all taxes for this item. |
| Method Detail |
|---|
Long getId()
void setId(Long id)
FulfillmentGroup getFulfillmentGroup()
void setFulfillmentGroup(FulfillmentGroup fulfillmentGroup)
OrderItem getOrderItem()
void setOrderItem(OrderItem orderItem)
int getQuantity()
void setQuantity(int quantity)
Money getRetailPrice()
Money getSalePrice()
Money getPrice()
String getStatus()
void setStatus(String status)
void removeAssociations()
FulfillmentGroupItem clone()
List<TaxDetail> getTaxes()
void setTaxes(List<TaxDetail> taxes)
taxes - the list of taxes on this itemMoney getTotalTax()
void setTotalTax(Money totalTax)
totalTax - the total tax for this item
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||