public static final class Seller.Factory extends Object
Seller
.Constructor and Description |
---|
Seller.Factory() |
Modifier and Type | Method and Description |
---|---|
static Seller |
newInstance()
Constructs a new instance of
Seller . |
static Seller |
newInstance(String registrationCode,
String name,
Timestamp updateDate,
String address,
SellerType sellerType,
Location baseSaleLocation)
Constructs a new instance of
Seller , taking all possible properties
(except the identifier(s))as arguments. |
static Seller |
newInstance(Timestamp updateDate,
SellerType sellerType)
Constructs a new instance of
Seller , taking all required and/or
read-only properties as arguments, except for identifiers. |
public Seller.Factory()
public static Seller newInstance()
Seller
.public static Seller newInstance(Timestamp updateDate, SellerType sellerType)
Seller
, taking all required and/or
read-only properties as arguments, except for identifiers.updateDate
- TimestampsellerType
- SellerTypepublic static Seller newInstance(String registrationCode, String name, Timestamp updateDate, String address, SellerType sellerType, Location baseSaleLocation)
Seller
, taking all possible properties
(except the identifier(s))as arguments.registrationCode
- Stringname
- StringupdateDate
- Timestampaddress
- StringsellerType
- SellerTypebaseSaleLocation
- LocationCopyright © 2012–2014 IFREMER. All rights reserved.