|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.data.sale.ExpectedSale.Factory
public static final class ExpectedSale.Factory
Constructs new instances of ExpectedSale
.
Constructor Summary | |
---|---|
ExpectedSale.Factory()
|
Method Summary | |
---|---|
static ExpectedSale |
newInstance()
Constructs a new instance of ExpectedSale . |
static ExpectedSale |
newInstance(java.util.Collection saleMeasurements,
ObservedLanding observedLanding,
ObservedFishingTrip observedFishingTrip,
Location saleLocation,
SaleType saleType,
java.util.Collection saleProduces)
Constructs a new instance of ExpectedSale , taking all possible properties
(except the identifier(s))as arguments. |
static ExpectedSale |
newInstance(Location saleLocation,
SaleType saleType)
Constructs a new instance of ExpectedSale , taking all required and/or
read-only properties as arguments. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExpectedSale.Factory()
Method Detail |
---|
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(java.util.Collection saleMeasurements, ObservedLanding observedLanding, ObservedFishingTrip observedFishingTrip, Location saleLocation, SaleType saleType, java.util.Collection saleProduces)
ExpectedSale
, taking all possible properties
(except the identifier(s))as arguments.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |