fr.ifremer.allegro.referential.vessel
Class VesselOwnerPeriod

java.lang.Object
  extended by fr.ifremer.allegro.referential.vessel.VesselOwnerPeriod
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
VesselOwnerPeriodImpl

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

P??riode d'appartenance d'un navire ?? un armateur (p??riode d'armement).

Nombre de lignes : 25600

See Also:
Serialized Form

Nested Class Summary
static class VesselOwnerPeriod.Factory
          Constructs new instances of VesselOwnerPeriod.
 
Constructor Summary
VesselOwnerPeriod()
           
 
Method Summary
 boolean equals(java.lang.Object object)
          Returns true if the argument is an VesselOwnerPeriod instance and all identifiers for this entity equal the identifiers of the argument entity.
 java.util.Date getEndDateTime()
           
 VesselOwnerPeriodPK getVesselOwnerPeriodPk()
           
 int hashCode()
          Returns a hash code based on this entity's identifiers.
 void setEndDateTime(java.util.Date endDateTime)
           
 void setVesselOwnerPeriodPk(VesselOwnerPeriodPK vesselOwnerPeriodPk)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VesselOwnerPeriod

public VesselOwnerPeriod()
Method Detail

getVesselOwnerPeriodPk

public VesselOwnerPeriodPK getVesselOwnerPeriodPk()

setVesselOwnerPeriodPk

public void setVesselOwnerPeriodPk(VesselOwnerPeriodPK vesselOwnerPeriodPk)

getEndDateTime

public java.util.Date getEndDateTime()

setEndDateTime

public void setEndDateTime(java.util.Date endDateTime)

hashCode

public int hashCode()
Returns a hash code based on this entity's identifiers.

Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object object)
Returns true if the argument is an VesselOwnerPeriod instance and all identifiers for this entity equal the identifiers of the argument entity. Returns false otherwise.

Overrides:
equals in class java.lang.Object


Copyright © 2008-2010 IFREMER. All Rights Reserved.