fr.ifremer.allegro.referential.vessel
Class VesselGroup

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.VesselGroup
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
VesselGroupImpl

public abstract class VesselGroup
extends VesselImpl

Regroupement de navires.

Par exemple, peut servir à rattacher des données vendues par un

intermédiaire d'un ensemble de navires.

Dans ce cas, on ne connaittra que le responsable du groupe, via VesselOwner.



A confirmer : Cela peut également servir pour les navires

informels, qui ne sont représentés que par une personne physique.

See Also:
Serialized Form

Nested Class Summary
static class VesselGroup.Factory
          Constructs new instances of VesselGroup.
 
Constructor Summary
VesselGroup()
           
 
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.
 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.
 
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

VesselGroup

public VesselGroup()
Method Detail

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.