| Constructor and Description |
|---|
Seller.Factory() |
| Modifier and Type | Method and Description |
|---|---|
static Seller |
newInstance()
Constructs a new instance of
Seller. |
static Seller |
newInstance(SellerType sellerType)
Constructs a new instance of
Seller, taking all required and/or
read-only properties as arguments. |
static Seller |
newInstance(String registrationCode,
String name,
SellerType sellerType,
Location baseSaleLocation)
Constructs a new instance of
Seller, taking all possible properties
(except the identifier(s))as arguments. |
public static Seller newInstance(SellerType sellerType)
Seller, taking all required and/or
read-only properties as arguments.Copyright © 2013. All Rights Reserved.