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

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

public class ClusterVesselGroup
extends ClusterVessel
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ClusterVesselGroup()
           
ClusterVesselGroup(ClusterVesselGroup otherBean)
          Copies constructor from other ClusterVesselGroup
ClusterVesselGroup(java.lang.String code, RemoteStatusNaturalId statusNaturalId, RemoteVesselTypeNaturalId vesselTypeNaturalId, RemoteRightToProduceNaturalId[] rightToProduceNaturalId, ClusterVesselOwnerPeriod[] clusterVesselOwnerPeriods, ClusterVesselRegistrationPeriod[] clusterVesselRegistrationPeriods)
           
ClusterVesselGroup(java.lang.String code, java.sql.Timestamp updateDate, RemoteStatusNaturalId statusNaturalId, RemoteVesselTypeNaturalId vesselTypeNaturalId, RemoteRightToProduceNaturalId[] rightToProduceNaturalId, ClusterVesselOwnerPeriod[] clusterVesselOwnerPeriods, ClusterVesselRegistrationPeriod[] clusterVesselRegistrationPeriods)
           
 
Method Summary
 void copy(ClusterVesselGroup otherBean)
          Copies all properties from the argument value object into this value object.
 
Methods inherited from class fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterVessel
copy, getClusterVesselOwnerPeriods, getClusterVesselRegistrationPeriods, getCode, getRightToProduceNaturalId, getStatusNaturalId, getUpdateDate, getVesselTypeNaturalId, setClusterVesselOwnerPeriods, setClusterVesselRegistrationPeriods, setCode, setRightToProduceNaturalId, setStatusNaturalId, setUpdateDate, setVesselTypeNaturalId
 
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

ClusterVesselGroup

public ClusterVesselGroup()

ClusterVesselGroup

public ClusterVesselGroup(java.lang.String code,
                          RemoteStatusNaturalId statusNaturalId,
                          RemoteVesselTypeNaturalId vesselTypeNaturalId,
                          RemoteRightToProduceNaturalId[] rightToProduceNaturalId,
                          ClusterVesselOwnerPeriod[] clusterVesselOwnerPeriods,
                          ClusterVesselRegistrationPeriod[] clusterVesselRegistrationPeriods)

ClusterVesselGroup

public ClusterVesselGroup(java.lang.String code,
                          java.sql.Timestamp updateDate,
                          RemoteStatusNaturalId statusNaturalId,
                          RemoteVesselTypeNaturalId vesselTypeNaturalId,
                          RemoteRightToProduceNaturalId[] rightToProduceNaturalId,
                          ClusterVesselOwnerPeriod[] clusterVesselOwnerPeriods,
                          ClusterVesselRegistrationPeriod[] clusterVesselRegistrationPeriods)

ClusterVesselGroup

public ClusterVesselGroup(ClusterVesselGroup otherBean)
Copies constructor from other ClusterVesselGroup

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

copy

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



Copyright © 2008-2010 IFREMER. All Rights Reserved.