fr.ifremer.allegro.referential.vessel.generic.cluster
Class ClusterVesselMasterPeriod

java.lang.Object
  extended by fr.ifremer.allegro.valueObjectAbstract.ClusterAbstract
      extended by fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterVesselMasterPeriod
All Implemented Interfaces:
java.io.Serializable

public class ClusterVesselMasterPeriod
extends ClusterAbstract
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ClusterVesselMasterPeriod()
           
ClusterVesselMasterPeriod(ClusterVesselMasterPeriod otherBean)
          Copies constructor from other ClusterVesselMasterPeriod
ClusterVesselMasterPeriod(java.util.Date startDateTime, java.util.Date endDateTime, RemoteVesselMasterNaturalId vesselMasterNaturalId, RemoteFishingVesselNaturalId fishingVesselNaturalId)
           
ClusterVesselMasterPeriod(java.util.Date startDateTime, RemoteVesselMasterNaturalId vesselMasterNaturalId, RemoteFishingVesselNaturalId fishingVesselNaturalId)
           
 
Method Summary
 void copy(ClusterVesselMasterPeriod otherBean)
          Copies all properties from the argument value object into this value object.
 java.util.Date getEndDateTime()
           
 RemoteFishingVesselNaturalId getFishingVesselNaturalId()
           
 java.util.Date getStartDateTime()
           
 RemoteVesselMasterNaturalId getVesselMasterNaturalId()
           
 void setEndDateTime(java.util.Date endDateTime)
           
 void setFishingVesselNaturalId(RemoteFishingVesselNaturalId fishingVesselNaturalId)
           
 void setStartDateTime(java.util.Date startDateTime)
           
 void setVesselMasterNaturalId(RemoteVesselMasterNaturalId vesselMasterNaturalId)
           
 
Methods inherited from class fr.ifremer.allegro.valueObjectAbstract.ClusterAbstract
addPropertyChangeListener, addPropertyChangeListener, copy, firePropertyChange, removePropertyChangeListener, removePropertyChangeListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusterVesselMasterPeriod

public ClusterVesselMasterPeriod()

ClusterVesselMasterPeriod

public ClusterVesselMasterPeriod(java.util.Date startDateTime,
                                 RemoteVesselMasterNaturalId vesselMasterNaturalId,
                                 RemoteFishingVesselNaturalId fishingVesselNaturalId)

ClusterVesselMasterPeriod

public ClusterVesselMasterPeriod(java.util.Date startDateTime,
                                 java.util.Date endDateTime,
                                 RemoteVesselMasterNaturalId vesselMasterNaturalId,
                                 RemoteFishingVesselNaturalId fishingVesselNaturalId)

ClusterVesselMasterPeriod

public ClusterVesselMasterPeriod(ClusterVesselMasterPeriod otherBean)
Copies constructor from other ClusterVesselMasterPeriod

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

copy

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

getEndDateTime

public java.util.Date getEndDateTime()

setEndDateTime

public void setEndDateTime(java.util.Date endDateTime)

getVesselMasterNaturalId

public RemoteVesselMasterNaturalId getVesselMasterNaturalId()

setVesselMasterNaturalId

public void setVesselMasterNaturalId(RemoteVesselMasterNaturalId vesselMasterNaturalId)

getFishingVesselNaturalId

public RemoteFishingVesselNaturalId getFishingVesselNaturalId()

setFishingVesselNaturalId

public void setFishingVesselNaturalId(RemoteFishingVesselNaturalId fishingVesselNaturalId)


Copyright © 2008-2010 IFREMER. All Rights Reserved.