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