fr.ifremer.allegro.data.survey.delaration.generic.vo
Class RemoteDeclaredDocumentReferenceNaturalId

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

Constructor Summary
RemoteDeclaredDocumentReferenceNaturalId()
           
RemoteDeclaredDocumentReferenceNaturalId(RemoteDeclaredDocumentReferenceNaturalId otherBean)
          Copies constructor from other RemoteDeclaredDocumentReferenceNaturalId
RemoteDeclaredDocumentReferenceNaturalId(RemoteVesselNaturalId vessel, RemoteProgramNaturalId program)
           
RemoteDeclaredDocumentReferenceNaturalId(java.lang.String reference, RemoteVesselNaturalId vessel, RemoteProgramNaturalId program)
           
 
Method Summary
 void copy(RemoteDeclaredDocumentReferenceNaturalId otherBean)
          Copies all properties from the argument value object into this value object.
 RemoteProgramNaturalId getProgram()
           
 java.lang.String getReference()
           
 RemoteVesselNaturalId getVessel()
           
 void setProgram(RemoteProgramNaturalId program)
           
 void setReference(java.lang.String reference)
           
 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

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

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.