fr.ifremer.allegro.referential.vessel.generic.vo
Class RemoteScientificResearchVesselFullVO
java.lang.Object
fr.ifremer.allegro.valueObjectAbstract.RemoteFullVOAbstract
fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselFullVO
fr.ifremer.allegro.referential.vessel.generic.vo.RemoteScientificResearchVesselFullVO
- All Implemented Interfaces:
- java.io.Serializable
public class RemoteScientificResearchVesselFullVO
- extends RemoteVesselFullVO
- implements java.io.Serializable
- See Also:
- Serialized Form
Constructor Summary |
RemoteScientificResearchVesselFullVO()
|
RemoteScientificResearchVesselFullVO(RemoteScientificResearchVesselFullVO otherBean)
Copies constructor from other RemoteScientificResearchVesselFullVO |
RemoteScientificResearchVesselFullVO(java.lang.String code,
java.lang.String statusCode,
java.lang.Integer vesselTypeId,
java.lang.Integer[] rightToProduceId,
java.util.Date[] vesselOwnerPeriodStartDateTime,
java.util.Date[] vesselRegistrationPeriodStartDateTime)
|
RemoteScientificResearchVesselFullVO(java.lang.String code,
java.sql.Timestamp updateDate,
java.lang.String statusCode,
java.lang.Integer vesselTypeId,
java.lang.Integer[] rightToProduceId,
java.util.Date[] vesselOwnerPeriodStartDateTime,
java.util.Date[] vesselRegistrationPeriodStartDateTime)
|
Methods inherited from class fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselFullVO |
copy, getCode, getRightToProduceId, getStatusCode, getUpdateDate, getVesselOwnerPeriodStartDateTime, getVesselRegistrationPeriodStartDateTime, getVesselTypeId, setCode, setRightToProduceId, setStatusCode, setUpdateDate, setVesselOwnerPeriodStartDateTime, setVesselRegistrationPeriodStartDateTime, setVesselTypeId |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteScientificResearchVesselFullVO
public RemoteScientificResearchVesselFullVO()
RemoteScientificResearchVesselFullVO
public RemoteScientificResearchVesselFullVO(java.lang.String code,
java.lang.String statusCode,
java.lang.Integer vesselTypeId,
java.lang.Integer[] rightToProduceId,
java.util.Date[] vesselOwnerPeriodStartDateTime,
java.util.Date[] vesselRegistrationPeriodStartDateTime)
RemoteScientificResearchVesselFullVO
public RemoteScientificResearchVesselFullVO(java.lang.String code,
java.sql.Timestamp updateDate,
java.lang.String statusCode,
java.lang.Integer vesselTypeId,
java.lang.Integer[] rightToProduceId,
java.util.Date[] vesselOwnerPeriodStartDateTime,
java.util.Date[] vesselRegistrationPeriodStartDateTime)
RemoteScientificResearchVesselFullVO
public RemoteScientificResearchVesselFullVO(RemoteScientificResearchVesselFullVO otherBean)
- Copies constructor from other RemoteScientificResearchVesselFullVO
- Parameters:
otherBean,
- cannot be null
- Throws:
java.lang.NullPointerException
- if the argument is null
copy
public void copy(RemoteScientificResearchVesselFullVO otherBean)
- Copies all properties from the argument value object into this value object.
Copyright © 2008-2010 IFREMER. All Rights Reserved.