| Constructor and Description |
|---|
BuyerType.Factory() |
| Modifier and Type | Method and Description |
|---|---|
static BuyerType |
newInstance()
Constructs a new instance of
BuyerType. |
static BuyerType |
newInstance(String name)
Constructs a new instance of
BuyerType, taking all required and/or
read-only properties as arguments. |
static BuyerType |
newInstance(String name,
Collection<Buyer> buyers)
Constructs a new instance of
BuyerType, taking all possible properties
(except the identifier(s))as arguments. |
public static BuyerType newInstance(String name)
BuyerType, taking all required and/or
read-only properties as arguments.public static BuyerType newInstance(String name, Collection<Buyer> buyers)
BuyerType, taking all possible properties
(except the identifier(s))as arguments.Copyright © 2013. All Rights Reserved.