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
public interface MetierSeasonInfo
- extends Season
| Fields inherited from interface org.nuiton.topia.persistence.TopiaEntityContextable |
TOPIA_CONTEXT |
| Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity |
AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION |
| Methods inherited from interface org.nuiton.topia.persistence.TopiaEntityContextable |
delete, getTopiaContext, setTopiaContext, update |
| 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 |
PROPERTY_SEASON_ZONE_COMMENT
static final String PROPERTY_SEASON_ZONE_COMMENT
- See Also:
- Constant Field Values
PROPERTY_COMMENT
static final String PROPERTY_COMMENT
- See Also:
- Constant Field Values
PROPERTY_SPECIES_TARGET_SPECIES
static final String PROPERTY_SPECIES_TARGET_SPECIES
- See Also:
- Constant Field Values
PROPERTY_METIER
static final String PROPERTY_METIER
- See Also:
- Constant Field Values
PROPERTY_ZONE
static final String PROPERTY_ZONE
- See Also:
- Constant Field Values
setSeasonZoneComment
void setSeasonZoneComment(String seasonZoneComment)
getSeasonZoneComment
String getSeasonZoneComment()
setComment
void setComment(String comment)
getComment
String getComment()
addSpeciesTargetSpecies
void addSpeciesTargetSpecies(TargetSpecies speciesTargetSpecies)
addAllSpeciesTargetSpecies
void addAllSpeciesTargetSpecies(Collection<TargetSpecies> speciesTargetSpecies)
setSpeciesTargetSpecies
void setSpeciesTargetSpecies(Collection<TargetSpecies> speciesTargetSpecies)
removeSpeciesTargetSpecies
void removeSpeciesTargetSpecies(TargetSpecies speciesTargetSpecies)
clearSpeciesTargetSpecies
void clearSpeciesTargetSpecies()
getSpeciesTargetSpecies
Collection<TargetSpecies> getSpeciesTargetSpecies()
getSpeciesTargetSpeciesByTopiaId
TargetSpecies getSpeciesTargetSpeciesByTopiaId(String topiaId)
getSpeciesTargetSpecies
TargetSpecies getSpeciesTargetSpecies(Species species)
sizeSpeciesTargetSpecies
int sizeSpeciesTargetSpecies()
isSpeciesTargetSpeciesEmpty
boolean isSpeciesTargetSpeciesEmpty()
setMetier
void setMetier(Metier metier)
getMetier
Metier getMetier()
addZone
void addZone(Zone zone)
addAllZone
void addAllZone(Collection<Zone> zone)
setZone
void setZone(Collection<Zone> zone)
removeZone
void removeZone(Zone zone)
clearZone
void clearZone()
getZone
Collection<Zone> getZone()
getZoneByTopiaId
Zone getZoneByTopiaId(String topiaId)
sizeZone
int sizeZone()
isZoneEmpty
boolean isZoneEmpty()
getTargetFactor
double getTargetFactor(PopulationGroup group)
getCells
List<Cell> getCells()
Copyright © 1999-2012 CodeLutin. All Rights Reserved.