public abstract class Fishery extends Object implements Serializable, Comparable<Fishery>
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 |
addCorpuses(Corpus elementToAdd)
Recueil de textes, de documents qui ont trait à une même matière.
|
boolean |
addFishery2Gears(Fishery2Gear elementToAdd) |
boolean |
addFishery2Groupings(Fishery2Grouping elementToAdd) |
boolean |
addFishery2Metiers(Fishery2Metier elementToAdd) |
boolean |
addFishery2TaxonGroups(Fishery2TaxonGroup elementToAdd) |
boolean |
addRegulationAreas(RegulationArea elementToAdd)
Zone de peche à laquelle la pecherie est rattachée
|
int |
compareTo(Fishery o) |
boolean |
equals(Object object)
Returns
true if the argument is an Fishery instance and all identifiers for this entity
equal the identifiers of the argument entity. |
String |
getComments() |
Collection<Corpus> |
getCorpuses()
Recueil de textes, de documents qui ont trait à une même matière.
|
String |
getDescription() |
Collection<Fishery2Gear> |
getFishery2Gears() |
Collection<Fishery2Grouping> |
getFishery2Groupings() |
Collection<Fishery2Metier> |
getFishery2Metiers() |
Collection<Fishery2TaxonGroup> |
getFishery2TaxonGroups() |
Integer |
getId()
Idenfiant interne.
|
String |
getLabel() |
String |
getName() |
Collection<RegulationArea> |
getRegulationAreas()
Zone de peche à laquelle la pecherie est rattachée
|
Timestamp |
getUpdateDate() |
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
boolean |
removeCorpuses(Corpus elementToRemove)
Recueil de textes, de documents qui ont trait à une même matière.
|
boolean |
removeFishery2Gears(Fishery2Gear elementToRemove) |
boolean |
removeFishery2Groupings(Fishery2Grouping elementToRemove) |
boolean |
removeFishery2Metiers(Fishery2Metier elementToRemove) |
boolean |
removeFishery2TaxonGroups(Fishery2TaxonGroup elementToRemove) |
boolean |
removeRegulationAreas(RegulationArea elementToRemove)
Zone de peche à laquelle la pecherie est rattachée
|
void |
setComments(String commentsIn) |
void |
setCorpuses(Collection<Corpus> corpusesIn)
Recueil de textes, de documents qui ont trait à une même matière.
|
void |
setDescription(String descriptionIn) |
void |
setFishery2Gears(Collection<Fishery2Gear> fishery2GearsIn) |
void |
setFishery2Groupings(Collection<Fishery2Grouping> fishery2GroupingsIn) |
void |
setFishery2Metiers(Collection<Fishery2Metier> fishery2MetiersIn) |
void |
setFishery2TaxonGroups(Collection<Fishery2TaxonGroup> fishery2TaxonGroupsIn) |
void |
setId(Integer idIn)
Idenfiant interne.
|
void |
setLabel(String labelIn) |
void |
setName(String nameIn) |
void |
setRegulationAreas(Collection<RegulationArea> regulationAreasIn)
Zone de peche à laquelle la pecherie est rattachée
|
void |
setUpdateDate(Timestamp updateDateIn) |
public Fishery()
public void setId(Integer idIn)
idIn
- Integerpublic String getDescription()
public void setDescription(String descriptionIn)
descriptionIn
- Stringpublic Timestamp getUpdateDate()
public void setUpdateDate(Timestamp updateDateIn)
updateDateIn
- Timestamppublic String getComments()
public void setComments(String commentsIn)
commentsIn
- Stringpublic Collection<Fishery2TaxonGroup> getFishery2TaxonGroups()
public void setFishery2TaxonGroups(Collection<Fishery2TaxonGroup> fishery2TaxonGroupsIn)
fishery2TaxonGroupsIn
- Collectionpublic boolean addFishery2TaxonGroups(Fishery2TaxonGroup elementToAdd)
elementToAdd
- Fishery2TaxonGrouppublic boolean removeFishery2TaxonGroups(Fishery2TaxonGroup elementToRemove)
elementToRemove
- Fishery2TaxonGrouppublic Collection<Fishery2Grouping> getFishery2Groupings()
public void setFishery2Groupings(Collection<Fishery2Grouping> fishery2GroupingsIn)
fishery2GroupingsIn
- Collectionpublic boolean addFishery2Groupings(Fishery2Grouping elementToAdd)
elementToAdd
- Fishery2Groupingpublic boolean removeFishery2Groupings(Fishery2Grouping elementToRemove)
elementToRemove
- Fishery2Groupingpublic Collection<Corpus> getCorpuses()
public void setCorpuses(Collection<Corpus> corpusesIn)
corpusesIn
- Collectionpublic boolean addCorpuses(Corpus elementToAdd)
elementToAdd
- Corpuspublic boolean removeCorpuses(Corpus elementToRemove)
elementToRemove
- Corpuspublic Collection<RegulationArea> getRegulationAreas()
public void setRegulationAreas(Collection<RegulationArea> regulationAreasIn)
regulationAreasIn
- Collectionpublic boolean addRegulationAreas(RegulationArea elementToAdd)
elementToAdd
- RegulationAreapublic boolean removeRegulationAreas(RegulationArea elementToRemove)
elementToRemove
- RegulationAreapublic Collection<Fishery2Gear> getFishery2Gears()
public void setFishery2Gears(Collection<Fishery2Gear> fishery2GearsIn)
fishery2GearsIn
- Collectionpublic boolean addFishery2Gears(Fishery2Gear elementToAdd)
elementToAdd
- Fishery2Gearpublic boolean removeFishery2Gears(Fishery2Gear elementToRemove)
elementToRemove
- Fishery2Gearpublic Collection<Fishery2Metier> getFishery2Metiers()
public void setFishery2Metiers(Collection<Fishery2Metier> fishery2MetiersIn)
fishery2MetiersIn
- Collectionpublic boolean addFishery2Metiers(Fishery2Metier elementToAdd)
elementToAdd
- Fishery2Metierpublic boolean removeFishery2Metiers(Fishery2Metier elementToRemove)
elementToRemove
- Fishery2Metierpublic boolean equals(Object object)
true
if the argument is an Fishery instance and all identifiers for this entity
equal the identifiers of the argument entity. Returns false
otherwise.public int hashCode()
public int compareTo(Fishery o)
compareTo
in interface Comparable<Fishery>
Comparable.compareTo(T)
Copyright © 2012–2014 IFREMER. All rights reserved.