fr.ifremer.allegro.data.operation.generic.vo
Class RemoteOperationVesselAssociationFullVO

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

public class RemoteOperationVesselAssociationFullVO
extends RemoteFullVOAbstract
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
RemoteOperationVesselAssociationFullVO()
           
RemoteOperationVesselAssociationFullVO(java.lang.Boolean isCatchOnOperationVessel, java.lang.Integer operationId, java.lang.String vesselCode)
           
RemoteOperationVesselAssociationFullVO(java.lang.Boolean isCatchOnOperationVessel, java.lang.String comments, java.lang.Integer operationId, java.lang.String vesselCode)
           
RemoteOperationVesselAssociationFullVO(RemoteOperationVesselAssociationFullVO otherBean)
          Copies constructor from other RemoteOperationVesselAssociationFullVO
 
Method Summary
 void copy(RemoteOperationVesselAssociationFullVO otherBean)
          Copies all properties from the argument value object into this value object.
 java.lang.String getComments()
           
 java.lang.Boolean getIsCatchOnOperationVessel()
           
 java.lang.Integer getOperationId()
           
 java.lang.String getVesselCode()
           
 void setComments(java.lang.String comments)
           
 void setIsCatchOnOperationVessel(java.lang.Boolean isCatchOnOperationVessel)
           
 void setOperationId(java.lang.Integer operationId)
           
 void setVesselCode(java.lang.String vesselCode)
           
 
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

RemoteOperationVesselAssociationFullVO

public RemoteOperationVesselAssociationFullVO()

RemoteOperationVesselAssociationFullVO

public RemoteOperationVesselAssociationFullVO(java.lang.Boolean isCatchOnOperationVessel,
                                              java.lang.Integer operationId,
                                              java.lang.String vesselCode)

RemoteOperationVesselAssociationFullVO

public RemoteOperationVesselAssociationFullVO(java.lang.Boolean isCatchOnOperationVessel,
                                              java.lang.String comments,
                                              java.lang.Integer operationId,
                                              java.lang.String vesselCode)

RemoteOperationVesselAssociationFullVO

public RemoteOperationVesselAssociationFullVO(RemoteOperationVesselAssociationFullVO otherBean)
Copies constructor from other RemoteOperationVesselAssociationFullVO

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

copy

public void copy(RemoteOperationVesselAssociationFullVO otherBean)
Copies all properties from the argument value object into this value object.


getIsCatchOnOperationVessel

public java.lang.Boolean getIsCatchOnOperationVessel()

setIsCatchOnOperationVessel

public void setIsCatchOnOperationVessel(java.lang.Boolean isCatchOnOperationVessel)

getComments

public java.lang.String getComments()

setComments

public void setComments(java.lang.String comments)

getOperationId

public java.lang.Integer getOperationId()

setOperationId

public void setOperationId(java.lang.Integer operationId)

getVesselCode

public java.lang.String getVesselCode()

setVesselCode

public void setVesselCode(java.lang.String vesselCode)


Copyright © 2008-2010 IFREMER. All Rights Reserved.