fr.ifremer.allegro.data.operation.generic.vo
Class RemoteOperationVesselAssociationFullVO
java.lang.Object
fr.ifremer.allegro.valueObjectAbstract.RemoteFullVOAbstract
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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.