fr.ifremer.allegro.referential.vessel
Class VesselMasterPeriodPK

java.lang.Object
  extended by fr.ifremer.allegro.referential.vessel.VesselMasterPeriodPK
All Implemented Interfaces:
java.io.Serializable

public class VesselMasterPeriodPK
extends java.lang.Object
implements java.io.Serializable

Primary key class for VesselMasterPeriod

See Also:
Serialized Form

Nested Class Summary
static class VesselMasterPeriodPK.Factory
          Constructs new instances of VesselMasterPeriodPK.
 
Constructor Summary
VesselMasterPeriodPK()
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 FishingVessel getFishingVessel()
           
 java.util.Date getStartDateTime()
           
 VesselMaster getVesselMaster()
           
 int hashCode()
           
 void setFishingVessel(FishingVessel fishingVessel)
           
 void setStartDateTime(java.util.Date startDateTime)
           
 void setVesselMaster(VesselMaster vesselMaster)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VesselMasterPeriodPK

public VesselMasterPeriodPK()
Method Detail

getFishingVessel

public FishingVessel getFishingVessel()

setFishingVessel

public void setFishingVessel(FishingVessel fishingVessel)

getVesselMaster

public VesselMaster getVesselMaster()

setVesselMaster

public void setVesselMaster(VesselMaster vesselMaster)

getStartDateTime

public java.util.Date getStartDateTime()

setStartDateTime

public void setStartDateTime(java.util.Date startDateTime)

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2008-2010 IFREMER. All Rights Reserved.