fr.ifremer.allegro.data.sale
Class ExpectedSale

java.lang.Object
  extended by fr.ifremer.allegro.data.sale.ExpectedSale
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ExpectedSaleImpl

public abstract class ExpectedSale
extends java.lang.Object
implements java.io.Serializable

Mode de vente escompt?? (d???une mar??e observ??e ou d'un d??barquement observ??).

See Also:
Serialized Form

Nested Class Summary
static class ExpectedSale.Factory
          Constructs new instances of ExpectedSale.
 
Constructor Summary
ExpectedSale()
           
 
Method Summary
 boolean equals(java.lang.Object object)
          This entity does not have any identifiers and is not extending any other entity, so this method will only return true if the argument reference and this refer to the same object.
 java.lang.Integer getId()
           
 ObservedFishingTrip getObservedFishingTrip()
           Mar??e observ??e au cours de laquelle ont ??t?? recueillies les donn??es de ventes escompt??es.
 ObservedLanding getObservedLanding()
           
 Location getSaleLocation()
           
 java.util.Collection getSaleMeasurements()
           
 java.util.Collection getSaleProduces()
           Produits de vente escompt??s.
 SaleType getSaleType()
           
 int hashCode()
          Returns a hash code based on this entity's identifiers.
 void setId(java.lang.Integer id)
           
 void setObservedFishingTrip(ObservedFishingTrip observedFishingTrip)
           
 void setObservedLanding(ObservedLanding observedLanding)
           
 void setSaleLocation(Location saleLocation)
           
 void setSaleMeasurements(java.util.Collection saleMeasurements)
           
 void setSaleProduces(java.util.Collection saleProduces)
           
 void setSaleType(SaleType saleType)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpectedSale

public ExpectedSale()
Method Detail

getId

public java.lang.Integer getId()

setId

public void setId(java.lang.Integer id)

getSaleMeasurements

public java.util.Collection getSaleMeasurements()

setSaleMeasurements

public void setSaleMeasurements(java.util.Collection saleMeasurements)

getObservedLanding

public ObservedLanding getObservedLanding()

setObservedLanding

public void setObservedLanding(ObservedLanding observedLanding)

getObservedFishingTrip

public ObservedFishingTrip getObservedFishingTrip()

Mar??e observ??e au cours de laquelle ont ??t?? recueillies les donn??es de ventes escompt??es.


setObservedFishingTrip

public void setObservedFishingTrip(ObservedFishingTrip observedFishingTrip)

getSaleLocation

public Location getSaleLocation()

setSaleLocation

public void setSaleLocation(Location saleLocation)

getSaleType

public SaleType getSaleType()

setSaleType

public void setSaleType(SaleType saleType)

getSaleProduces

public java.util.Collection getSaleProduces()

Produits de vente escompt??s. (Optionel)

Si non renseign??, peut signifier toute la capture ou un sous-ensemble de celle-ci.


setSaleProduces

public void setSaleProduces(java.util.Collection saleProduces)

equals

public boolean equals(java.lang.Object object)
This entity does not have any identifiers and is not extending any other entity, so this method will only return true if the argument reference and this refer to the same object.

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Returns a hash code based on this entity's identifiers.

Overrides:
hashCode in class java.lang.Object


Copyright © 2008-2010 IFREMER. All Rights Reserved.