fr.ifremer.allegro.referential.vessel.generic.cluster
Class ClusterVesselRegistrationPeriod
java.lang.Object
fr.ifremer.allegro.valueObjectAbstract.ClusterAbstract
fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterVesselRegistrationPeriod
- All Implemented Interfaces:
- java.io.Serializable
public class ClusterVesselRegistrationPeriod
- extends ClusterAbstract
- 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 |
ClusterVesselRegistrationPeriod
public ClusterVesselRegistrationPeriod()
ClusterVesselRegistrationPeriod
public ClusterVesselRegistrationPeriod(java.util.Date startDateTime,
RemoteLocationNaturalId registrationLocationNaturalId,
RemoteVesselNaturalId vesselNaturalId)
ClusterVesselRegistrationPeriod
public ClusterVesselRegistrationPeriod(java.util.Date startDateTime,
java.util.Date endDateTime,
java.lang.String registrationCode,
java.lang.String internationalRegistrationCode,
RemoteLocationNaturalId registrationLocationNaturalId,
RemoteVesselNaturalId vesselNaturalId)
ClusterVesselRegistrationPeriod
public ClusterVesselRegistrationPeriod(ClusterVesselRegistrationPeriod otherBean)
- Copies constructor from other ClusterVesselRegistrationPeriod
- Parameters:
otherBean,
- cannot be null
- Throws:
java.lang.NullPointerException
- if the argument is null
copy
public void copy(ClusterVesselRegistrationPeriod 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)
getEndDateTime
public java.util.Date getEndDateTime()
setEndDateTime
public void setEndDateTime(java.util.Date endDateTime)
getRegistrationCode
public java.lang.String getRegistrationCode()
setRegistrationCode
public void setRegistrationCode(java.lang.String registrationCode)
getInternationalRegistrationCode
public java.lang.String getInternationalRegistrationCode()
setInternationalRegistrationCode
public void setInternationalRegistrationCode(java.lang.String internationalRegistrationCode)
getRegistrationLocationNaturalId
public RemoteLocationNaturalId getRegistrationLocationNaturalId()
setRegistrationLocationNaturalId
public void setRegistrationLocationNaturalId(RemoteLocationNaturalId registrationLocationNaturalId)
getVesselNaturalId
public RemoteVesselNaturalId getVesselNaturalId()
setVesselNaturalId
public void setVesselNaturalId(RemoteVesselNaturalId vesselNaturalId)
Copyright © 2008-2010 IFREMER. All Rights Reserved.