public abstract class Fishery2Grouping extends Object implements Serializable, Comparable<Fishery2Grouping>
Modifier and Type | Class and Description |
---|---|
static class |
Fishery2Grouping.Factory
Constructs new instances of
Fishery2Grouping . |
Constructor and Description |
---|
Fishery2Grouping() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Fishery2Grouping 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.
|
Fishery2GroupingPK |
getFishery2GroupingPk()
Get the composite primary key identifier class
|
Grouping |
getGrouping()
Un regroupement représente un groupement d'entités (du référentiel ou
bien de navires), correspondant à un niveau de regroupement donné (GroupingLevel).
|
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 |
setFishery2GroupingPk(Fishery2GroupingPK fishery2GroupingPkIn)
Set the composite primary key identifier class
|
void |
setGrouping(Grouping groupingIn)
Un regroupement représente un groupement d'entités (du référentiel ou
bien de navires), correspondant à un niveau de regroupement donné (GroupingLevel).
|
public Fishery2Grouping()
public Fishery2GroupingPK getFishery2GroupingPk()
public void setFishery2GroupingPk(Fishery2GroupingPK fishery2GroupingPkIn)
fishery2GroupingPkIn
- public Grouping getGrouping()
Un regroupement représente un groupement d'entités (du référentiel ou bien de navires), correspondant à un niveau de regroupement donné (GroupingLevel).
Un regroupement peut faire référence à une ou plusieurs entités du référentiel (GroupingItem). Généralement, surtout les regroupements de plus bas niveau sont liés à des entités du référentiel (plus facile à maintenir), puis une table technique remplie toutes les associations possible avec les ancêtres (cf GroupingItemHierarchy).
Un regroupement peut avoir un regroupement parent.
public void setGrouping(Grouping groupingIn)
Un regroupement représente un groupement d'entités (du référentiel ou bien de navires), correspondant à un niveau de regroupement donné (GroupingLevel).
Un regroupement peut faire référence à une ou plusieurs entités du référentiel (GroupingItem). Généralement, surtout les regroupements de plus bas niveau sont liés à des entités du référentiel (plus facile à maintenir), puis une table technique remplie toutes les associations possible avec les ancêtres (cf GroupingItemHierarchy).
Un regroupement peut avoir un regroupement parent.
groupingIn
- Groupingpublic Fishery getFishery()
public void setFishery(Fishery fisheryIn)
fisheryIn
- Fisherypublic boolean equals(Object object)
true
if the argument reference and this
refer to the same object.public int hashCode()
public int compareTo(Fishery2Grouping o)
compareTo
in interface Comparable<Fishery2Grouping>
Comparable.compareTo(T)
Copyright © 2012–2014 IFREMER. All rights reserved.