fr.ifremer.allegro.playground
Class PlaygroundRicTaxonGroup

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

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

Esp??ce commerciales avec d??tails sp??cifique pour la vente en cri??e.

ref : flux RIC II

TODO : voir dans quelle mesure il est possible d'utiliser TaxonGroup ?? la place de cette classe (avec un TaxonGroupType particulier = 'Esp??ce commerciale RIC II')

See Also:
Serialized Form

Nested Class Summary
static class PlaygroundRicTaxonGroup.Factory
          Constructs new instances of PlaygroundRicTaxonGroup.
 
Constructor Summary
PlaygroundRicTaxonGroup()
           
 
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.lang.String getCode()
           Code de l'esp??ce RIC
 java.lang.String getName()
           
 int hashCode()
          Returns a hash code based on this entity's identifiers.
 void setCode(java.lang.String code)
           
 void setName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlaygroundRicTaxonGroup

public PlaygroundRicTaxonGroup()
Method Detail

getCode

public java.lang.String getCode()

Code de l'esp??ce RIC


setCode

public void setCode(java.lang.String code)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

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.