fr.ifremer.allegro.data.sample.generic.vo
Class RemoteSampleNaturalId

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

public class RemoteSampleNaturalId
extends RemoteNaturalIdAbstract
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
RemoteSampleNaturalId()
           
RemoteSampleNaturalId(RemoteSampleNaturalId otherBean)
          Copies constructor from other RemoteSampleNaturalId
RemoteSampleNaturalId(java.lang.String label, RemoteMatrixNaturalId matrix, RemoteFishingOperationNaturalId fishingOperation, RemoteProgramNaturalId program)
           
RemoteSampleNaturalId(java.lang.String label, RemoteMatrixNaturalId matrix, RemoteProgramNaturalId program)
           
 
Method Summary
 void copy(RemoteSampleNaturalId otherBean)
          Copies all properties from the argument value object into this value object.
 RemoteFishingOperationNaturalId getFishingOperation()
           
 java.lang.String getLabel()
           
 RemoteMatrixNaturalId getMatrix()
           
 RemoteProgramNaturalId getProgram()
           
 void setFishingOperation(RemoteFishingOperationNaturalId fishingOperation)
           
 void setLabel(java.lang.String label)
           
 void setMatrix(RemoteMatrixNaturalId matrix)
           
 void setProgram(RemoteProgramNaturalId program)
           
 
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

RemoteSampleNaturalId

public RemoteSampleNaturalId()

RemoteSampleNaturalId

public RemoteSampleNaturalId(java.lang.String label,
                             RemoteMatrixNaturalId matrix,
                             RemoteProgramNaturalId program)

RemoteSampleNaturalId

public RemoteSampleNaturalId(java.lang.String label,
                             RemoteMatrixNaturalId matrix,
                             RemoteFishingOperationNaturalId fishingOperation,
                             RemoteProgramNaturalId program)

RemoteSampleNaturalId

public RemoteSampleNaturalId(RemoteSampleNaturalId otherBean)
Copies constructor from other RemoteSampleNaturalId

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

copy

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


getLabel

public java.lang.String getLabel()

setLabel

public void setLabel(java.lang.String label)

getMatrix

public RemoteMatrixNaturalId getMatrix()

setMatrix

public void setMatrix(RemoteMatrixNaturalId matrix)

getFishingOperation

public RemoteFishingOperationNaturalId getFishingOperation()

setFishingOperation

public void setFishingOperation(RemoteFishingOperationNaturalId fishingOperation)

getProgram

public RemoteProgramNaturalId getProgram()

setProgram

public void setProgram(RemoteProgramNaturalId program)


Copyright © 2008-2010 IFREMER. All Rights Reserved.