fr.ifremer.allegro.referential.vessel.generic.vo
Class RemoteVesselMasterPeriodNaturalId

java.lang.Object
  extended by fr.ifremer.allegro.valueObjectAbstract.RemoteNaturalIdAbstract
      extended by fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselMasterPeriodNaturalId
All Implemented Interfaces:
java.io.Serializable

public class RemoteVesselMasterPeriodNaturalId
extends RemoteNaturalIdAbstract
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
RemoteVesselMasterPeriodNaturalId()
           
RemoteVesselMasterPeriodNaturalId(java.util.Date startDateTime, RemoteVesselMasterNaturalId vesselMaster, RemoteFishingVesselNaturalId fishingVessel)
           
RemoteVesselMasterPeriodNaturalId(RemoteVesselMasterPeriodNaturalId otherBean)
          Copies constructor from other RemoteVesselMasterPeriodNaturalId
 
Method Summary
 void copy(RemoteVesselMasterPeriodNaturalId otherBean)
          Copies all properties from the argument value object into this value object.
 RemoteFishingVesselNaturalId getFishingVessel()
           
 java.util.Date getStartDateTime()
           
 RemoteVesselMasterNaturalId getVesselMaster()
           
 void setFishingVessel(RemoteFishingVesselNaturalId fishingVessel)
           
 void setStartDateTime(java.util.Date startDateTime)
           
 void setVesselMaster(RemoteVesselMasterNaturalId vesselMaster)
           
 
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

RemoteVesselMasterPeriodNaturalId

public RemoteVesselMasterPeriodNaturalId()

RemoteVesselMasterPeriodNaturalId

public RemoteVesselMasterPeriodNaturalId(java.util.Date startDateTime,
                                         RemoteVesselMasterNaturalId vesselMaster,
                                         RemoteFishingVesselNaturalId fishingVessel)

RemoteVesselMasterPeriodNaturalId

public RemoteVesselMasterPeriodNaturalId(RemoteVesselMasterPeriodNaturalId otherBean)
Copies constructor from other RemoteVesselMasterPeriodNaturalId

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

copy

public void copy(RemoteVesselMasterPeriodNaturalId otherBean)
Copies all properties from the argument value object into this value object.


getStartDateTime

public java.util.Date getStartDateTime()

setStartDateTime

public void setStartDateTime(java.util.Date startDateTime)

getVesselMaster

public RemoteVesselMasterNaturalId getVesselMaster()

setVesselMaster

public void setVesselMaster(RemoteVesselMasterNaturalId vesselMaster)

getFishingVessel

public RemoteFishingVesselNaturalId getFishingVessel()

setFishingVessel

public void setFishingVessel(RemoteFishingVesselNaturalId fishingVessel)


Copyright © 2008-2010 IFREMER. All Rights Reserved.