Package | Description |
---|---|
fr.ifremer.adagio.core.dao.referential.gear | |
fr.ifremer.adagio.core.dao.referential.regulation |
Modifier and Type | Class and Description |
---|---|
class |
FishingGear
Permet de définir des attibuts spécifiques tels que :
actif/passif
trainant/dormant
|
class |
FishingGearImpl |
Modifier and Type | Method and Description |
---|---|
GearImpl |
GearAssociationPK.getFromGear() |
GearImpl |
GearAssociationPK.getToGear() |
Modifier and Type | Method and Description |
---|---|
void |
GearAssociationPK.setFromGear(GearImpl fromGear) |
void |
GearAssociationPK.setToGear(GearImpl toGear) |
Constructor and Description |
---|
GearAssociationPK(GearImpl toGear,
GearImpl fromGear) |
Modifier and Type | Method and Description |
---|---|
GearImpl |
Fishery2GearPK.getGear() |
Modifier and Type | Method and Description |
---|---|
void |
Fishery2GearPK.setGear(GearImpl gear) |
Constructor and Description |
---|
Fishery2GearPK(FisheryImpl fishery,
GearImpl gear) |
Copyright © 2012–2014 IFREMER. All rights reserved.