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