fr.ifremer.allegro.data.transshipment.generic.vo
Class RemoteTransshipmentNaturalId

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

public class RemoteTransshipmentNaturalId
extends RemoteNaturalIdAbstract
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
RemoteTransshipmentNaturalId()
           
RemoteTransshipmentNaturalId(RemoteTransshipmentNaturalId otherBean)
          Copies constructor from other RemoteTransshipmentNaturalId
RemoteTransshipmentNaturalId(RemoteVesselNaturalId toVessel, RemoteProgramNaturalId program)
           
 
Method Summary
 void copy(RemoteTransshipmentNaturalId otherBean)
          Copies all properties from the argument value object into this value object.
 RemoteProgramNaturalId getProgram()
           
 RemoteVesselNaturalId getToVessel()
           
 void setProgram(RemoteProgramNaturalId program)
           
 void setToVessel(RemoteVesselNaturalId toVessel)
           
 
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

RemoteTransshipmentNaturalId

public RemoteTransshipmentNaturalId()

RemoteTransshipmentNaturalId

public RemoteTransshipmentNaturalId(RemoteVesselNaturalId toVessel,
                                    RemoteProgramNaturalId program)

RemoteTransshipmentNaturalId

public RemoteTransshipmentNaturalId(RemoteTransshipmentNaturalId otherBean)
Copies constructor from other RemoteTransshipmentNaturalId

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

copy

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


getToVessel

public RemoteVesselNaturalId getToVessel()

setToVessel

public void setToVessel(RemoteVesselNaturalId toVessel)

getProgram

public RemoteProgramNaturalId getProgram()

setProgram

public void setProgram(RemoteProgramNaturalId program)


Copyright © 2008-2010 IFREMER. All Rights Reserved.