fr.ifremer.allegro.playground
Class PlaygroundFishingEffortZone

java.lang.Object
  extended by fr.ifremer.allegro.playground.PlaygroundFishingEffortZone
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
PlaygroundFishingEffortZoneImpl

public abstract class PlaygroundFishingEffortZone
extends java.lang.Object
implements java.io.Serializable

Mouvements sur zone d'effort : A modeliser !

ref : flux SACAPT

See Also:
Serialized Form

Nested Class Summary
static class PlaygroundFishingEffortZone.Factory
          Constructs new instances of PlaygroundFishingEffortZone.
 
Constructor Summary
PlaygroundFishingEffortZone()
           
 
Method Summary
 boolean equals(java.lang.Object object)
          This entity does not have any identifiers and is not extending any other entity, so this method will only return true if the argument reference and this refer to the same object.
 java.util.Date getDateTime()
           
 java.lang.String getEffortZoneCode()
           
 FishingTrip getFishingTrip()
           
 Gear getGear()
           
 java.lang.Integer getId()
           
 java.lang.String getMoveType()
           
 java.lang.String getTargetSpecies()
           
 int hashCode()
          Returns a hash code based on this entity's identifiers.
 void setDateTime(java.util.Date dateTime)
           
 void setEffortZoneCode(java.lang.String effortZoneCode)
           
 void setFishingTrip(FishingTrip fishingTrip)
           
 void setGear(Gear gear)
           
 void setId(java.lang.Integer id)
           
 void setMoveType(java.lang.String moveType)
           
 void setTargetSpecies(java.lang.String targetSpecies)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlaygroundFishingEffortZone

public PlaygroundFishingEffortZone()
Method Detail

getId

public java.lang.Integer getId()

setId

public void setId(java.lang.Integer id)

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)

getFishingTrip

public FishingTrip getFishingTrip()

setFishingTrip

public void setFishingTrip(FishingTrip fishingTrip)

getGear

public Gear getGear()

setGear

public void setGear(Gear gear)

equals

public boolean equals(java.lang.Object object)
This entity does not have any identifiers and is not extending any other entity, so this method will only return true if the argument reference and this refer to the same object.

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Returns a hash code based on this entity's identifiers.

Overrides:
hashCode in class java.lang.Object


Copyright © 2008-2010 IFREMER. All Rights Reserved.