@Generated(value="org.nuiton.topia.generator.EntityTransformer", date="Fri May 15 12:44:59 UTC 2020") public abstract class StrategyAbstract extends org.nuiton.topia.persistence.TopiaEntityAbstract implements Strategy
Modifier and Type | Field and Description |
---|---|
protected String |
comment
Nom de l'attribut en BD : comment
|
protected Equation |
inactivityEquation
Nom de l'attribut en BD : inactivityEquation
|
protected boolean |
inactivityEquationUsed
Nom de l'attribut en BD : inactivityEquationUsed
|
protected String |
name
Nom de l'attribut en BD : name
|
protected double |
proportionSetOfVessels
Nom de l'attribut en BD : proportionSetOfVessels
|
protected SetOfVessels |
setOfVessels
Nom de l'attribut en BD : setOfVessels
|
protected List<StrategyMonthInfo> |
strategyMonthInfo
Nom de l'attribut en BD : strategyMonthInfo
|
readListeners, readVetoables, topiaContext, topiaCreateDate, topiaId, topiaVersion, writeListeners, writeVetoables
PROPERTY_COMMENT, PROPERTY_INACTIVITY_EQUATION, PROPERTY_INACTIVITY_EQUATION_USED, PROPERTY_NAME, PROPERTY_PROPORTION_SET_OF_VESSELS, PROPERTY_SET_OF_VESSELS, PROPERTY_STRATEGY_MONTH_INFO
Constructor and Description |
---|
StrategyAbstract() |
addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, equals, fireOnPostRead, fireOnPostRead, fireOnPostWrite, fireOnPostWrite, fireOnPreRead, fireOnPreWrite, getReadPropertyChangeSupport, getReadVetoableChangeSupport, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, getWritePropertyChangeSupport, getWriteVetoableChangeSupport, hashCode, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaContext, setTopiaCreateDate, setTopiaId, setTopiaVersion
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getFisheryRegion, getInactivityDays, getProportionMetier, getStrategyMonthInfo, setProportionMetier
getTopiaContext, setTopiaContext
addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion
protected String name
protected double proportionSetOfVessels
protected String comment
protected boolean inactivityEquationUsed
protected Equation inactivityEquation
protected SetOfVessels setOfVessels
protected List<StrategyMonthInfo> strategyMonthInfo
public void update() throws org.nuiton.topia.TopiaException
update
in interface org.nuiton.topia.persistence.TopiaEntityContextable
org.nuiton.topia.TopiaException
public void delete() throws org.nuiton.topia.TopiaException
delete
in interface org.nuiton.topia.persistence.TopiaEntityContextable
org.nuiton.topia.TopiaException
public void accept(org.nuiton.topia.persistence.EntityVisitor visitor) throws org.nuiton.topia.TopiaException
accept
in interface org.nuiton.topia.persistence.TopiaEntity
org.nuiton.topia.TopiaException
protected void accept0(org.nuiton.topia.persistence.EntityVisitor visitor) throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException
public void setProportionSetOfVessels(double proportionSetOfVessels)
setProportionSetOfVessels
in interface Strategy
public double getProportionSetOfVessels()
getProportionSetOfVessels
in interface Strategy
public void setComment(String comment)
setComment
in interface Strategy
public String getComment()
getComment
in interface Strategy
public void setInactivityEquationUsed(boolean inactivityEquationUsed)
setInactivityEquationUsed
in interface Strategy
public boolean isInactivityEquationUsed()
isInactivityEquationUsed
in interface Strategy
public boolean getInactivityEquationUsed()
getInactivityEquationUsed
in interface Strategy
public void setInactivityEquation(Equation inactivityEquation)
setInactivityEquation
in interface Strategy
public Equation getInactivityEquation()
getInactivityEquation
in interface Strategy
public void setSetOfVessels(SetOfVessels setOfVessels)
setSetOfVessels
in interface Strategy
public SetOfVessels getSetOfVessels()
getSetOfVessels
in interface Strategy
public void addStrategyMonthInfo(StrategyMonthInfo strategyMonthInfo)
addStrategyMonthInfo
in interface Strategy
public void addAllStrategyMonthInfo(List<StrategyMonthInfo> strategyMonthInfo)
addAllStrategyMonthInfo
in interface Strategy
public void setStrategyMonthInfo(List<StrategyMonthInfo> strategyMonthInfo)
setStrategyMonthInfo
in interface Strategy
public void removeStrategyMonthInfo(StrategyMonthInfo strategyMonthInfo)
removeStrategyMonthInfo
in interface Strategy
public void clearStrategyMonthInfo()
clearStrategyMonthInfo
in interface Strategy
public List<StrategyMonthInfo> getStrategyMonthInfo()
getStrategyMonthInfo
in interface Strategy
public StrategyMonthInfo getStrategyMonthInfoByTopiaId(String topiaId)
getStrategyMonthInfoByTopiaId
in interface Strategy
public int sizeStrategyMonthInfo()
sizeStrategyMonthInfo
in interface Strategy
public boolean isStrategyMonthInfoEmpty()
isStrategyMonthInfoEmpty
in interface Strategy
public List<org.nuiton.topia.persistence.TopiaEntity> getAggregate() throws org.nuiton.topia.TopiaException
getAggregate
in interface org.nuiton.topia.persistence.TopiaEntity
getAggregate
in class org.nuiton.topia.persistence.TopiaEntityAbstract
org.nuiton.topia.TopiaException
public List<org.nuiton.topia.persistence.TopiaEntity> getComposite() throws org.nuiton.topia.TopiaException
getComposite
in interface org.nuiton.topia.persistence.TopiaEntity
getComposite
in class org.nuiton.topia.persistence.TopiaEntityAbstract
org.nuiton.topia.TopiaException
Copyright © 1999–2020 CodeLutin. All rights reserved.