| Constructor and Description |
|---|
OrderItem.Factory() |
| Modifier and Type | Method and Description |
|---|---|
static OrderItem |
newInstance()
Constructs a new instance of
OrderItem. |
static OrderItem |
newInstance(Integer objectId,
Integer rank,
OrderType orderType)
Constructs a new instance of
OrderItem, taking all required and/or
read-only properties as arguments. |
static OrderItem |
newInstance(Integer objectId,
Integer rank,
Timestamp updateDate,
OrderType orderType)
Constructs a new instance of
OrderItem, taking all possible properties
(except the identifier(s))as arguments. |
Copyright © 2013. All Rights Reserved.