Package fr.ifremer.isisfish.entities
Interface MetierSeasonInfo
- All Superinterfaces:
Season
,Serializable
,org.nuiton.topia.persistence.TopiaEntity
,org.nuiton.topia.persistence.TopiaEntityContextable
- All Known Implementing Classes:
MetierSeasonInfoAbstract
,MetierSeasonInfoImpl
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
Fields inherited from interface fr.ifremer.isisfish.entities.Season
PROPERTY_FIRST_MONTH, PROPERTY_LAST_MONTH
Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity
AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION
Fields inherited from interface org.nuiton.topia.persistence.TopiaEntityContextable
TOPIA_CONTEXT
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addAllSpeciesTargetSpecies
(Collection<TargetSpecies> speciesTargetSpecies) void
addAllZone
(Collection<Zone> zone) void
addSpeciesTargetSpecies
(TargetSpecies speciesTargetSpecies) void
void
void
getCells()
getSpeciesTargetSpecies
(Species species) getSpeciesTargetSpeciesByTopiaId
(String topiaId) double
getTargetFactor
(PopulationGroup group) getZone()
getZoneByTopiaId
(String topiaId) boolean
boolean
void
removeSpeciesTargetSpecies
(TargetSpecies speciesTargetSpecies) void
removeZone
(Zone zone) void
setComment
(String comment) void
void
setSeasonZoneComment
(String seasonZoneComment) void
setSpeciesTargetSpecies
(Collection<TargetSpecies> speciesTargetSpecies) void
setZone
(Collection<Zone> zone) int
int
sizeZone()
Methods inherited from interface fr.ifremer.isisfish.entities.Season
containsMonth, getFirstMonth, getLastMonth, getMonths, setFirstMonth, setLastMonth, setMonths
Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity
accept, addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getAggregate, getComposite, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion
Methods inherited from interface org.nuiton.topia.persistence.TopiaEntityContextable
delete, getTopiaContext, setTopiaContext, update
-
Field Details
-
PROPERTY_SEASON_ZONE_COMMENT
- See Also:
-
PROPERTY_COMMENT
- See Also:
-
PROPERTY_SPECIES_TARGET_SPECIES
- See Also:
-
PROPERTY_METIER
- See Also:
-
PROPERTY_ZONE
- See Also:
-
-
Method Details
-
setSeasonZoneComment
-
getSeasonZoneComment
String getSeasonZoneComment() -
setComment
-
getComment
String getComment() -
addSpeciesTargetSpecies
-
addAllSpeciesTargetSpecies
-
setSpeciesTargetSpecies
-
removeSpeciesTargetSpecies
-
clearSpeciesTargetSpecies
void clearSpeciesTargetSpecies() -
getSpeciesTargetSpecies
Collection<TargetSpecies> getSpeciesTargetSpecies() -
getSpeciesTargetSpeciesByTopiaId
-
getSpeciesTargetSpecies
-
sizeSpeciesTargetSpecies
int sizeSpeciesTargetSpecies() -
isSpeciesTargetSpeciesEmpty
boolean isSpeciesTargetSpeciesEmpty() -
setMetier
-
getMetier
Metier getMetier() -
addZone
-
addAllZone
-
setZone
-
removeZone
-
clearZone
void clearZone() -
getZone
Collection<Zone> getZone() -
getZoneByTopiaId
-
sizeZone
int sizeZone() -
isZoneEmpty
boolean isZoneEmpty() -
getTargetFactor
-
getCells
-