fr.ifremer.allegro.data.survey.sale
Class ObservedSale

java.lang.Object
  extended by fr.ifremer.allegro.data.survey.sale.Sale
      extended by fr.ifremer.allegro.data.survey.sale.SaleImpl
          extended by fr.ifremer.allegro.data.survey.sale.ObservedSale
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ObservedSaleImpl

public abstract class ObservedSale
extends SaleImpl

Vente observ??e, par exemple, observation en cri??e.

Dans ce cas, des observateurs peuvent etre li??e ?? la vente.

See Also:
Serialized Form

Nested Class Summary
static class ObservedSale.Factory
          Constructs new instances of ObservedSale.
 
Constructor Summary
ObservedSale()
           
 
Method Summary
 boolean equals(java.lang.Object object)
          This entity does not have any identifiers but since it extends the fr.ifremer.allegro.data.survey.sale.SaleImpl class it will simply delegate the call up there.
 java.util.Collection getObserverPersons()
           
 int hashCode()
          This entity does not have any identifiers but since it extends the fr.ifremer.allegro.data.survey.sale.SaleImpl class it will simply delegate the call up there.
 void setObserverPersons(java.util.Collection observerPersons)
           
 
Methods inherited from class fr.ifremer.allegro.data.survey.sale.Sale
getCatchBatch, getComments, getControlDate, getCreationDate, getDeclaredDocumentReference, getFishingTrip, getId, getLanding, getProgram, getQualificationComments, getQualificationDate, getQualityFlag, getRecorderDepartment, getRecorderPerson, getSaleEndDate, getSaleLocation, getSaleMeasurements, getSaleOrigins, getSaleProduces, getSaleStartDate, getSaleType, getSurveyMeasurements, getUpdateDate, getValidationDate, getVessel, setCatchBatch, setComments, setControlDate, setCreationDate, setDeclaredDocumentReference, setFishingTrip, setId, setLanding, setProgram, setQualificationComments, setQualificationDate, setQualityFlag, setRecorderDepartment, setRecorderPerson, setSaleEndDate, setSaleLocation, setSaleMeasurements, setSaleOrigins, setSaleProduces, setSaleStartDate, setSaleType, setSurveyMeasurements, setUpdateDate, setValidationDate, setVessel
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObservedSale

public ObservedSale()
Method Detail

getObserverPersons

public java.util.Collection getObserverPersons()

setObserverPersons

public void setObserverPersons(java.util.Collection observerPersons)

equals

public boolean equals(java.lang.Object object)
This entity does not have any identifiers but since it extends the fr.ifremer.allegro.data.survey.sale.SaleImpl class it will simply delegate the call up there.

Overrides:
equals in class Sale
See Also:
Sale.equals(Object)

hashCode

public int hashCode()
This entity does not have any identifiers but since it extends the fr.ifremer.allegro.data.survey.sale.SaleImpl class it will simply delegate the call up there.

Overrides:
hashCode in class Sale
See Also:
Sale.hashCode()


Copyright © 2008-2010 IFREMER. All Rights Reserved.