fr.ifremer.allegro.referential.vessel
Class FishingVessel

java.lang.Object
  extended by fr.ifremer.allegro.referential.vessel.Vessel
      extended by fr.ifremer.allegro.referential.vessel.VesselImpl
          extended by fr.ifremer.allegro.referential.vessel.FishingVessel
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
FishingVesselImpl

public abstract class FishingVessel
extends VesselImpl

Navire de peche.

See Also:
Serialized Form

Nested Class Summary
static class FishingVessel.Factory
          Constructs new instances of FishingVessel.
 
Constructor Summary
FishingVessel()
           
 
Method Summary
 boolean equals(java.lang.Object object)
          This entity does not have any identifiers but since it extends the fr.ifremer.allegro.referential.vessel.VesselImpl class it will simply delegate the call up there.
 java.util.Collection getVesselFeatures()
           
 java.util.Collection getVesselMasterPeriods()
           
 int hashCode()
          This entity does not have any identifiers but since it extends the fr.ifremer.allegro.referential.vessel.VesselImpl class it will simply delegate the call up there.
 void setVesselFeatures(java.util.Collection vesselFeatures)
           
 void setVesselMasterPeriods(java.util.Collection vesselMasterPeriods)
           
 
Methods inherited from class fr.ifremer.allegro.referential.vessel.Vessel
getCode, getRightToProduces, getStatus, getUpdateDate, getVesselOwnerPeriods, getVesselRegistrationPeriods, getVesselType, setCode, setRightToProduces, setStatus, setUpdateDate, setVesselOwnerPeriods, setVesselRegistrationPeriods, setVesselType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FishingVessel

public FishingVessel()
Method Detail

getVesselFeatures

public java.util.Collection getVesselFeatures()

setVesselFeatures

public void setVesselFeatures(java.util.Collection vesselFeatures)

getVesselMasterPeriods

public java.util.Collection getVesselMasterPeriods()

setVesselMasterPeriods

public void setVesselMasterPeriods(java.util.Collection vesselMasterPeriods)

equals

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

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

hashCode

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

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


Copyright © 2008-2010 IFREMER. All Rights Reserved.