fr.ifremer.allegro.data.survey.scientificCruise.generic.vo
Class RemoteScientificCruiseFullVO
java.lang.Object
fr.ifremer.allegro.valueObjectAbstract.RemoteFullVOAbstract
fr.ifremer.allegro.data.survey.scientificCruise.generic.vo.RemoteScientificCruiseFullVO
- All Implemented Interfaces:
- java.io.Serializable
public class RemoteScientificCruiseFullVO
- extends RemoteFullVOAbstract
- implements java.io.Serializable
- See Also:
- Serialized Form
Constructor Summary |
RemoteScientificCruiseFullVO()
|
RemoteScientificCruiseFullVO(java.lang.Integer id,
java.lang.String name,
java.util.Date departureDateTime,
java.util.Date returnDateTime,
java.lang.String reference,
java.lang.String comments,
java.util.Date creationDate,
java.sql.Timestamp updateDate,
java.lang.Integer managerPersonId,
java.lang.Integer[] fishingTripId,
java.lang.String scientificResearchVesselCode,
java.lang.Integer recorderDepartmentId,
java.lang.String programCode,
java.lang.Integer recorderPersonId)
|
RemoteScientificCruiseFullVO(RemoteScientificCruiseFullVO otherBean)
Copies constructor from other RemoteScientificCruiseFullVO |
RemoteScientificCruiseFullVO(java.lang.String name,
java.util.Date departureDateTime,
java.util.Date creationDate,
java.lang.Integer managerPersonId,
java.lang.Integer[] fishingTripId,
java.lang.String scientificResearchVesselCode,
java.lang.Integer recorderDepartmentId,
java.lang.String programCode)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteScientificCruiseFullVO
public RemoteScientificCruiseFullVO()
RemoteScientificCruiseFullVO
public RemoteScientificCruiseFullVO(java.lang.String name,
java.util.Date departureDateTime,
java.util.Date creationDate,
java.lang.Integer managerPersonId,
java.lang.Integer[] fishingTripId,
java.lang.String scientificResearchVesselCode,
java.lang.Integer recorderDepartmentId,
java.lang.String programCode)
RemoteScientificCruiseFullVO
public RemoteScientificCruiseFullVO(java.lang.Integer id,
java.lang.String name,
java.util.Date departureDateTime,
java.util.Date returnDateTime,
java.lang.String reference,
java.lang.String comments,
java.util.Date creationDate,
java.sql.Timestamp updateDate,
java.lang.Integer managerPersonId,
java.lang.Integer[] fishingTripId,
java.lang.String scientificResearchVesselCode,
java.lang.Integer recorderDepartmentId,
java.lang.String programCode,
java.lang.Integer recorderPersonId)
RemoteScientificCruiseFullVO
public RemoteScientificCruiseFullVO(RemoteScientificCruiseFullVO otherBean)
- Copies constructor from other RemoteScientificCruiseFullVO
- Parameters:
otherBean,
- cannot be null
- Throws:
java.lang.NullPointerException
- if the argument is null
copy
public void copy(RemoteScientificCruiseFullVO otherBean)
- Copies all properties from the argument value object into this value object.
getId
public java.lang.Integer getId()
setId
public void setId(java.lang.Integer id)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getDepartureDateTime
public java.util.Date getDepartureDateTime()
setDepartureDateTime
public void setDepartureDateTime(java.util.Date departureDateTime)
getReturnDateTime
public java.util.Date getReturnDateTime()
setReturnDateTime
public void setReturnDateTime(java.util.Date returnDateTime)
getReference
public java.lang.String getReference()
setReference
public void setReference(java.lang.String reference)
getComments
public java.lang.String getComments()
setComments
public void setComments(java.lang.String comments)
getCreationDate
public java.util.Date getCreationDate()
setCreationDate
public void setCreationDate(java.util.Date creationDate)
getUpdateDate
public java.sql.Timestamp getUpdateDate()
setUpdateDate
public void setUpdateDate(java.sql.Timestamp updateDate)
getManagerPersonId
public java.lang.Integer getManagerPersonId()
setManagerPersonId
public void setManagerPersonId(java.lang.Integer managerPersonId)
getFishingTripId
public java.lang.Integer[] getFishingTripId()
setFishingTripId
public void setFishingTripId(java.lang.Integer[] fishingTripId)
getScientificResearchVesselCode
public java.lang.String getScientificResearchVesselCode()
setScientificResearchVesselCode
public void setScientificResearchVesselCode(java.lang.String scientificResearchVesselCode)
getRecorderDepartmentId
public java.lang.Integer getRecorderDepartmentId()
setRecorderDepartmentId
public void setRecorderDepartmentId(java.lang.Integer recorderDepartmentId)
getProgramCode
public java.lang.String getProgramCode()
setProgramCode
public void setProgramCode(java.lang.String programCode)
getRecorderPersonId
public java.lang.Integer getRecorderPersonId()
setRecorderPersonId
public void setRecorderPersonId(java.lang.Integer recorderPersonId)
Copyright © 2008-2010 IFREMER. All Rights Reserved.