fr.ifremer.allegro.data.transshipment.generic.vo
Class RemoteTransshipmentFullVO

java.lang.Object
  extended by fr.ifremer.allegro.valueObjectAbstract.RemoteFullVOAbstract
      extended by fr.ifremer.allegro.data.transshipment.generic.vo.RemoteTransshipmentFullVO
All Implemented Interfaces:
java.io.Serializable

public class RemoteTransshipmentFullVO
extends RemoteFullVOAbstract
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
RemoteTransshipmentFullVO()
           
RemoteTransshipmentFullVO(java.util.Date transshipmentDateTime, java.util.Date creationDate, java.lang.String toVesselCode, java.lang.Integer[] produceId, java.lang.String programCode, java.lang.Integer recorderDepartmentId, java.lang.Integer surveyQualificationId)
           
RemoteTransshipmentFullVO(java.lang.Integer id, java.util.Date transshipmentDateTime, java.lang.String comments, java.util.Date creationDate, java.sql.Timestamp updateDate, java.lang.String toVesselCode, java.lang.Integer transshipmentLocationId, java.lang.Integer fishingTripId, java.lang.Integer[] produceId, java.lang.String programCode, java.lang.Integer recorderDepartmentId, java.lang.Integer recorderUserId, java.lang.Integer surveyQualificationId)
           
RemoteTransshipmentFullVO(RemoteTransshipmentFullVO otherBean)
          Copies constructor from other RemoteTransshipmentFullVO
 
Method Summary
 void copy(RemoteTransshipmentFullVO otherBean)
          Copies all properties from the argument value object into this value object.
 java.lang.String getComments()
           
 java.util.Date getCreationDate()
           
 java.lang.Integer getFishingTripId()
           
 java.lang.Integer getId()
           
 java.lang.Integer[] getProduceId()
           
 java.lang.String getProgramCode()
           
 java.lang.Integer getRecorderDepartmentId()
           
 java.lang.Integer getRecorderUserId()
           
 java.lang.Integer getSurveyQualificationId()
           
 java.lang.String getToVesselCode()
           
 java.util.Date getTransshipmentDateTime()
           
 java.lang.Integer getTransshipmentLocationId()
           
 java.sql.Timestamp getUpdateDate()
           
 void setComments(java.lang.String comments)
           
 void setCreationDate(java.util.Date creationDate)
           
 void setFishingTripId(java.lang.Integer fishingTripId)
           
 void setId(java.lang.Integer id)
           
 void setProduceId(java.lang.Integer[] produceId)
           
 void setProgramCode(java.lang.String programCode)
           
 void setRecorderDepartmentId(java.lang.Integer recorderDepartmentId)
           
 void setRecorderUserId(java.lang.Integer recorderUserId)
           
 void setSurveyQualificationId(java.lang.Integer surveyQualificationId)
           
 void setToVesselCode(java.lang.String toVesselCode)
           
 void setTransshipmentDateTime(java.util.Date transshipmentDateTime)
           
 void setTransshipmentLocationId(java.lang.Integer transshipmentLocationId)
           
 void setUpdateDate(java.sql.Timestamp updateDate)
           
 
Methods inherited from class fr.ifremer.allegro.valueObjectAbstract.RemoteFullVOAbstract
copy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteTransshipmentFullVO

public RemoteTransshipmentFullVO()

RemoteTransshipmentFullVO

public RemoteTransshipmentFullVO(java.util.Date transshipmentDateTime,
                                 java.util.Date creationDate,
                                 java.lang.String toVesselCode,
                                 java.lang.Integer[] produceId,
                                 java.lang.String programCode,
                                 java.lang.Integer recorderDepartmentId,
                                 java.lang.Integer surveyQualificationId)

RemoteTransshipmentFullVO

public RemoteTransshipmentFullVO(java.lang.Integer id,
                                 java.util.Date transshipmentDateTime,
                                 java.lang.String comments,
                                 java.util.Date creationDate,
                                 java.sql.Timestamp updateDate,
                                 java.lang.String toVesselCode,
                                 java.lang.Integer transshipmentLocationId,
                                 java.lang.Integer fishingTripId,
                                 java.lang.Integer[] produceId,
                                 java.lang.String programCode,
                                 java.lang.Integer recorderDepartmentId,
                                 java.lang.Integer recorderUserId,
                                 java.lang.Integer surveyQualificationId)

RemoteTransshipmentFullVO

public RemoteTransshipmentFullVO(RemoteTransshipmentFullVO otherBean)
Copies constructor from other RemoteTransshipmentFullVO

Parameters:
otherBean, - cannot be null
Throws:
java.lang.NullPointerException - if the argument is null
Method Detail

copy

public void copy(RemoteTransshipmentFullVO 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)

getTransshipmentDateTime

public java.util.Date getTransshipmentDateTime()

setTransshipmentDateTime

public void setTransshipmentDateTime(java.util.Date transshipmentDateTime)

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)

getToVesselCode

public java.lang.String getToVesselCode()

setToVesselCode

public void setToVesselCode(java.lang.String toVesselCode)

getTransshipmentLocationId

public java.lang.Integer getTransshipmentLocationId()

setTransshipmentLocationId

public void setTransshipmentLocationId(java.lang.Integer transshipmentLocationId)

getFishingTripId

public java.lang.Integer getFishingTripId()

setFishingTripId

public void setFishingTripId(java.lang.Integer fishingTripId)

getProduceId

public java.lang.Integer[] getProduceId()

setProduceId

public void setProduceId(java.lang.Integer[] produceId)

getProgramCode

public java.lang.String getProgramCode()

setProgramCode

public void setProgramCode(java.lang.String programCode)

getRecorderDepartmentId

public java.lang.Integer getRecorderDepartmentId()

setRecorderDepartmentId

public void setRecorderDepartmentId(java.lang.Integer recorderDepartmentId)

getRecorderUserId

public java.lang.Integer getRecorderUserId()

setRecorderUserId

public void setRecorderUserId(java.lang.Integer recorderUserId)

getSurveyQualificationId

public java.lang.Integer getSurveyQualificationId()

setSurveyQualificationId

public void setSurveyQualificationId(java.lang.Integer surveyQualificationId)


Copyright © 2008-2010 IFREMER. All Rights Reserved.