fr.ifremer.isisfish.entities
Interface TargetSpecies

All Superinterfaces:
Serializable, org.nuiton.topia.persistence.TopiaEntity, org.nuiton.topia.persistence.TopiaEntityContextable
All Known Implementing Classes:
TargetSpeciesAbstract, TargetSpeciesImpl

public interface TargetSpecies
extends org.nuiton.topia.persistence.TopiaEntityContextable


Field Summary
static String PROPERTY_METIER_SEASON_INFO
           
static String PROPERTY_PRIMARY_CATCH
           
static String PROPERTY_SPECIES
           
static String PROPERTY_TARGET_FACTOR_EQUATION
           
 
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
 
Method Summary
 MetierSeasonInfo getMetierSeasonInfo()
           
 boolean getPrimaryCatch()
           
 Species getSpecies()
           
 double getTargetFactor(PopulationGroup group)
           
 Equation getTargetFactorEquation()
           
 boolean isPrimaryCatch()
           
 void setMetierSeasonInfo(MetierSeasonInfo metierSeasonInfo)
           
 void setPrimaryCatch(boolean primaryCatch)
           
 void setSpecies(Species species)
           
 void setTargetFactorEquation(Equation targetFactorEquation)
           
 
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
 

Field Detail

PROPERTY_TARGET_FACTOR_EQUATION

static final String PROPERTY_TARGET_FACTOR_EQUATION
See Also:
Constant Field Values

PROPERTY_PRIMARY_CATCH

static final String PROPERTY_PRIMARY_CATCH
See Also:
Constant Field Values

PROPERTY_SPECIES

static final String PROPERTY_SPECIES
See Also:
Constant Field Values

PROPERTY_METIER_SEASON_INFO

static final String PROPERTY_METIER_SEASON_INFO
See Also:
Constant Field Values
Method Detail

setTargetFactorEquation

void setTargetFactorEquation(Equation targetFactorEquation)

getTargetFactorEquation

Equation getTargetFactorEquation()

setPrimaryCatch

void setPrimaryCatch(boolean primaryCatch)

isPrimaryCatch

boolean isPrimaryCatch()

getPrimaryCatch

boolean getPrimaryCatch()

setSpecies

void setSpecies(Species species)

getSpecies

Species getSpecies()

setMetierSeasonInfo

void setMetierSeasonInfo(MetierSeasonInfo metierSeasonInfo)

getMetierSeasonInfo

MetierSeasonInfo getMetierSeasonInfo()

getTargetFactor

double getTargetFactor(PopulationGroup group)


Copyright © 1999-2012 CodeLutin. All Rights Reserved.