fr.ifremer.allegro.data.batch.generic.vo
Class RemoteCatchBatchNaturalId

java.lang.Object
  extended by fr.ifremer.allegro.valueObjectAbstract.RemoteNaturalIdAbstract
      extended by fr.ifremer.allegro.data.batch.generic.vo.RemoteCatchBatchNaturalId
All Implemented Interfaces:
java.io.Serializable

public class RemoteCatchBatchNaturalId
extends RemoteNaturalIdAbstract
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
RemoteCatchBatchNaturalId()
           
RemoteCatchBatchNaturalId(java.lang.Integer id)
           
RemoteCatchBatchNaturalId(java.lang.Integer id, RemoteFishingOperationNaturalId fishingOperation, RemoteLandingNaturalId landing)
           
RemoteCatchBatchNaturalId(RemoteCatchBatchNaturalId otherBean)
          Copies constructor from other RemoteCatchBatchNaturalId
 
Method Summary
 void copy(RemoteCatchBatchNaturalId otherBean)
          Copies all properties from the argument value object into this value object.
 RemoteFishingOperationNaturalId getFishingOperation()
           
 java.lang.Integer getId()
           
 RemoteLandingNaturalId getLanding()
           
 void setFishingOperation(RemoteFishingOperationNaturalId fishingOperation)
           
 void setId(java.lang.Integer id)
           
 void setLanding(RemoteLandingNaturalId landing)
           
 
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

RemoteCatchBatchNaturalId

public RemoteCatchBatchNaturalId()

RemoteCatchBatchNaturalId

public RemoteCatchBatchNaturalId(java.lang.Integer id)

RemoteCatchBatchNaturalId

public RemoteCatchBatchNaturalId(java.lang.Integer id,
                                 RemoteFishingOperationNaturalId fishingOperation,
                                 RemoteLandingNaturalId landing)

RemoteCatchBatchNaturalId

public RemoteCatchBatchNaturalId(RemoteCatchBatchNaturalId otherBean)
Copies constructor from other RemoteCatchBatchNaturalId

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

copy

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

getFishingOperation

public RemoteFishingOperationNaturalId getFishingOperation()

setFishingOperation

public void setFishingOperation(RemoteFishingOperationNaturalId fishingOperation)

getLanding

public RemoteLandingNaturalId getLanding()

setLanding

public void setLanding(RemoteLandingNaturalId landing)


Copyright © 2008-2010 IFREMER. All Rights Reserved.