|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.playground.PlaygroundRicTaxonGroup
public abstract class PlaygroundRicTaxonGroup
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')
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 |
---|
public PlaygroundRicTaxonGroup()
Method Detail |
---|
public java.lang.String getCode()
Code de l'esp??ce RIC
public void setCode(java.lang.String code)
public java.lang.String getName()
public void setName(java.lang.String name)
public boolean equals(java.lang.Object object)
true
if the argument reference and this
refer to the same object.
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |