fr.ifremer.allegro.referential.vessel.generic.vo
Class RemoteVesselRegistrationPeriodFullVO
java.lang.Object
fr.ifremer.allegro.valueObjectAbstract.RemoteFullVOAbstract
fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselRegistrationPeriodFullVO
- All Implemented Interfaces:
- java.io.Serializable
public class RemoteVesselRegistrationPeriodFullVO
- extends RemoteFullVOAbstract
- 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 |
RemoteVesselRegistrationPeriodFullVO
public RemoteVesselRegistrationPeriodFullVO()
RemoteVesselRegistrationPeriodFullVO
public RemoteVesselRegistrationPeriodFullVO(java.util.Date startDateTime,
java.lang.Integer registrationLocationId,
java.lang.String vesselCode)
RemoteVesselRegistrationPeriodFullVO
public RemoteVesselRegistrationPeriodFullVO(java.util.Date startDateTime,
java.util.Date endDateTime,
java.lang.String registrationCode,
java.lang.String internationalRegistrationCode,
java.lang.Integer registrationLocationId,
java.lang.String vesselCode)
RemoteVesselRegistrationPeriodFullVO
public RemoteVesselRegistrationPeriodFullVO(RemoteVesselRegistrationPeriodFullVO otherBean)
- Copies constructor from other RemoteVesselRegistrationPeriodFullVO
- Parameters:
otherBean,
- cannot be null
- Throws:
java.lang.NullPointerException
- if the argument is null
copy
public void copy(RemoteVesselRegistrationPeriodFullVO 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)
getRegistrationLocationId
public java.lang.Integer getRegistrationLocationId()
setRegistrationLocationId
public void setRegistrationLocationId(java.lang.Integer registrationLocationId)
getVesselCode
public java.lang.String getVesselCode()
setVesselCode
public void setVesselCode(java.lang.String vesselCode)
Copyright © 2008-2010 IFREMER. All Rights Reserved.