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

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

public class ClusterVesselRegistrationPeriod
extends ClusterAbstract
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ClusterVesselRegistrationPeriod()
           
ClusterVesselRegistrationPeriod(ClusterVesselRegistrationPeriod otherBean)
          Copies constructor from other ClusterVesselRegistrationPeriod
ClusterVesselRegistrationPeriod(java.util.Date startDateTime, java.util.Date endDateTime, java.lang.String registrationCode, java.lang.String internationalRegistrationCode, RemoteLocationNaturalId registrationLocationNaturalId, RemoteVesselNaturalId vesselNaturalId)
           
ClusterVesselRegistrationPeriod(java.util.Date startDateTime, RemoteLocationNaturalId registrationLocationNaturalId, RemoteVesselNaturalId vesselNaturalId)
           
 
Method Summary
 void copy(ClusterVesselRegistrationPeriod otherBean)
          Copies all properties from the argument value object into this value object.
 java.util.Date getEndDateTime()
           
 java.lang.String getInternationalRegistrationCode()
           
 java.lang.String getRegistrationCode()
           
 RemoteLocationNaturalId getRegistrationLocationNaturalId()
           
 java.util.Date getStartDateTime()
           
 RemoteVesselNaturalId getVesselNaturalId()
           
 void setEndDateTime(java.util.Date endDateTime)
           
 void setInternationalRegistrationCode(java.lang.String internationalRegistrationCode)
           
 void setRegistrationCode(java.lang.String registrationCode)
           
 void setRegistrationLocationNaturalId(RemoteLocationNaturalId registrationLocationNaturalId)
           
 void setStartDateTime(java.util.Date startDateTime)
           
 void setVesselNaturalId(RemoteVesselNaturalId vesselNaturalId)
           
 
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

ClusterVesselRegistrationPeriod

public ClusterVesselRegistrationPeriod()

ClusterVesselRegistrationPeriod

public ClusterVesselRegistrationPeriod(java.util.Date startDateTime,
                                       RemoteLocationNaturalId registrationLocationNaturalId,
                                       RemoteVesselNaturalId vesselNaturalId)

ClusterVesselRegistrationPeriod

public ClusterVesselRegistrationPeriod(java.util.Date startDateTime,
                                       java.util.Date endDateTime,
                                       java.lang.String registrationCode,
                                       java.lang.String internationalRegistrationCode,
                                       RemoteLocationNaturalId registrationLocationNaturalId,
                                       RemoteVesselNaturalId vesselNaturalId)

ClusterVesselRegistrationPeriod

public ClusterVesselRegistrationPeriod(ClusterVesselRegistrationPeriod otherBean)
Copies constructor from other ClusterVesselRegistrationPeriod

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

copy

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

getRegistrationCode

public java.lang.String getRegistrationCode()

setRegistrationCode

public void setRegistrationCode(java.lang.String registrationCode)

getInternationalRegistrationCode

public java.lang.String getInternationalRegistrationCode()

setInternationalRegistrationCode

public void setInternationalRegistrationCode(java.lang.String internationalRegistrationCode)

getRegistrationLocationNaturalId

public RemoteLocationNaturalId getRegistrationLocationNaturalId()

setRegistrationLocationNaturalId

public void setRegistrationLocationNaturalId(RemoteLocationNaturalId registrationLocationNaturalId)

getVesselNaturalId

public RemoteVesselNaturalId getVesselNaturalId()

setVesselNaturalId

public void setVesselNaturalId(RemoteVesselNaturalId vesselNaturalId)


Copyright © 2008-2010 IFREMER. All Rights Reserved.