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, except for identifiers. |
static ExpectedSale |
newInstance(Location saleLocation,
SaleType saleType,
Collection<SaleMeasurement> saleMeasurements,
Collection<Produce> produces,
ObservedLanding observedLanding,
ObservedFishingTrip observedFishingTrip)
Constructs a new instance of
ExpectedSale , taking all possible properties
(except the identifier(s))as arguments. |
public ExpectedSale.Factory()
public static ExpectedSale newInstance()
ExpectedSale
.public static ExpectedSale newInstance(Location saleLocation, SaleType saleType)
ExpectedSale
, taking all required and/or
read-only properties as arguments, except for identifiers.saleLocation
- LocationsaleType
- SaleTypepublic static ExpectedSale newInstance(Location saleLocation, SaleType saleType, Collection<SaleMeasurement> saleMeasurements, Collection<Produce> produces, ObservedLanding observedLanding, ObservedFishingTrip observedFishingTrip)
ExpectedSale
, taking all possible properties
(except the identifier(s))as arguments.saleLocation
- LocationsaleType
- SaleTypesaleMeasurements
- Collectionproduces
- CollectionobservedLanding
- ObservedLandingobservedFishingTrip
- ObservedFishingTripCopyright © 2012–2014 IFREMER. All rights reserved.