fr.ifremer.allegro.referential.vessel
Class VesselRegistrationPeriodPK

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

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

Primary key class for VesselRegistrationPeriod

See Also:
Serialized Form

Nested Class Summary
static class VesselRegistrationPeriodPK.Factory
          Constructs new instances of VesselRegistrationPeriodPK.
 
Constructor Summary
VesselRegistrationPeriodPK()
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 Location getRegistrationLocation()
           
 java.util.Date getStartDateTime()
           
 Vessel getVessel()
           
 int hashCode()
           
 void setRegistrationLocation(Location registrationLocation)
           
 void setStartDateTime(java.util.Date startDateTime)
           
 void setVessel(Vessel vessel)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VesselRegistrationPeriodPK

public VesselRegistrationPeriodPK()
Method Detail

getRegistrationLocation

public Location getRegistrationLocation()

setRegistrationLocation

public void setRegistrationLocation(Location registrationLocation)

getVessel

public Vessel getVessel()

setVessel

public void setVessel(Vessel vessel)

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.