fr.ifremer.allegro.data.survey.fishingEffort.generic.vo
Class RemoteFishingEffortCalendarNaturalId

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

public class RemoteFishingEffortCalendarNaturalId
extends RemoteNaturalIdAbstract
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
RemoteFishingEffortCalendarNaturalId()
           
RemoteFishingEffortCalendarNaturalId(java.lang.Integer year, RemoteVesselNaturalId vessel, RemoteProgramNaturalId program)
           
RemoteFishingEffortCalendarNaturalId(RemoteFishingEffortCalendarNaturalId otherBean)
          Copies constructor from other RemoteFishingEffortCalendarNaturalId
 
Method Summary
 void copy(RemoteFishingEffortCalendarNaturalId otherBean)
          Copies all properties from the argument value object into this value object.
 RemoteProgramNaturalId getProgram()
           
 RemoteVesselNaturalId getVessel()
           
 java.lang.Integer getYear()
           
 void setProgram(RemoteProgramNaturalId program)
           
 void setVessel(RemoteVesselNaturalId vessel)
           
 void setYear(java.lang.Integer year)
           
 
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

RemoteFishingEffortCalendarNaturalId

public RemoteFishingEffortCalendarNaturalId()

RemoteFishingEffortCalendarNaturalId

public RemoteFishingEffortCalendarNaturalId(java.lang.Integer year,
                                            RemoteVesselNaturalId vessel,
                                            RemoteProgramNaturalId program)

RemoteFishingEffortCalendarNaturalId

public RemoteFishingEffortCalendarNaturalId(RemoteFishingEffortCalendarNaturalId otherBean)
Copies constructor from other RemoteFishingEffortCalendarNaturalId

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

copy

public void copy(RemoteFishingEffortCalendarNaturalId 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.