public class Book extends LineItem
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
LineItemTypeValue |
_AVPList, _batchNumber, _billingCostCentre, _creditLineIndicator, _despatchInformation, _destination, _lineItemId, _note, _origin, _price, _quantity, _receiptAllowanceCharges, _serialNumber, _taxes, _tradeItemDescriptionInformation, _tradeItemIdentification, _tradeItemMeasurements, _transactionalTradeItemCode, _transactionalTradeItemType, LineItemTypeIdentifier| Constructor and Description |
|---|
Book(java.lang.String ISBN,
int quantity,
double price) |
Book(TradeItemDescriptionInformation tradeItemDescriptionInformation,
double quantity,
double price) |
Book(TradeItemDescriptionInformation tradeItemDescriptionInformation,
int quantity,
double price) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getIBSNNumber() |
java.lang.String |
getLineItemTypeValue() |
addAllowanceOrCharge, addEcomAVP, addReceiptAllowanceCharges, addTax, addTradeItemIdentification, getAllowancesTotal, getBatchNumber, getBillingCostCentre, getBrandName, getChargesTotal, getDeliveryDate, getDeliveryInstructions, getDescription, getDespatchDate, getDespatchInformation, getDestinationInformation, getEcomAVPList, getLineItemId, getLineItemType, getName, getNetTotal, getNote, getOriginInformation, getPrice, getQuantity, getReceiptAllowanceCharges, getSerialNumber, getSubTotal, getTaxes, getTaxesTotal, getTaxesTotal, getTotal, getTradeItemDescriptionInformation, getTradeItemIdentification, getTradeItemIdentificationValue, getTradeItemMeasurements, getTransactionalTradeItemCode, getTransactionalTradeItemType, hasNote, hasTaxes, hasTradeItemIdentificationValue, isReturnOrExchange, setBatchNumber, setBillingCostCentre, setDeliveryDate, setDeliveryInstructions, setDespatchDate, setDespatchInformation, setDestinationInformation, setLineItemId, setMeasurements, setNetContent, setNote, setOriginInformation, setPrice, setQuantity, setReturnOrExchange, setSerialNumber, setTradeItemDescriptionInformation, setTradeItemDescriptionInformation, setTradeItemGroupIdentificationCode, setTradeItemIdentification, setTradeItemMeasurements, setTransactionalTradeItemTypepublic static final java.lang.String LineItemTypeValue
public Book(TradeItemDescriptionInformation tradeItemDescriptionInformation, int quantity, double price)
public Book(TradeItemDescriptionInformation tradeItemDescriptionInformation, double quantity, double price)
public Book(java.lang.String ISBN,
int quantity,
double price)
public java.lang.String getIBSNNumber()
public java.lang.String getLineItemTypeValue()
getLineItemTypeValue in class LineItem