public interface OrderItem extends ExternalEntity
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBaseCurrency()
This method gets the base currency of the order item.
|
CatalogEntryKey |
getCatalogEntry()
This method gets the key corresponding to CatalogEntry
object of the OrderItem.
|
java.lang.String |
getCurrency()
This method gets the currency of the order item.
|
java.lang.String[] |
getEnteredPromotionCodes()
This method gets all the promotion codes entered for the order item.
|
OrderItemKey |
getKey()
This method returns the OrderItemKey of the OrderItem.
|
java.math.BigDecimal |
getPrice()
This method gets the price of the order item.
|
java.math.BigDecimal |
getQuantity()
This method gets the quantity of the order item being ordered.
|
java.lang.String |
getShippingCarrier()
This method returns the name of the carrier which should be used
for shipping the order item.
|
java.math.BigDecimal |
getShippingCharge()
This method returns the shipping charge for the order item.
|
java.lang.String |
getShippingCode()
This method returns the shipping code of the order item.
|
java.math.BigDecimal |
getShippingTax()
This method returns the shipping tax for the order item.
|
java.math.BigDecimal |
getStandardPrice()
This method gets the base price of the order item.
|
StoreKey |
getStore()
This method gets the store key.
|
java.math.BigDecimal |
getTaxAmount()
This method returns the total tax to be paid for the order item.
|
boolean |
isDomesticShipping()
This method returns true if domestic shipping is selected else returns false.
|
static final java.lang.String COPYRIGHT
OrderItemKey getKey()
OrderItemKey
of the OrderItemCatalogEntryKey getCatalogEntry()
CatalogEntryKey
java.math.BigDecimal getPrice()
java.math.BigDecimal getQuantity()
java.math.BigDecimal getStandardPrice()
java.lang.String getCurrency()
java.lang.String getBaseCurrency()
java.lang.String getShippingCarrier()
java.lang.String getShippingCode()
boolean isDomesticShipping()
true
if domestic shipping is selected;
false
otherwise.java.math.BigDecimal getShippingCharge()
java.math.BigDecimal getShippingTax()
java.math.BigDecimal getTaxAmount()
java.lang.String[] getEnteredPromotionCodes()
StoreKey getStore()
StoreKey