public abstract class SamplingStrata2Fishery extends Object implements Serializable, Comparable<SamplingStrata2Fishery>
Permet de lier une strate d'échantillonnage à la pêcherie ou au stock.
Demande initiale de E.Bodere du 18/07/2012 :
Ajout de la table SamplingStrata2Fishery. Pour la reprise des données Arpège, Joël veut que l’on recréé des plans avec comme strate le stock arpège (espèce commerciale * grand secteur Arpège). Cette solution permettrait d’avoir un lien vers des pêcheries ultérieurement
Modifier and Type | Class and Description |
---|---|
static class |
SamplingStrata2Fishery.Factory
Constructs new instances of
SamplingStrata2Fishery . |
Constructor and Description |
---|
SamplingStrata2Fishery() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(SamplingStrata2Fishery o) |
boolean |
equals(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. |
Fishery |
getFishery()
Un pecherie, peut etre, si elle n'a pas d'engin, similaire à un
stock.
|
SamplingStrata |
getSamplingStrata()
Représente une ligne du plan d'échantillonnage.
|
SamplingStrata2FisheryPK |
getSamplingStrata2FisheryPk()
Get the composite primary key identifier class
|
int |
hashCode()
This entity does not have any identifiers
and is not extending any other entity,
so this method will only take the identifiers of this entity into account when calculating the hash code.
|
void |
setFishery(Fishery fisheryIn)
Un pecherie, peut etre, si elle n'a pas d'engin, similaire à un
stock.
|
void |
setSamplingStrata(SamplingStrata samplingStrataIn)
Représente une ligne du plan d'échantillonnage.
|
void |
setSamplingStrata2FisheryPk(SamplingStrata2FisheryPK samplingStrata2FisheryPkIn)
Set the composite primary key identifier class
|
public SamplingStrata2Fishery()
public SamplingStrata2FisheryPK getSamplingStrata2FisheryPk()
public void setSamplingStrata2FisheryPk(SamplingStrata2FisheryPK samplingStrata2FisheryPkIn)
samplingStrata2FisheryPkIn
- public Fishery getFishery()
public void setFishery(Fishery fisheryIn)
fisheryIn
- Fisherypublic SamplingStrata getSamplingStrata()
public void setSamplingStrata(SamplingStrata samplingStrataIn)
samplingStrataIn
- SamplingStratapublic boolean equals(Object object)
true
if the argument reference and this
refer to the same object.public int hashCode()
public int compareTo(SamplingStrata2Fishery o)
compareTo
in interface Comparable<SamplingStrata2Fishery>
Comparable.compareTo(T)
Copyright © 2012–2014 IFREMER. All rights reserved.