|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuiton.topia.persistence.TopiaEntityAbstract
fr.ifremer.isisfish.entities.StrategyAbstract
public abstract class StrategyAbstract
| Field Summary | |
|---|---|
Equation |
inactivityEquation
|
boolean |
inactivityEquationUsed
|
SetOfVessels |
setOfVessels
|
List<StrategyMonthInfo> |
strategyMonthInfo
|
| Fields inherited from class org.nuiton.topia.persistence.TopiaEntityAbstract |
|---|
readListeners, readVetoables, topiaContext, topiaCreateDate, topiaId, topiaVersion, writeListeners, writeVetoables |
| Fields inherited from interface fr.ifremer.isisfish.entities.Strategy |
|---|
COMMENT, INACTIVITY_EQUATION, INACTIVITY_EQUATION_USED, NAME, PROPORTION_SET_OF_VESSELS, SET_OF_VESSELS, STRATEGY_MONTH_INFO |
| Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity |
|---|
TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION |
| Constructor Summary | |
|---|---|
StrategyAbstract()
|
|
| Method Summary | |
|---|---|
List<org.nuiton.topia.persistence.TopiaEntity> |
accept()
accept : |
void |
accept(org.nuiton.topia.persistence.EntityVisitor visitor)
accept : Envoi via les methodes du visitor l'ensemble des champs de l'entity avec leur nom, type et valeur. |
void |
addAllStrategyMonthInfo(List<StrategyMonthInfo> values)
addAllStrategyMonthInfo : |
void |
addStrategyMonthInfo(StrategyMonthInfo strategyMonthInfo)
addStrategyMonthInfo : |
void |
clearStrategyMonthInfo()
clearStrategyMonthInfo : |
void |
delete()
delete : |
String |
getComment()
getComment : |
List<org.nuiton.topia.persistence.TopiaEntity> |
getComposite()
getComposite : |
Equation |
getInactivityEquation()
getInactivityEquation : |
boolean |
getInactivityEquationUsed()
getInactivityEquationUsed : |
String |
getName()
getName : |
double |
getProportionSetOfVessels()
getProportionSetOfVessels : |
SetOfVessels |
getSetOfVessels()
getSetOfVessels : |
List<StrategyMonthInfo> |
getStrategyMonthInfo()
getStrategyMonthInfo : |
StrategyMonthInfo |
getStrategyMonthInfoByTopiaId(String topiaId)
getStrategyMonthInfoByTopiaId : |
boolean |
isStrategyMonthInfoEmpty()
isStrategyMonthInfoEmpty : |
void |
removeStrategyMonthInfo(StrategyMonthInfo value)
removeStrategyMonthInfo : |
void |
setComment(String value)
setComment : |
void |
setInactivityEquation(Equation value)
setInactivityEquation : |
void |
setInactivityEquationUsed(boolean value)
setInactivityEquationUsed : |
void |
setName(String value)
setName : |
void |
setProportionSetOfVessels(double value)
setProportionSetOfVessels : |
void |
setSetOfVessels(SetOfVessels value)
setSetOfVessels : |
void |
setStrategyMonthInfo(List<StrategyMonthInfo> values)
setStrategyMonthInfo : |
int |
sizeStrategyMonthInfo()
sizeStrategyMonthInfo : |
String |
toString()
toString : |
void |
update()
update : |
| Methods inherited from class org.nuiton.topia.persistence.TopiaEntityAbstract |
|---|
addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, equals, fireOnPostRead, fireOnPostRead, fireOnPostWrite, fireOnPostWrite, fireOnPreRead, fireOnPreWrite, getAggregate, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, hashCode, postCreate, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaContext, setTopiaCreateDate, setTopiaId, setTopiaVersion |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface fr.ifremer.isisfish.entities.Strategy |
|---|
getFisheryRegion, getInactivityDays, getStrategyMonthInfo |
| Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity |
|---|
addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getAggregate, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, postCreate, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion |
| Field Detail |
|---|
public boolean inactivityEquationUsed
public Equation inactivityEquation
public SetOfVessels setOfVessels
public List<StrategyMonthInfo> strategyMonthInfo
| Constructor Detail |
|---|
public StrategyAbstract()
| Method Detail |
|---|
public void update()
throws org.nuiton.topia.TopiaException
update in interface org.nuiton.topia.persistence.TopiaEntityupdate in class org.nuiton.topia.persistence.TopiaEntityAbstractorg.nuiton.topia.TopiaException
public void delete()
throws org.nuiton.topia.TopiaException
delete in interface org.nuiton.topia.persistence.TopiaEntitydelete in class org.nuiton.topia.persistence.TopiaEntityAbstractorg.nuiton.topia.TopiaException
public void accept(org.nuiton.topia.persistence.EntityVisitor visitor)
throws org.nuiton.topia.TopiaException
accept in interface org.nuiton.topia.persistence.TopiaEntityvisitor - le visiteur de l'entite.
org.nuiton.topia.TopiaException
public List<org.nuiton.topia.persistence.TopiaEntity> accept()
throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException
public List<org.nuiton.topia.persistence.TopiaEntity> getComposite()
throws org.nuiton.topia.TopiaException
getComposite in interface org.nuiton.topia.persistence.TopiaEntitygetComposite in class org.nuiton.topia.persistence.TopiaEntityAbstractorg.nuiton.topia.TopiaExceptionpublic void setName(String value)
setName in interface Strategyvalue - public String getName()
getName in interface Strategypublic void setProportionSetOfVessels(double value)
setProportionSetOfVessels in interface Strategyvalue - public double getProportionSetOfVessels()
getProportionSetOfVessels in interface Strategypublic void setComment(String value)
setComment in interface Strategyvalue - public String getComment()
getComment in interface Strategypublic void setInactivityEquationUsed(boolean value)
setInactivityEquationUsed in interface Strategyvalue - public boolean getInactivityEquationUsed()
getInactivityEquationUsed in interface Strategypublic void setInactivityEquation(Equation value)
setInactivityEquation in interface Strategyvalue - public Equation getInactivityEquation()
getInactivityEquation in interface Strategypublic void setSetOfVessels(SetOfVessels value)
setSetOfVessels in interface Strategyvalue - public SetOfVessels getSetOfVessels()
getSetOfVessels in interface Strategypublic void addStrategyMonthInfo(StrategyMonthInfo strategyMonthInfo)
addStrategyMonthInfo in interface StrategystrategyMonthInfo - public void addAllStrategyMonthInfo(List<StrategyMonthInfo> values)
addAllStrategyMonthInfo in interface Strategyvalues - public StrategyMonthInfo getStrategyMonthInfoByTopiaId(String topiaId)
getStrategyMonthInfoByTopiaId in interface StrategytopiaId -
public void setStrategyMonthInfo(List<StrategyMonthInfo> values)
setStrategyMonthInfo in interface Strategyvalues - public void removeStrategyMonthInfo(StrategyMonthInfo value)
removeStrategyMonthInfo in interface Strategyvalue - public void clearStrategyMonthInfo()
clearStrategyMonthInfo in interface Strategypublic List<StrategyMonthInfo> getStrategyMonthInfo()
getStrategyMonthInfo in interface Strategypublic int sizeStrategyMonthInfo()
sizeStrategyMonthInfo in interface Strategypublic boolean isStrategyMonthInfoEmpty()
isStrategyMonthInfoEmpty in interface Strategypublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||