Method | Signature | Comments/Sample |
---|
getAttribute
| string getAttribute(name)
| Â |
getAttributes (1)
| ItemAttribute[ ] getAttributes()
| Â |
getAttributes (2)
| ItemAttribute[ ] getAttributes(string type)
| Â |
getAttributeValue
| string getAttributeValue(name)
| same as getAttribute(name) |
getCost
| string getCost()
| Â |
getCostAsBigDecimal
| BigDecimal getCostAsBigDecimal()
| Â |
getDescription
| string getDescription()
| Â |
getItemId
| string getItemId()
| Â |
getOptions
| ItemOption[ ] getOptions()
| Â |
getQuantity
| string getQuantity()
| Â |
getQuantityAsBigDecimal
| BigDecimal getQuantityAsBigDecimal()
| Â |
getUnitCostWithDiscount
| BigDecimal getUnitCostWithDiscount()
| Â |
isShipped | boolean isShipped() | True if the item is one that will be shipped. |
isHasShipped | boolean isHasShipped() | Returns true if the item has shipped. isShipped and isHasShipped are used by the Order.getUnshippedItems() call. |