fr.ifremer.allegro.data.vessel.position
Class VesselPosition

java.lang.Object
  extended by fr.ifremer.allegro.data.vessel.position.VesselPosition
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
VesselPositionImpl

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

See Also:
Serialized Form

Nested Class Summary
static class VesselPosition.Factory
          Constructs new instances of VesselPosition.
 
Constructor Summary
VesselPosition()
           
 
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.util.Date getControlDate()
           
 java.util.Date getDateTime()
           
 java.lang.Long getId()
           
 java.lang.Float getLatitude()
           
 java.lang.Float getLongitude()
           
 Operation getOperation()
           
 Program getProgram()
           
 java.util.Date getQualificationDate()
           
 QualityFlag getQualityFlag()
           Niveau de qualit?? de la donn??e.
 Department getRecorderDepartment()
           
 java.sql.Timestamp getUpdateDate()
           
 java.util.Date getValidationDate()
           
 Vessel getVessel()
           
 java.util.Collection getVesselPositionMeasurements()
           
 int hashCode()
          Returns a hash code based on this entity's identifiers.
 void setControlDate(java.util.Date controlDate)
           
 void setDateTime(java.util.Date dateTime)
           
 void setId(java.lang.Long id)
           
 void setLatitude(java.lang.Float latitude)
           
 void setLongitude(java.lang.Float longitude)
           
 void setOperation(Operation operation)
           
 void setProgram(Program program)
           
 void setQualificationDate(java.util.Date qualificationDate)
           
 void setQualityFlag(QualityFlag qualityFlag)
           
 void setRecorderDepartment(Department recorderDepartment)
           
 void setUpdateDate(java.sql.Timestamp updateDate)
           
 void setValidationDate(java.util.Date validationDate)
           
 void setVessel(Vessel vessel)
           
 void setVesselPositionMeasurements(java.util.Collection vesselPositionMeasurements)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VesselPosition

public VesselPosition()
Method Detail

getId

public java.lang.Long getId()

setId

public void setId(java.lang.Long id)

getDateTime

public java.util.Date getDateTime()

setDateTime

public void setDateTime(java.util.Date dateTime)

getLatitude

public java.lang.Float getLatitude()

setLatitude

public void setLatitude(java.lang.Float latitude)

getLongitude

public java.lang.Float getLongitude()

setLongitude

public void setLongitude(java.lang.Float longitude)

getControlDate

public java.util.Date getControlDate()

setControlDate

public void setControlDate(java.util.Date controlDate)

getValidationDate

public java.util.Date getValidationDate()

setValidationDate

public void setValidationDate(java.util.Date validationDate)

getQualificationDate

public java.util.Date getQualificationDate()

setQualificationDate

public void setQualificationDate(java.util.Date qualificationDate)

getUpdateDate

public java.sql.Timestamp getUpdateDate()

setUpdateDate

public void setUpdateDate(java.sql.Timestamp updateDate)

getVessel

public Vessel getVessel()

setVessel

public void setVessel(Vessel vessel)

getVesselPositionMeasurements

public java.util.Collection getVesselPositionMeasurements()

setVesselPositionMeasurements

public void setVesselPositionMeasurements(java.util.Collection vesselPositionMeasurements)

getOperation

public Operation getOperation()

setOperation

public void setOperation(Operation operation)

getQualityFlag

public QualityFlag getQualityFlag()

Niveau de qualit?? de la donn??e.

"Non qualifi??e" par d??faut


setQualityFlag

public void setQualityFlag(QualityFlag qualityFlag)

getProgram

public Program getProgram()

setProgram

public void setProgram(Program program)

getRecorderDepartment

public Department getRecorderDepartment()

setRecorderDepartment

public void setRecorderDepartment(Department recorderDepartment)

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.