|
||||||||||
| 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()
|
boolean |
getHasProratedOrderAdjustments()
Returns true if this item has pro-rated order adjustments. |
Long |
getId()
|
OrderItem |
getOrderItem()
|
Money |
getPrice()
Deprecated. Use getTotalItemAmount() or getTotalItemTaxableAmount() |
Money |
getProratedOrderAdjustmentAmount()
|
int |
getQuantity()
|
Money |
getRetailPrice()
|
Money |
getSalePrice()
|
FulfillmentGroupStatusType |
getStatus()
|
List<TaxDetail> |
getTaxes()
Gets a list of TaxDetail objects, which are taxes that apply directly to this item. |
Money |
getTotalItemAmount()
|
Money |
getTotalItemTaxableAmount()
|
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 |
setProratedOrderAdjustmentAmount(Money amount)
|
void |
setQuantity(int quantity)
|
void |
setStatus(FulfillmentGroupStatusType status)
|
void |
setTaxes(List<TaxDetail> taxes)
Sets the list of TaxDetail objects, which are taxes that apply directly to this item. |
void |
setTotalItemAmount(Money amount)
|
void |
setTotalItemTaxableAmount(Money amount)
|
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()
getTotalItemAmount() or getTotalItemTaxableAmount()
Money getTotalItemAmount()
void setTotalItemAmount(Money amount)
Money getProratedOrderAdjustmentAmount()
void setProratedOrderAdjustmentAmount(Money amount)
Money getTotalItemTaxableAmount()
void setTotalItemTaxableAmount(Money amount)
FulfillmentGroupStatusType getStatus()
void setStatus(FulfillmentGroupStatusType 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 itemboolean getHasProratedOrderAdjustments()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||