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

java.lang.Object
  extended by fr.ifremer.allegro.valueObjectAbstract.RemoteNaturalIdAbstract
      extended by 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

Constructor Summary
RemoteOperationVesselAssociationNaturalId()
           
RemoteOperationVesselAssociationNaturalId(RemoteOperationNaturalId operation, RemoteVesselNaturalId vessel)
           
RemoteOperationVesselAssociationNaturalId(RemoteOperationVesselAssociationNaturalId otherBean)
          Copies constructor from other RemoteOperationVesselAssociationNaturalId
 
Method Summary
 void copy(RemoteOperationVesselAssociationNaturalId otherBean)
          Copies all properties from the argument value object into this value object.
 RemoteOperationNaturalId getOperation()
           
 RemoteVesselNaturalId getVessel()
           
 void setOperation(RemoteOperationNaturalId operation)
           
 void setVessel(RemoteVesselNaturalId vessel)
           
 
Methods inherited from class fr.ifremer.allegro.valueObjectAbstract.RemoteNaturalIdAbstract
copy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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
Method Detail

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.