fr.ifremer.allegro.data.vessel.feature.physical.generic.vo
Class RemotePhysicalFeaturesNaturalId
java.lang.Object
fr.ifremer.allegro.valueObjectAbstract.RemoteNaturalIdAbstract
fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemotePhysicalFeaturesNaturalId
- All Implemented Interfaces:
- java.io.Serializable
public class RemotePhysicalFeaturesNaturalId
- 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 |
RemotePhysicalFeaturesNaturalId
public RemotePhysicalFeaturesNaturalId()
RemotePhysicalFeaturesNaturalId
public RemotePhysicalFeaturesNaturalId(java.util.Date startDate,
RemoteVesselNaturalId vessel,
RemoteProgramNaturalId program)
RemotePhysicalFeaturesNaturalId
public RemotePhysicalFeaturesNaturalId(RemotePhysicalFeaturesNaturalId otherBean)
- Copies constructor from other RemotePhysicalFeaturesNaturalId
- Parameters:
otherBean,
- cannot be null
- Throws:
java.lang.NullPointerException
- if the argument is null
copy
public void copy(RemotePhysicalFeaturesNaturalId otherBean)
- Copies all properties from the argument value object into this value object.
getStartDate
public java.util.Date getStartDate()
setStartDate
public void setStartDate(java.util.Date startDate)
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.