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

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

public abstract class VesselExtendedPosition
extends VesselPositionImpl

See Also:
Serialized Form

Nested Class Summary
static class VesselExtendedPosition.Factory
          Constructs new instances of VesselExtendedPosition.
 
Constructor Summary
VesselExtendedPosition()
           
 
Method Summary
 boolean equals(java.lang.Object object)
          This entity does not have any identifiers but since it extends the fr.ifremer.allegro.data.vessel.position.VesselPositionImpl class it will simply delegate the call up there.
 java.lang.Integer getCourse()
           Cap instantan??, en d??gr??s
 java.lang.Boolean getIsFishing()
           Indique si le navire est en train de pecher ou non.
 java.lang.Float getSpeed()
           vitesse instantan??e mesur??e, en noeuds
 int hashCode()
          This entity does not have any identifiers but since it extends the fr.ifremer.allegro.data.vessel.position.VesselPositionImpl class it will simply delegate the call up there.
 void setCourse(java.lang.Integer course)
           
 void setIsFishing(java.lang.Boolean isFishing)
           
 void setSpeed(java.lang.Float speed)
           
 
Methods inherited from class fr.ifremer.allegro.data.vessel.position.VesselPosition
getControlDate, getDateTime, getId, getLatitude, getLongitude, getOperation, getProgram, getQualificationDate, getQualityFlag, getRecorderDepartment, getUpdateDate, getValidationDate, getVessel, getVesselPositionMeasurements, setControlDate, setDateTime, setId, setLatitude, setLongitude, setOperation, setProgram, setQualificationDate, setQualityFlag, setRecorderDepartment, setUpdateDate, setValidationDate, setVessel, setVesselPositionMeasurements
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VesselExtendedPosition

public VesselExtendedPosition()
Method Detail

getCourse

public java.lang.Integer getCourse()

Cap instantan??, en d??gr??s


setCourse

public void setCourse(java.lang.Integer course)

getSpeed

public java.lang.Float getSpeed()

vitesse instantan??e mesur??e, en noeuds


setSpeed

public void setSpeed(java.lang.Float speed)

getIsFishing

public java.lang.Boolean getIsFishing()

Indique si le navire est en train de pecher ou non.


setIsFishing

public void setIsFishing(java.lang.Boolean isFishing)

equals

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

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

hashCode

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

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


Copyright © 2008-2010 IFREMER. All Rights Reserved.