fr.ifremer.allegro.playground.generic.cluster
Class ClusterPlaygroundFishingEffortZone

java.lang.Object
  extended by fr.ifremer.allegro.valueObjectAbstract.ClusterAbstract
      extended by fr.ifremer.allegro.playground.generic.cluster.ClusterPlaygroundFishingEffortZone
All Implemented Interfaces:
java.io.Serializable

public class ClusterPlaygroundFishingEffortZone
extends ClusterAbstract
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ClusterPlaygroundFishingEffortZone()
           
ClusterPlaygroundFishingEffortZone(ClusterPlaygroundFishingEffortZone otherBean)
          Copies constructor from other ClusterPlaygroundFishingEffortZone
ClusterPlaygroundFishingEffortZone(java.lang.Integer id, java.lang.Integer idLocal, java.util.Date dateTime, java.lang.String moveType, java.lang.String effortZoneCode, java.lang.String targetSpecies, RemoteFishingTripNaturalId fishingTripNaturalId, RemoteGearNaturalId gearNaturalId)
           
ClusterPlaygroundFishingEffortZone(java.lang.String moveType, java.lang.String effortZoneCode, java.lang.String targetSpecies, RemoteFishingTripNaturalId fishingTripNaturalId, RemoteGearNaturalId gearNaturalId)
           
 
Method Summary
 void copy(ClusterPlaygroundFishingEffortZone otherBean)
          Copies all properties from the argument value object into this value object.
 java.util.Date getDateTime()
           
 java.lang.String getEffortZoneCode()
           
 RemoteFishingTripNaturalId getFishingTripNaturalId()
           
 RemoteGearNaturalId getGearNaturalId()
           
 java.lang.Integer getId()
           
 java.lang.Integer getIdLocal()
           
 java.lang.String getMoveType()
           
 java.lang.String getTargetSpecies()
           
 void setDateTime(java.util.Date dateTime)
           
 void setEffortZoneCode(java.lang.String effortZoneCode)
           
 void setFishingTripNaturalId(RemoteFishingTripNaturalId fishingTripNaturalId)
           
 void setGearNaturalId(RemoteGearNaturalId gearNaturalId)
           
 void setId(java.lang.Integer id)
           
 void setIdLocal(java.lang.Integer idLocal)
           
 void setMoveType(java.lang.String moveType)
           
 void setTargetSpecies(java.lang.String targetSpecies)
           
 
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

ClusterPlaygroundFishingEffortZone

public ClusterPlaygroundFishingEffortZone()

ClusterPlaygroundFishingEffortZone

public ClusterPlaygroundFishingEffortZone(java.lang.String moveType,
                                          java.lang.String effortZoneCode,
                                          java.lang.String targetSpecies,
                                          RemoteFishingTripNaturalId fishingTripNaturalId,
                                          RemoteGearNaturalId gearNaturalId)

ClusterPlaygroundFishingEffortZone

public ClusterPlaygroundFishingEffortZone(java.lang.Integer id,
                                          java.lang.Integer idLocal,
                                          java.util.Date dateTime,
                                          java.lang.String moveType,
                                          java.lang.String effortZoneCode,
                                          java.lang.String targetSpecies,
                                          RemoteFishingTripNaturalId fishingTripNaturalId,
                                          RemoteGearNaturalId gearNaturalId)

ClusterPlaygroundFishingEffortZone

public ClusterPlaygroundFishingEffortZone(ClusterPlaygroundFishingEffortZone otherBean)
Copies constructor from other ClusterPlaygroundFishingEffortZone

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

copy

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

getIdLocal

public java.lang.Integer getIdLocal()

setIdLocal

public void setIdLocal(java.lang.Integer idLocal)

getDateTime

public java.util.Date getDateTime()

setDateTime

public void setDateTime(java.util.Date dateTime)

getMoveType

public java.lang.String getMoveType()

setMoveType

public void setMoveType(java.lang.String moveType)

getEffortZoneCode

public java.lang.String getEffortZoneCode()

setEffortZoneCode

public void setEffortZoneCode(java.lang.String effortZoneCode)

getTargetSpecies

public java.lang.String getTargetSpecies()

setTargetSpecies

public void setTargetSpecies(java.lang.String targetSpecies)

getFishingTripNaturalId

public RemoteFishingTripNaturalId getFishingTripNaturalId()

setFishingTripNaturalId

public void setFishingTripNaturalId(RemoteFishingTripNaturalId fishingTripNaturalId)

getGearNaturalId

public RemoteGearNaturalId getGearNaturalId()

setGearNaturalId

public void setGearNaturalId(RemoteGearNaturalId gearNaturalId)


Copyright © 2008-2010 IFREMER. All Rights Reserved.