public abstract class PlaygroundRicTaxonGroup extends Object implements Serializable, Comparable<PlaygroundRicTaxonGroup>
Modifier and Type | Class and Description |
---|---|
static class |
PlaygroundRicTaxonGroup.Factory
Constructs new instances of
PlaygroundRicTaxonGroup . |
Constructor and Description |
---|
PlaygroundRicTaxonGroup() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(PlaygroundRicTaxonGroup o) |
boolean |
equals(Object object)
Returns
true if the argument is an PlaygroundRicTaxonGroup instance and all identifiers for this entity
equal the identifiers of the argument entity. |
String |
getCode()
Code de l'espèce RIC
|
String |
getName() |
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setCode(String codeIn)
Code de l'espèce RIC
|
void |
setName(String nameIn) |
public PlaygroundRicTaxonGroup()
public boolean equals(Object object)
true
if the argument is an PlaygroundRicTaxonGroup instance and all identifiers for this entity
equal the identifiers of the argument entity. Returns false
otherwise.public int hashCode()
public int compareTo(PlaygroundRicTaxonGroup o)
compareTo
in interface Comparable<PlaygroundRicTaxonGroup>
Comparable.compareTo(T)
Copyright © 2012–2014 IFREMER. All rights reserved.