public static final class Buyer.Factory extends Object
Buyer
.Constructor and Description |
---|
Buyer.Factory() |
Modifier and Type | Method and Description |
---|---|
static Buyer |
newInstance()
Constructs a new instance of
Buyer . |
static Buyer |
newInstance(String registrationCode,
String name,
String street,
String zipCode,
String city,
String address,
Timestamp updateDate,
BuyerType buyerType,
Status status)
Constructs a new instance of
Buyer , taking all possible properties
(except the identifier(s))as arguments. |
static Buyer |
newInstance(Timestamp updateDate,
BuyerType buyerType,
Status status)
Constructs a new instance of
Buyer , taking all required and/or
read-only properties as arguments, except for identifiers. |
public Buyer.Factory()
public static Buyer newInstance()
Buyer
.public static Buyer newInstance(Timestamp updateDate, BuyerType buyerType, Status status)
Buyer
, taking all required and/or
read-only properties as arguments, except for identifiers.updateDate
- TimestampbuyerType
- BuyerTypestatus
- Statuspublic static Buyer newInstance(String registrationCode, String name, String street, String zipCode, String city, String address, Timestamp updateDate, BuyerType buyerType, Status status)
Buyer
, taking all possible properties
(except the identifier(s))as arguments.registrationCode
- Stringname
- Stringstreet
- StringzipCode
- Stringcity
- Stringaddress
- StringupdateDate
- TimestampbuyerType
- BuyerTypestatus
- StatusCopyright © 2012–2014 IFREMER. All rights reserved.