public static final class ExpectedSale.Factory extends Object
ExpectedSale.| Constructor and Description |
|---|
ExpectedSale.Factory() |
| Modifier and Type | Method and Description |
|---|---|
static ExpectedSale |
newInstance()
Constructs a new instance of
ExpectedSale. |
static ExpectedSale |
newInstance(Location saleLocation,
SaleType saleType)
Constructs a new instance of
ExpectedSale, taking all required and/or
read-only properties as arguments. |
static ExpectedSale |
newInstance(Location saleLocation,
SaleType saleType,
ObservedFishingTrip observedFishingTrip,
ObservedLanding observedLanding,
Collection<SaleMeasurement> saleMeasurements,
Collection<Produce> produces)
Constructs a new instance of
ExpectedSale, taking all possible properties
(except the identifier(s))as arguments. |
public static ExpectedSale newInstance()
ExpectedSale.public static ExpectedSale newInstance(Location saleLocation, SaleType saleType)
ExpectedSale, taking all required and/or
read-only properties as arguments.public static ExpectedSale newInstance(Location saleLocation, SaleType saleType, ObservedFishingTrip observedFishingTrip, ObservedLanding observedLanding, Collection<SaleMeasurement> saleMeasurements, Collection<Produce> produces)
ExpectedSale, taking all possible properties
(except the identifier(s))as arguments.Copyright © 2013. All Rights Reserved.