OrderItem SFO

Properties

Methods

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()

 

isShippedboolean isShipped()True if the item is one that will be shipped.
isHasShippedboolean isHasShipped()Returns true if the item has shipped. isShipped and isHasShipped are used by the Order.getUnshippedItems() call.

See Also