fr.ifremer.allegro.data.operation.generic.vo
Class RemoteOperationVesselAssociationNaturalId
java.lang.Object
fr.ifremer.allegro.valueObjectAbstract.RemoteNaturalIdAbstract
fr.ifremer.allegro.data.operation.generic.vo.RemoteOperationVesselAssociationNaturalId
- All Implemented Interfaces:
- java.io.Serializable
public class RemoteOperationVesselAssociationNaturalId
- extends RemoteNaturalIdAbstract
- 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 |
RemoteOperationVesselAssociationNaturalId
public RemoteOperationVesselAssociationNaturalId()
RemoteOperationVesselAssociationNaturalId
public RemoteOperationVesselAssociationNaturalId(RemoteOperationNaturalId operation,
RemoteVesselNaturalId vessel)
RemoteOperationVesselAssociationNaturalId
public RemoteOperationVesselAssociationNaturalId(RemoteOperationVesselAssociationNaturalId otherBean)
- Copies constructor from other RemoteOperationVesselAssociationNaturalId
- Parameters:
otherBean,
- cannot be null
- Throws:
java.lang.NullPointerException
- if the argument is null
copy
public void copy(RemoteOperationVesselAssociationNaturalId otherBean)
- Copies all properties from the argument value object into this value object.
getOperation
public RemoteOperationNaturalId getOperation()
setOperation
public void setOperation(RemoteOperationNaturalId operation)
getVessel
public RemoteVesselNaturalId getVessel()
setVessel
public void setVessel(RemoteVesselNaturalId vessel)
Copyright © 2008-2010 IFREMER. All Rights Reserved.