| Constructor and Description |
|---|
OrderType.Factory() |
| Modifier and Type | Method and Description |
|---|---|
static OrderType |
newInstance()
Constructs a new instance of
OrderType. |
static OrderType |
newInstance(String name,
ObjectType objectType,
Status status)
Constructs a new instance of
OrderType, taking all required and/or
read-only properties as arguments. |
static OrderType |
newInstance(String name,
String description,
Timestamp updateDate,
Collection<OrderItem> orderItems,
ObjectType objectType,
Status status)
Constructs a new instance of
OrderType, taking all possible properties
(except the identifier(s))as arguments. |
public static OrderType newInstance(String name, ObjectType objectType, Status status)
OrderType, taking all required and/or
read-only properties as arguments.public static OrderType newInstance(String name, String description, Timestamp updateDate, Collection<OrderItem> orderItems, ObjectType objectType, Status status)
OrderType, taking all possible properties
(except the identifier(s))as arguments.Copyright © 2013. All Rights Reserved.