fr.ifremer.allegro.referential.vessel.generic.vo
Class RemoteVesselMasterPeriodFullVO
java.lang.Object
fr.ifremer.allegro.valueObjectAbstract.RemoteFullVOAbstract
fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselMasterPeriodFullVO
- All Implemented Interfaces:
- java.io.Serializable
public class RemoteVesselMasterPeriodFullVO
- 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 |
RemoteVesselMasterPeriodFullVO
public RemoteVesselMasterPeriodFullVO()
RemoteVesselMasterPeriodFullVO
public RemoteVesselMasterPeriodFullVO(java.util.Date startDateTime,
java.lang.Integer vesselMasterId,
java.lang.String fishingVesselCode)
RemoteVesselMasterPeriodFullVO
public RemoteVesselMasterPeriodFullVO(java.util.Date startDateTime,
java.util.Date endDateTime,
java.lang.Integer vesselMasterId,
java.lang.String fishingVesselCode)
RemoteVesselMasterPeriodFullVO
public RemoteVesselMasterPeriodFullVO(RemoteVesselMasterPeriodFullVO otherBean)
- Copies constructor from other RemoteVesselMasterPeriodFullVO
- Parameters:
otherBean,
- cannot be null
- Throws:
java.lang.NullPointerException
- if the argument is null
copy
public void copy(RemoteVesselMasterPeriodFullVO 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)
getVesselMasterId
public java.lang.Integer getVesselMasterId()
setVesselMasterId
public void setVesselMasterId(java.lang.Integer vesselMasterId)
getFishingVesselCode
public java.lang.String getFishingVesselCode()
setFishingVesselCode
public void setFishingVesselCode(java.lang.String fishingVesselCode)
Copyright © 2008-2010 IFREMER. All Rights Reserved.