fr.ifremer.allegro.data.sale
Class ExpectedSale.Factory

java.lang.Object
  extended by fr.ifremer.allegro.data.sale.ExpectedSale.Factory
Enclosing class:
ExpectedSale

public static final class ExpectedSale.Factory
extends java.lang.Object

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

ExpectedSale.Factory

public ExpectedSale.Factory()
Method Detail

newInstance

public static ExpectedSale newInstance()
Constructs a new instance of ExpectedSale.


newInstance

public static ExpectedSale newInstance(Location saleLocation,
                                       SaleType saleType)
Constructs a new instance of ExpectedSale, taking all required and/or read-only properties as arguments.


newInstance

public 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.



Copyright © 2008-2010 IFREMER. All Rights Reserved.