fr.ifremer.allegro.data.fishingArea.generic.cluster
Class ClusterFishingArea

java.lang.Object
  extended by fr.ifremer.allegro.valueObjectAbstract.ClusterAbstract
      extended by fr.ifremer.allegro.data.fishingArea.generic.cluster.ClusterFishingArea
All Implemented Interfaces:
java.io.Serializable

public class ClusterFishingArea
extends ClusterAbstract
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ClusterFishingArea()
           
ClusterFishingArea(ClusterFishingArea otherBean)
          Copies constructor from other ClusterFishingArea
ClusterFishingArea(java.lang.Integer id, RemoteNearbySpecificAreaNaturalId nearbySpecificAreaNaturalId, RemoteDepthGradientNaturalId depthGradientNaturalId, RemoteDistanceToCoastGradientNaturalId distanceToCoastGradientNaturalId, RemoteLocationNaturalId locationNaturalId, RemoteGearUseFeaturesNaturalId gearUseFeaturesNaturalId, RemoteVesselUseFeaturesNaturalId vesselUseFeaturesNaturalId, RemoteFisheryNaturalId[] fisheryNaturalId, RemoteSampleNaturalId sampleNaturalId, ClusterFishingArea2RegulationLocation[] clusterRegulationLocations)
           
ClusterFishingArea(RemoteLocationNaturalId locationNaturalId, RemoteFisheryNaturalId[] fisheryNaturalId, ClusterFishingArea2RegulationLocation[] clusterRegulationLocations)
           
 
Method Summary
 void copy(ClusterFishingArea otherBean)
          Copies all properties from the argument value object into this value object.
 ClusterFishingArea2RegulationLocation[] getClusterRegulationLocations()
           
 RemoteDepthGradientNaturalId getDepthGradientNaturalId()
           
 RemoteDistanceToCoastGradientNaturalId getDistanceToCoastGradientNaturalId()
           
 RemoteFisheryNaturalId[] getFisheryNaturalId()
           
 RemoteGearUseFeaturesNaturalId getGearUseFeaturesNaturalId()
           
 java.lang.Integer getId()
           
 RemoteLocationNaturalId getLocationNaturalId()
           
 RemoteNearbySpecificAreaNaturalId getNearbySpecificAreaNaturalId()
           
 RemoteSampleNaturalId getSampleNaturalId()
           
 RemoteVesselUseFeaturesNaturalId getVesselUseFeaturesNaturalId()
           
 void setClusterRegulationLocations(ClusterFishingArea2RegulationLocation[] clusterRegulationLocations)
           
 void setDepthGradientNaturalId(RemoteDepthGradientNaturalId depthGradientNaturalId)
           
 void setDistanceToCoastGradientNaturalId(RemoteDistanceToCoastGradientNaturalId distanceToCoastGradientNaturalId)
           
 void setFisheryNaturalId(RemoteFisheryNaturalId[] fisheryNaturalId)
           
 void setGearUseFeaturesNaturalId(RemoteGearUseFeaturesNaturalId gearUseFeaturesNaturalId)
           
 void setId(java.lang.Integer id)
           
 void setLocationNaturalId(RemoteLocationNaturalId locationNaturalId)
           
 void setNearbySpecificAreaNaturalId(RemoteNearbySpecificAreaNaturalId nearbySpecificAreaNaturalId)
           
 void setSampleNaturalId(RemoteSampleNaturalId sampleNaturalId)
           
 void setVesselUseFeaturesNaturalId(RemoteVesselUseFeaturesNaturalId vesselUseFeaturesNaturalId)
           
 
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

ClusterFishingArea

public ClusterFishingArea()

ClusterFishingArea

public ClusterFishingArea(RemoteLocationNaturalId locationNaturalId,
                          RemoteFisheryNaturalId[] fisheryNaturalId,
                          ClusterFishingArea2RegulationLocation[] clusterRegulationLocations)

ClusterFishingArea

public ClusterFishingArea(java.lang.Integer id,
                          RemoteNearbySpecificAreaNaturalId nearbySpecificAreaNaturalId,
                          RemoteDepthGradientNaturalId depthGradientNaturalId,
                          RemoteDistanceToCoastGradientNaturalId distanceToCoastGradientNaturalId,
                          RemoteLocationNaturalId locationNaturalId,
                          RemoteGearUseFeaturesNaturalId gearUseFeaturesNaturalId,
                          RemoteVesselUseFeaturesNaturalId vesselUseFeaturesNaturalId,
                          RemoteFisheryNaturalId[] fisheryNaturalId,
                          RemoteSampleNaturalId sampleNaturalId,
                          ClusterFishingArea2RegulationLocation[] clusterRegulationLocations)

ClusterFishingArea

public ClusterFishingArea(ClusterFishingArea otherBean)
Copies constructor from other ClusterFishingArea

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

copy

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


getId

public java.lang.Integer getId()

setId

public void setId(java.lang.Integer id)

getNearbySpecificAreaNaturalId

public RemoteNearbySpecificAreaNaturalId getNearbySpecificAreaNaturalId()

setNearbySpecificAreaNaturalId

public void setNearbySpecificAreaNaturalId(RemoteNearbySpecificAreaNaturalId nearbySpecificAreaNaturalId)

getDepthGradientNaturalId

public RemoteDepthGradientNaturalId getDepthGradientNaturalId()

setDepthGradientNaturalId

public void setDepthGradientNaturalId(RemoteDepthGradientNaturalId depthGradientNaturalId)

getDistanceToCoastGradientNaturalId

public RemoteDistanceToCoastGradientNaturalId getDistanceToCoastGradientNaturalId()

setDistanceToCoastGradientNaturalId

public void setDistanceToCoastGradientNaturalId(RemoteDistanceToCoastGradientNaturalId distanceToCoastGradientNaturalId)

getLocationNaturalId

public RemoteLocationNaturalId getLocationNaturalId()

setLocationNaturalId

public void setLocationNaturalId(RemoteLocationNaturalId locationNaturalId)

getGearUseFeaturesNaturalId

public RemoteGearUseFeaturesNaturalId getGearUseFeaturesNaturalId()

setGearUseFeaturesNaturalId

public void setGearUseFeaturesNaturalId(RemoteGearUseFeaturesNaturalId gearUseFeaturesNaturalId)

getVesselUseFeaturesNaturalId

public RemoteVesselUseFeaturesNaturalId getVesselUseFeaturesNaturalId()

setVesselUseFeaturesNaturalId

public void setVesselUseFeaturesNaturalId(RemoteVesselUseFeaturesNaturalId vesselUseFeaturesNaturalId)

getFisheryNaturalId

public RemoteFisheryNaturalId[] getFisheryNaturalId()

setFisheryNaturalId

public void setFisheryNaturalId(RemoteFisheryNaturalId[] fisheryNaturalId)

getSampleNaturalId

public RemoteSampleNaturalId getSampleNaturalId()

setSampleNaturalId

public void setSampleNaturalId(RemoteSampleNaturalId sampleNaturalId)

getClusterRegulationLocations

public ClusterFishingArea2RegulationLocation[] getClusterRegulationLocations()

setClusterRegulationLocations

public void setClusterRegulationLocations(ClusterFishingArea2RegulationLocation[] clusterRegulationLocations)


Copyright © 2008-2010 IFREMER. All Rights Reserved.