|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Strategy
| Field Summary | |
|---|---|
static String |
COMMENT
|
static String |
INACTIVITY_EQUATION
|
static String |
INACTIVITY_EQUATION_USED
|
static String |
NAME
|
static String |
PROPORTION_SET_OF_VESSELS
|
static String |
SET_OF_VESSELS
|
static String |
STRATEGY_MONTH_INFO
|
| Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity |
|---|
TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION |
| Method Summary | |
|---|---|
void |
addAllStrategyMonthInfo(List<StrategyMonthInfo> strategyMonthInfo)
addAllStrategyMonthInfo : |
void |
addStrategyMonthInfo(StrategyMonthInfo strategyMonthInfo)
addStrategyMonthInfo : |
void |
clearStrategyMonthInfo()
clearStrategyMonthInfo : |
String |
getComment()
getComment : |
FisheryRegion |
getFisheryRegion()
getFisheryRegion : |
double |
getInactivityDays(Month month)
getInactivityDays : |
Equation |
getInactivityEquation()
getInactivityEquation : |
boolean |
getInactivityEquationUsed()
getInactivityEquationUsed : |
String |
getName()
getName : |
double |
getProportionSetOfVessels()
getProportionSetOfVessels : |
SetOfVessels |
getSetOfVessels()
getSetOfVessels : |
List<StrategyMonthInfo> |
getStrategyMonthInfo()
getStrategyMonthInfo : |
StrategyMonthInfo |
getStrategyMonthInfo(Month month)
getStrategyMonthInfo : |
StrategyMonthInfo |
getStrategyMonthInfoByTopiaId(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(String comment)
setComment : |
void |
setInactivityEquation(Equation inactivityEquation)
setInactivityEquation : |
void |
setInactivityEquationUsed(boolean inactivityEquationUsed)
setInactivityEquationUsed : |
void |
setName(String name)
setName : |
void |
setProportionSetOfVessels(double proportionSetOfVessels)
setProportionSetOfVessels : |
void |
setSetOfVessels(SetOfVessels setOfVessels)
setSetOfVessels : |
void |
setStrategyMonthInfo(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 String NAME
static final String PROPORTION_SET_OF_VESSELS
static final String COMMENT
static final String INACTIVITY_EQUATION_USED
static final String INACTIVITY_EQUATION
static final String SET_OF_VESSELS
static final String STRATEGY_MONTH_INFO
| Method Detail |
|---|
void setName(String name)
name - La valeur de l'attribut name à positionner.String getName()
void setProportionSetOfVessels(double proportionSetOfVessels)
proportionSetOfVessels - La valeur de l'attribut proportionSetOfVessels à positionner.double getProportionSetOfVessels()
void setComment(String comment)
comment - La valeur de l'attribut comment à positionner.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(List<StrategyMonthInfo> strategyMonthInfo)
strategyMonthInfo - Les instances de strategyMonthInfo à ajoutervoid setStrategyMonthInfo(List<StrategyMonthInfo> strategyMonthInfo)
strategyMonthInfo - La Collection de strategyMonthInfo à ajoutervoid removeStrategyMonthInfo(StrategyMonthInfo strategyMonthInfo)
strategyMonthInfo - Vide la Collection de strategyMonthInfovoid clearStrategyMonthInfo()
List<StrategyMonthInfo> getStrategyMonthInfo()
StrategyMonthInfo getStrategyMonthInfoByTopiaId(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 | |||||||||