public abstract class Corpus extends Object implements Serializable
Recueil de textes, de documents qui ont trait à une même matière.
Ex :
* Corpus 1 : réglemente/défini la peche sur des espèces données, sur une zone particulière, mais sans définir de droit de produire.
* UGS : Unité de Gestion Statistique. Sert à définir les "stocks réglementaires annuels" liés aux quotas.
* zone d'effort
| Modifier and Type | Class and Description |
|---|---|
static class |
Corpus.Factory
Constructs new instances of
Corpus. |
| Constructor and Description |
|---|
Corpus() |
| 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. |
CorpusType |
getCorpusType() |
String |
getDescription() |
Date |
getEndDate()
Fin de validité du recueil de texte (optionnel).
|
Collection<Fishery> |
getFisheries() |
Integer |
getId()
Idenfiant interne.
|
Collection<MinimumSizeAllowed> |
getMinimumSizeAlloweds() |
String |
getName()
Libellé du recueil de texte.
|
RightToProduce |
getRightToProduce() |
Date |
getStartDate()
Début de période de validité du recueil de texte.
|
Timestamp |
getUpdateDate() |
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setCorpusType(CorpusType corpusType) |
void |
setDescription(String description) |
void |
setEndDate(Date endDate) |
void |
setFisheries(Collection<Fishery> fisheries) |
void |
setId(Integer id) |
void |
setMinimumSizeAlloweds(Collection<MinimumSizeAllowed> minimumSizeAlloweds) |
void |
setName(String name) |
void |
setRightToProduce(RightToProduce rightToProduce) |
void |
setStartDate(Date startDate) |
void |
setUpdateDate(Timestamp updateDate) |
public Integer getId()
Idenfiant interne. Généré par le système.
public void setId(Integer id)
public String getName()
Libellé du recueil de texte.
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public Date getStartDate()
Début de période de validité du recueil de texte.
public void setStartDate(Date startDate)
public Date getEndDate()
Fin de validité du recueil de texte (optionnel).
Si vide signifie "en cours de validité"
public void setEndDate(Date endDate)
public Timestamp getUpdateDate()
public void setUpdateDate(Timestamp updateDate)
public CorpusType getCorpusType()
public void setCorpusType(CorpusType corpusType)
public RightToProduce getRightToProduce()
public void setRightToProduce(RightToProduce rightToProduce)
public Collection<MinimumSizeAllowed> getMinimumSizeAlloweds()
public void setMinimumSizeAlloweds(Collection<MinimumSizeAllowed> minimumSizeAlloweds)
public Collection<Fishery> getFisheries()
public void setFisheries(Collection<Fishery> fisheries)
public boolean equals(Object object)
true if the argument reference and this
refer to the same object.Copyright © 2013. All Rights Reserved.