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

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

public class RemoteVesselOwnerPeriodNaturalId
extends RemoteNaturalIdAbstract
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
RemoteVesselOwnerPeriodNaturalId()
           
RemoteVesselOwnerPeriodNaturalId(java.util.Date startDateTime, RemoteVesselOwnerNaturalId vesselOwner, RemoteVesselNaturalId vessel)
           
RemoteVesselOwnerPeriodNaturalId(RemoteVesselOwnerPeriodNaturalId otherBean)
          Copies constructor from other RemoteVesselOwnerPeriodNaturalId
 
Method Summary
 void copy(RemoteVesselOwnerPeriodNaturalId otherBean)
          Copies all properties from the argument value object into this value object.
 java.util.Date getStartDateTime()
           
 RemoteVesselNaturalId getVessel()
           
 RemoteVesselOwnerNaturalId getVesselOwner()
           
 void setStartDateTime(java.util.Date startDateTime)
           
 void setVessel(RemoteVesselNaturalId vessel)
           
 void setVesselOwner(RemoteVesselOwnerNaturalId vesselOwner)
           
 
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

RemoteVesselOwnerPeriodNaturalId

public RemoteVesselOwnerPeriodNaturalId()

RemoteVesselOwnerPeriodNaturalId

public RemoteVesselOwnerPeriodNaturalId(java.util.Date startDateTime,
                                        RemoteVesselOwnerNaturalId vesselOwner,
                                        RemoteVesselNaturalId vessel)

RemoteVesselOwnerPeriodNaturalId

public RemoteVesselOwnerPeriodNaturalId(RemoteVesselOwnerPeriodNaturalId otherBean)
Copies constructor from other RemoteVesselOwnerPeriodNaturalId

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

copy

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

getVesselOwner

public RemoteVesselOwnerNaturalId getVesselOwner()

setVesselOwner

public void setVesselOwner(RemoteVesselOwnerNaturalId vesselOwner)

getVessel

public RemoteVesselNaturalId getVessel()

setVessel

public void setVessel(RemoteVesselNaturalId vessel)


Copyright © 2008-2010 IFREMER. All Rights Reserved.