|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.data.vessel.position.VesselPosition
fr.ifremer.allegro.data.vessel.position.VesselPositionImpl
fr.ifremer.allegro.data.vessel.position.VesselExtendedPosition
public abstract class VesselExtendedPosition
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 |
---|
public VesselExtendedPosition()
Method Detail |
---|
public java.lang.Integer getCourse()
Cap instantan??, en d??gr??s
public void setCourse(java.lang.Integer course)
public java.lang.Float getSpeed()
vitesse instantan??e mesur??e, en noeuds
public void setSpeed(java.lang.Float speed)
public java.lang.Boolean getIsFishing()
Indique si le navire est en train de pecher ou non.
public void setIsFishing(java.lang.Boolean isFishing)
public boolean equals(java.lang.Object object)
fr.ifremer.allegro.data.vessel.position.VesselPositionImpl
class
it will simply delegate the call up there.
equals
in class VesselPosition
VesselPosition.equals(Object)
public int hashCode()
fr.ifremer.allegro.data.vessel.position.VesselPositionImpl
class
it will simply delegate the call up there.
hashCode
in class VesselPosition
VesselPosition.hashCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |