|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Strategy
| Field Summary | |
|---|---|
static java.lang.String |
COMMENT
|
static java.lang.String |
INACTIVITY_EQUATION
|
static java.lang.String |
INACTIVITY_EQUATION_USED
|
static java.lang.String |
NAME
|
static java.lang.String |
PROPORTION_SET_OF_VESSELS
|
static java.lang.String |
SET_OF_VESSELS
|
static java.lang.String |
STRATEGY_MONTH_INFO
|
| Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity |
|---|
TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION |
| Method Summary | |
|---|---|
void |
addAllStrategyMonthInfo(java.util.List<StrategyMonthInfo> strategyMonthInfo)
addAllStrategyMonthInfo : |
void |
addStrategyMonthInfo(StrategyMonthInfo strategyMonthInfo)
addStrategyMonthInfo : |
void |
clearStrategyMonthInfo()
clearStrategyMonthInfo : |
java.lang.String |
getComment()
getComment : |
FisheryRegion |
getFisheryRegion()
getFisheryRegion : |
double |
getInactivityDays(Month month)
getInactivityDays : |
Equation |
getInactivityEquation()
getInactivityEquation : |
boolean |
getInactivityEquationUsed()
getInactivityEquationUsed : |
java.lang.String |
getName()
getName : |
double |
getProportionSetOfVessels()
getProportionSetOfVessels : |
SetOfVessels |
getSetOfVessels()
getSetOfVessels : |
java.util.List<StrategyMonthInfo> |
getStrategyMonthInfo()
getStrategyMonthInfo : |
StrategyMonthInfo |
getStrategyMonthInfo(Month month)
getStrategyMonthInfo : |
StrategyMonthInfo |
getStrategyMonthInfoByTopiaId(java.lang.String topiaId)
getStrategyMonthInfoByTopiaId : Recupère l'attribut strategyMonthInfo à partir de son topiaId |
boolean |
isStrategyMonthInfoEmpty()
isStrategyMonthInfoEmpty : Retourne true si la collection strategyMonthInfo est vide. |
void |
removeStrategyMonthInfo(StrategyMonthInfo strategyMonthInfo)
removeStrategyMonthInfo : |
void |
setComment(java.lang.String comment)
setComment : |
void |
setInactivityEquation(Equation inactivityEquation)
setInactivityEquation : |
void |
setInactivityEquationUsed(boolean inactivityEquationUsed)
setInactivityEquationUsed : |
void |
setName(java.lang.String name)
setName : |
void |
setProportionSetOfVessels(double proportionSetOfVessels)
setProportionSetOfVessels : |
void |
setSetOfVessels(SetOfVessels setOfVessels)
setSetOfVessels : |
void |
setStrategyMonthInfo(java.util.List<StrategyMonthInfo> strategyMonthInfo)
setStrategyMonthInfo : |
int |
sizeStrategyMonthInfo()
sizeStrategyMonthInfo : Retourne le nombre d'éléments de la collection strategyMonthInfo |
| Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity |
|---|
accept, addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, delete, getAggregate, getComposite, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, postCreate, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion, update |
| Field Detail |
|---|
static final java.lang.String NAME
static final java.lang.String PROPORTION_SET_OF_VESSELS
static final java.lang.String COMMENT
static final java.lang.String INACTIVITY_EQUATION_USED
static final java.lang.String INACTIVITY_EQUATION
static final java.lang.String SET_OF_VESSELS
static final java.lang.String STRATEGY_MONTH_INFO
| Method Detail |
|---|
void setName(java.lang.String name)
name - La valeur de l'attribut name à positionner.java.lang.String getName()
void setProportionSetOfVessels(double proportionSetOfVessels)
proportionSetOfVessels - La valeur de l'attribut proportionSetOfVessels à positionner.double getProportionSetOfVessels()
void setComment(java.lang.String comment)
comment - La valeur de l'attribut comment à positionner.java.lang.String getComment()
void setInactivityEquationUsed(boolean inactivityEquationUsed)
inactivityEquationUsed - La valeur de l'attribut inactivityEquationUsed à positionner.boolean getInactivityEquationUsed()
void setInactivityEquation(Equation inactivityEquation)
inactivityEquation - La valeur de l'attribut inactivityEquation à positionner.Equation getInactivityEquation()
void setSetOfVessels(SetOfVessels setOfVessels)
setOfVessels - La valeur de l'attribut setOfVessels à positionner.SetOfVessels getSetOfVessels()
void addStrategyMonthInfo(StrategyMonthInfo strategyMonthInfo)
strategyMonthInfo - L'instance de strategyMonthInfo à ajoutervoid addAllStrategyMonthInfo(java.util.List<StrategyMonthInfo> strategyMonthInfo)
strategyMonthInfo - Les instances de strategyMonthInfo à ajoutervoid setStrategyMonthInfo(java.util.List<StrategyMonthInfo> strategyMonthInfo)
strategyMonthInfo - La Collection de strategyMonthInfo à ajoutervoid removeStrategyMonthInfo(StrategyMonthInfo strategyMonthInfo)
strategyMonthInfo - Vide la Collection de strategyMonthInfovoid clearStrategyMonthInfo()
java.util.List<StrategyMonthInfo> getStrategyMonthInfo()
StrategyMonthInfo getStrategyMonthInfoByTopiaId(java.lang.String topiaId)
topiaId - le topia id de l'entité recherchée
int sizeStrategyMonthInfo()
boolean isStrategyMonthInfoEmpty()
true si la collection strategyMonthInfo est vide.
FisheryRegion getFisheryRegion()
StrategyMonthInfo getStrategyMonthInfo(Month month)
month -
double getInactivityDays(Month month)
month -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||