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

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

public class RemoteFishingAreaNaturalId
extends RemoteNaturalIdAbstract
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
RemoteFishingAreaNaturalId()
           
RemoteFishingAreaNaturalId(RemoteFishingAreaNaturalId otherBean)
          Copies constructor from other RemoteFishingAreaNaturalId
RemoteFishingAreaNaturalId(RemoteLocationNaturalId location)
           
RemoteFishingAreaNaturalId(RemoteLocationNaturalId location, RemoteGearUseFeaturesNaturalId gearUseFeatures, RemoteVesselUseFeaturesNaturalId vesselUseFeatures)
           
 
Method Summary
 void copy(RemoteFishingAreaNaturalId otherBean)
          Copies all properties from the argument value object into this value object.
 RemoteGearUseFeaturesNaturalId getGearUseFeatures()
           
 RemoteLocationNaturalId getLocation()
           
 RemoteVesselUseFeaturesNaturalId getVesselUseFeatures()
           
 void setGearUseFeatures(RemoteGearUseFeaturesNaturalId gearUseFeatures)
           
 void setLocation(RemoteLocationNaturalId location)
           
 void setVesselUseFeatures(RemoteVesselUseFeaturesNaturalId vesselUseFeatures)
           
 
Methods inherited from class fr.ifremer.allegro.valueObjectAbstract.RemoteNaturalIdAbstract
copy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteFishingAreaNaturalId

public RemoteFishingAreaNaturalId()

RemoteFishingAreaNaturalId

public RemoteFishingAreaNaturalId(RemoteLocationNaturalId location)

RemoteFishingAreaNaturalId

public RemoteFishingAreaNaturalId(RemoteLocationNaturalId location,
                                  RemoteGearUseFeaturesNaturalId gearUseFeatures,
                                  RemoteVesselUseFeaturesNaturalId vesselUseFeatures)

RemoteFishingAreaNaturalId

public RemoteFishingAreaNaturalId(RemoteFishingAreaNaturalId otherBean)
Copies constructor from other RemoteFishingAreaNaturalId

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

copy

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


getLocation

public RemoteLocationNaturalId getLocation()

setLocation

public void setLocation(RemoteLocationNaturalId location)

getGearUseFeatures

public RemoteGearUseFeaturesNaturalId getGearUseFeatures()

setGearUseFeatures

public void setGearUseFeatures(RemoteGearUseFeaturesNaturalId gearUseFeatures)

getVesselUseFeatures

public RemoteVesselUseFeaturesNaturalId getVesselUseFeatures()

setVesselUseFeatures

public void setVesselUseFeatures(RemoteVesselUseFeaturesNaturalId vesselUseFeatures)


Copyright © 2008-2010 IFREMER. All Rights Reserved.