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
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from interface fr.ifremer.isisfish.entities.Season
PROPERTY_FIRST_MONTH, PROPERTY_LAST_MONTHFields inherited from interface org.nuiton.topia.persistence.TopiaEntity
AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSIONFields inherited from interface org.nuiton.topia.persistence.TopiaEntityContextable
TOPIA_CONTEXT -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAllSpeciesTargetSpecies(Collection<TargetSpecies> speciesTargetSpecies) voidaddAllZone(Collection<Zone> zone) voidaddSpeciesTargetSpecies(TargetSpecies speciesTargetSpecies) voidvoidvoidgetCells()getSpeciesTargetSpecies(Species species) getSpeciesTargetSpeciesByTopiaId(String topiaId) doublegetTargetFactor(PopulationGroup group) getZone()getZoneByTopiaId(String topiaId) booleanbooleanvoidremoveSpeciesTargetSpecies(TargetSpecies speciesTargetSpecies) voidremoveZone(Zone zone) voidsetComment(String comment) voidvoidsetSeasonZoneComment(String seasonZoneComment) voidsetSpeciesTargetSpecies(Collection<TargetSpecies> speciesTargetSpecies) voidsetZone(Collection<Zone> zone) intintsizeZone()Methods inherited from interface fr.ifremer.isisfish.entities.Season
containsMonth, getFirstMonth, getLastMonth, getMonths, setFirstMonth, setLastMonth, setMonthsMethods 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, setTopiaVersionMethods 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
-