fr.ifremer.allegro.referential.vessel.generic.vo
Class RemoteVesselRegistrationPeriodNaturalId
java.lang.Object
fr.ifremer.allegro.valueObjectAbstract.RemoteNaturalIdAbstract
fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselRegistrationPeriodNaturalId
- All Implemented Interfaces:
- java.io.Serializable
public class RemoteVesselRegistrationPeriodNaturalId
- extends RemoteNaturalIdAbstract
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteVesselRegistrationPeriodNaturalId
public RemoteVesselRegistrationPeriodNaturalId()
RemoteVesselRegistrationPeriodNaturalId
public RemoteVesselRegistrationPeriodNaturalId(java.util.Date startDateTime,
RemoteLocationNaturalId registrationLocation,
RemoteVesselNaturalId vessel)
RemoteVesselRegistrationPeriodNaturalId
public RemoteVesselRegistrationPeriodNaturalId(RemoteVesselRegistrationPeriodNaturalId otherBean)
- Copies constructor from other RemoteVesselRegistrationPeriodNaturalId
- Parameters:
otherBean,
- cannot be null
- Throws:
java.lang.NullPointerException
- if the argument is null
copy
public void copy(RemoteVesselRegistrationPeriodNaturalId otherBean)
- Copies all properties from the argument value object into this value object.
getStartDateTime
public java.util.Date getStartDateTime()
setStartDateTime
public void setStartDateTime(java.util.Date startDateTime)
getRegistrationLocation
public RemoteLocationNaturalId getRegistrationLocation()
setRegistrationLocation
public void setRegistrationLocation(RemoteLocationNaturalId registrationLocation)
getVessel
public RemoteVesselNaturalId getVessel()
setVessel
public void setVessel(RemoteVesselNaturalId vessel)
Copyright © 2008-2010 IFREMER. All Rights Reserved.