fr.ifremer.allegro.data.fishingArea.generic.vo
Class RemoteFishingAreaFullVO

java.lang.Object
  extended by fr.ifremer.allegro.valueObjectAbstract.RemoteFullVOAbstract
      extended by fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingAreaFullVO
All Implemented Interfaces:
java.io.Serializable

public class RemoteFishingAreaFullVO
extends RemoteFullVOAbstract
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
RemoteFishingAreaFullVO()
           
RemoteFishingAreaFullVO(java.lang.Integer locationId, java.lang.Integer[] fisheryId)
           
RemoteFishingAreaFullVO(java.lang.Integer id, java.lang.Integer nearbySpecificAreaId, java.lang.Integer depthGradientId, java.lang.Integer distanceToCoastGradientId, java.lang.Integer locationId, java.lang.Integer gearUseFeaturesId, java.lang.Integer vesselUseFeaturesId, java.lang.Integer[] fisheryId, java.lang.Integer sampleId)
           
RemoteFishingAreaFullVO(RemoteFishingAreaFullVO otherBean)
          Copies constructor from other RemoteFishingAreaFullVO
 
Method Summary
 void copy(RemoteFishingAreaFullVO otherBean)
          Copies all properties from the argument value object into this value object.
 java.lang.Integer getDepthGradientId()
           
 java.lang.Integer getDistanceToCoastGradientId()
           
 java.lang.Integer[] getFisheryId()
           
 java.lang.Integer getGearUseFeaturesId()
           
 java.lang.Integer getId()
           
 java.lang.Integer getLocationId()
           
 java.lang.Integer getNearbySpecificAreaId()
           
 java.lang.Integer getSampleId()
           
 java.lang.Integer getVesselUseFeaturesId()
           
 void setDepthGradientId(java.lang.Integer depthGradientId)
           
 void setDistanceToCoastGradientId(java.lang.Integer distanceToCoastGradientId)
           
 void setFisheryId(java.lang.Integer[] fisheryId)
           
 void setGearUseFeaturesId(java.lang.Integer gearUseFeaturesId)
           
 void setId(java.lang.Integer id)
           
 void setLocationId(java.lang.Integer locationId)
           
 void setNearbySpecificAreaId(java.lang.Integer nearbySpecificAreaId)
           
 void setSampleId(java.lang.Integer sampleId)
           
 void setVesselUseFeaturesId(java.lang.Integer vesselUseFeaturesId)
           
 
Methods inherited from class fr.ifremer.allegro.valueObjectAbstract.RemoteFullVOAbstract
copy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteFishingAreaFullVO

public RemoteFishingAreaFullVO()

RemoteFishingAreaFullVO

public RemoteFishingAreaFullVO(java.lang.Integer locationId,
                               java.lang.Integer[] fisheryId)

RemoteFishingAreaFullVO

public RemoteFishingAreaFullVO(java.lang.Integer id,
                               java.lang.Integer nearbySpecificAreaId,
                               java.lang.Integer depthGradientId,
                               java.lang.Integer distanceToCoastGradientId,
                               java.lang.Integer locationId,
                               java.lang.Integer gearUseFeaturesId,
                               java.lang.Integer vesselUseFeaturesId,
                               java.lang.Integer[] fisheryId,
                               java.lang.Integer sampleId)

RemoteFishingAreaFullVO

public RemoteFishingAreaFullVO(RemoteFishingAreaFullVO otherBean)
Copies constructor from other RemoteFishingAreaFullVO

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

copy

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

getNearbySpecificAreaId

public java.lang.Integer getNearbySpecificAreaId()

setNearbySpecificAreaId

public void setNearbySpecificAreaId(java.lang.Integer nearbySpecificAreaId)

getDepthGradientId

public java.lang.Integer getDepthGradientId()

setDepthGradientId

public void setDepthGradientId(java.lang.Integer depthGradientId)

getDistanceToCoastGradientId

public java.lang.Integer getDistanceToCoastGradientId()

setDistanceToCoastGradientId

public void setDistanceToCoastGradientId(java.lang.Integer distanceToCoastGradientId)

getLocationId

public java.lang.Integer getLocationId()

setLocationId

public void setLocationId(java.lang.Integer locationId)

getGearUseFeaturesId

public java.lang.Integer getGearUseFeaturesId()

setGearUseFeaturesId

public void setGearUseFeaturesId(java.lang.Integer gearUseFeaturesId)

getVesselUseFeaturesId

public java.lang.Integer getVesselUseFeaturesId()

setVesselUseFeaturesId

public void setVesselUseFeaturesId(java.lang.Integer vesselUseFeaturesId)

getFisheryId

public java.lang.Integer[] getFisheryId()

setFisheryId

public void setFisheryId(java.lang.Integer[] fisheryId)

getSampleId

public java.lang.Integer getSampleId()

setSampleId

public void setSampleId(java.lang.Integer sampleId)


Copyright © 2008-2010 IFREMER. All Rights Reserved.