fr.ifremer.allegro.data.vessel.feature.use.generic.vo
Class RemoteVesselUseFeaturesNaturalId

java.lang.Object
  extended by fr.ifremer.allegro.valueObjectAbstract.RemoteNaturalIdAbstract
      extended by fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteVesselUseFeaturesNaturalId
All Implemented Interfaces:
java.io.Serializable

public class RemoteVesselUseFeaturesNaturalId
extends RemoteNaturalIdAbstract
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
RemoteVesselUseFeaturesNaturalId()
           
RemoteVesselUseFeaturesNaturalId(java.util.Date startDate, RemoteActivityCalendarNaturalId activityCalendar, RemoteOperationNaturalId operation, RemoteEconomicalSurveyNaturalId economicalSurvey, RemoteVesselNaturalId vessel, RemoteProgramNaturalId program)
           
RemoteVesselUseFeaturesNaturalId(java.util.Date startDate, RemoteVesselNaturalId vessel, RemoteProgramNaturalId program)
           
RemoteVesselUseFeaturesNaturalId(RemoteVesselUseFeaturesNaturalId otherBean)
          Copies constructor from other RemoteVesselUseFeaturesNaturalId
 
Method Summary
 void copy(RemoteVesselUseFeaturesNaturalId otherBean)
          Copies all properties from the argument value object into this value object.
 RemoteActivityCalendarNaturalId getActivityCalendar()
           
 RemoteEconomicalSurveyNaturalId getEconomicalSurvey()
           
 RemoteOperationNaturalId getOperation()
           
 RemoteProgramNaturalId getProgram()
           
 java.util.Date getStartDate()
           
 RemoteVesselNaturalId getVessel()
           
 void setActivityCalendar(RemoteActivityCalendarNaturalId activityCalendar)
           
 void setEconomicalSurvey(RemoteEconomicalSurveyNaturalId economicalSurvey)
           
 void setOperation(RemoteOperationNaturalId operation)
           
 void setProgram(RemoteProgramNaturalId program)
           
 void setStartDate(java.util.Date startDate)
           
 void setVessel(RemoteVesselNaturalId vessel)
           
 
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

RemoteVesselUseFeaturesNaturalId

public RemoteVesselUseFeaturesNaturalId()

RemoteVesselUseFeaturesNaturalId

public RemoteVesselUseFeaturesNaturalId(java.util.Date startDate,
                                        RemoteVesselNaturalId vessel,
                                        RemoteProgramNaturalId program)

RemoteVesselUseFeaturesNaturalId

public RemoteVesselUseFeaturesNaturalId(java.util.Date startDate,
                                        RemoteActivityCalendarNaturalId activityCalendar,
                                        RemoteOperationNaturalId operation,
                                        RemoteEconomicalSurveyNaturalId economicalSurvey,
                                        RemoteVesselNaturalId vessel,
                                        RemoteProgramNaturalId program)

RemoteVesselUseFeaturesNaturalId

public RemoteVesselUseFeaturesNaturalId(RemoteVesselUseFeaturesNaturalId otherBean)
Copies constructor from other RemoteVesselUseFeaturesNaturalId

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

copy

public void copy(RemoteVesselUseFeaturesNaturalId 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)

getActivityCalendar

public RemoteActivityCalendarNaturalId getActivityCalendar()

setActivityCalendar

public void setActivityCalendar(RemoteActivityCalendarNaturalId activityCalendar)

getOperation

public RemoteOperationNaturalId getOperation()

setOperation

public void setOperation(RemoteOperationNaturalId operation)

getEconomicalSurvey

public RemoteEconomicalSurveyNaturalId getEconomicalSurvey()

setEconomicalSurvey

public void setEconomicalSurvey(RemoteEconomicalSurveyNaturalId economicalSurvey)

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.