fr.ifremer.allegro.data.survey.physicalGear.generic.vo
Class RemotePhysicalGearSurveyNaturalId
java.lang.Object
fr.ifremer.allegro.valueObjectAbstract.RemoteNaturalIdAbstract
fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyNaturalId
- All Implemented Interfaces:
- java.io.Serializable
public class RemotePhysicalGearSurveyNaturalId
- 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 |
RemotePhysicalGearSurveyNaturalId
public RemotePhysicalGearSurveyNaturalId()
RemotePhysicalGearSurveyNaturalId
public RemotePhysicalGearSurveyNaturalId(java.lang.Integer year,
RemoteVesselNaturalId vessel,
RemoteProgramNaturalId program)
RemotePhysicalGearSurveyNaturalId
public RemotePhysicalGearSurveyNaturalId(RemotePhysicalGearSurveyNaturalId otherBean)
- Copies constructor from other RemotePhysicalGearSurveyNaturalId
- Parameters:
otherBean,
- cannot be null
- Throws:
java.lang.NullPointerException
- if the argument is null
copy
public void copy(RemotePhysicalGearSurveyNaturalId otherBean)
- Copies all properties from the argument value object into this value object.
getYear
public java.lang.Integer getYear()
setYear
public void setYear(java.lang.Integer year)
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.