public abstract class Fishery extends Object implements Serializable
Un pecherie, peut etre, si elle n'a pas d'engin, similaire
à un stock.
Définition
:
A unit determined by an authority or other entity that
isengaged
in raising and/or harvesting fish. Typically, the unit is defined in terms
of some or all of the following: people involved, species or type of fish,
area of water or seabed, method of fishing, class of boats and purpose of
the activities.
Fletcher, W.J., Chesson,
J. Fisher,
M., Sainsbury K.J., Hundloe, T. Smith A.D.M., and B. Whitworth (2002):
National ESD reporting framework for Australian fisheries: The "How To"
guide for wild capture fisheries. FRDC Project 2000/145. Canberra,
Australia
| Modifier and Type | Class and Description |
|---|---|
static class |
Fishery.Factory
Constructs new instances of
Fishery. |
| Constructor and Description |
|---|
Fishery() |
| Modifier and Type | Method and Description |
|---|---|
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. |
Collection<Corpus> |
getCorpus() |
Gear |
getGear() |
Integer |
getId()
Idenfiant interne.
|
String |
getName() |
RegulationArea |
getRegulationArea()
Zone de peche à laquelle la pecherie est rattachée
|
TaxonGroup |
getTaxonGroup() |
Timestamp |
getUpdateDate() |
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setCorpus(Collection<Corpus> corpus) |
void |
setGear(Gear gear) |
void |
setId(Integer id) |
void |
setName(String name) |
void |
setRegulationArea(RegulationArea regulationArea) |
void |
setTaxonGroup(TaxonGroup taxonGroup) |
void |
setUpdateDate(Timestamp updateDate) |
public Integer getId()
Idenfiant interne. Généré par le système.
public void setId(Integer id)
public String getName()
public void setName(String name)
public Timestamp getUpdateDate()
public void setUpdateDate(Timestamp updateDate)
public RegulationArea getRegulationArea()
Zone de peche à laquelle la pecherie est rattachée
public void setRegulationArea(RegulationArea regulationArea)
public Collection<Corpus> getCorpus()
public void setCorpus(Collection<Corpus> corpus)
public Gear getGear()
public void setGear(Gear gear)
public TaxonGroup getTaxonGroup()
public void setTaxonGroup(TaxonGroup taxonGroup)
public boolean equals(Object object)
true if the argument reference and this
refer to the same object.Copyright © 2013. All Rights Reserved.