| Constructor and Description |
|---|
Buyer.Factory() |
| Modifier and Type | Method and Description |
|---|---|
static Buyer |
newInstance()
Constructs a new instance of
Buyer. |
static Buyer |
newInstance(Status status,
BuyerType buyerType)
Constructs a new instance of
Buyer, taking all required and/or
read-only properties as arguments. |
static Buyer |
newInstance(String registrationCode,
String name,
String street,
String zipCode,
String city,
String address,
Timestamp updateDate,
Status status,
BuyerType buyerType)
Constructs a new instance of
Buyer, taking all possible properties
(except the identifier(s))as arguments. |
public static Buyer newInstance(Status status, BuyerType buyerType)
Buyer, taking all required and/or
read-only properties as arguments.public static Buyer newInstance(String registrationCode, String name, String street, String zipCode, String city, String address, Timestamp updateDate, Status status, BuyerType buyerType)
Buyer, taking all possible properties
(except the identifier(s))as arguments.Copyright © 2013. All Rights Reserved.