fr.ifremer.allegro.data.survey.delaration.generic.vo
Class RemoteDeclaredDocumentReferenceNaturalId
java.lang.Object
fr.ifremer.allegro.valueObjectAbstract.RemoteNaturalIdAbstract
fr.ifremer.allegro.data.survey.delaration.generic.vo.RemoteDeclaredDocumentReferenceNaturalId
- All Implemented Interfaces:
- java.io.Serializable
public class RemoteDeclaredDocumentReferenceNaturalId
- 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 |
RemoteDeclaredDocumentReferenceNaturalId
public RemoteDeclaredDocumentReferenceNaturalId()
RemoteDeclaredDocumentReferenceNaturalId
public RemoteDeclaredDocumentReferenceNaturalId(RemoteVesselNaturalId vessel,
RemoteProgramNaturalId program)
RemoteDeclaredDocumentReferenceNaturalId
public RemoteDeclaredDocumentReferenceNaturalId(java.lang.String reference,
RemoteVesselNaturalId vessel,
RemoteProgramNaturalId program)
RemoteDeclaredDocumentReferenceNaturalId
public RemoteDeclaredDocumentReferenceNaturalId(RemoteDeclaredDocumentReferenceNaturalId otherBean)
- Copies constructor from other RemoteDeclaredDocumentReferenceNaturalId
- Parameters:
otherBean,
- cannot be null
- Throws:
java.lang.NullPointerException
- if the argument is null
copy
public void copy(RemoteDeclaredDocumentReferenceNaturalId otherBean)
- Copies all properties from the argument value object into this value object.
getReference
public java.lang.String getReference()
setReference
public void setReference(java.lang.String reference)
getVessel
public RemoteVesselNaturalId getVessel()
setVessel
public void setVessel(RemoteVesselNaturalId vessel)
getProgram
public RemoteProgramNaturalId getProgram()
setProgram
public void setProgram(RemoteProgramNaturalId program)
Copyright © 2008-2010 IFREMER. All Rights Reserved.