@Generated(value="org.nuiton.topia.generator.EntityTransformer", date="Fri May 15 12:44:58 UTC 2020") public abstract class StrategyMonthInfoAbstract extends org.nuiton.topia.persistence.TopiaEntityAbstract implements StrategyMonthInfo
Modifier and Type | Field and Description |
---|---|
protected double |
minInactivityDays
Nom de l'attribut en BD : minInactivityDays
|
protected Month |
month
Nom de l'attribut en BD : month
|
protected double |
numberOfTrips
Nombre de Trip par mois.
|
protected org.nuiton.math.matrix.MatrixND |
proportionMetier
Nom de l'attribut en BD : proportionMetier
|
protected Strategy |
strategy
Nom de l'attribut en BD : strategy
|
protected TripType |
tripType
Nom de l'attribut en BD : tripType
|
readListeners, readVetoables, topiaContext, topiaCreateDate, topiaId, topiaVersion, writeListeners, writeVetoables
PROPERTY_MIN_INACTIVITY_DAYS, PROPERTY_MONTH, PROPERTY_NUMBER_OF_TRIPS, PROPERTY_PROPORTION_METIER, PROPERTY_STRATEGY, PROPERTY_TRIP_TYPE
Constructor and Description |
---|
StrategyMonthInfoAbstract() |
Modifier and Type | Method and Description |
---|---|
void |
accept(org.nuiton.topia.persistence.EntityVisitor visitor) |
protected void |
accept0(org.nuiton.topia.persistence.EntityVisitor visitor) |
void |
delete() |
List<org.nuiton.topia.persistence.TopiaEntity> |
getAggregate() |
List<org.nuiton.topia.persistence.TopiaEntity> |
getComposite() |
double |
getMinInactivityDays() |
Month |
getMonth() |
double |
getNumberOfTrips() |
org.nuiton.math.matrix.MatrixND |
getProportionMetier() |
Strategy |
getStrategy() |
TripType |
getTripType() |
void |
setMinInactivityDays(double minInactivityDays) |
void |
setMonth(Month month) |
void |
setNumberOfTrips(double numberOfTrips) |
void |
setProportionMetier(org.nuiton.math.matrix.MatrixND proportionMetier) |
void |
setStrategy(Strategy strategy) |
void |
setTripType(TripType tripType) |
String |
toString() |
void |
update() |
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, getMetierWithProportion, getProportionMetier, 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 Month month
protected double minInactivityDays
protected double numberOfTrips
Nombre de Trip par mois. Le nombre de jour d'inactivite et le nombre la duree d'un trip doivent être cohérent pour le mois
Nom de l'attribut en BD : numberOfTripsprotected org.nuiton.math.matrix.MatrixND proportionMetier
protected TripType tripType
protected Strategy strategy
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 setMonth(Month month)
setMonth
in interface StrategyMonthInfo
public Month getMonth()
getMonth
in interface StrategyMonthInfo
public void setMinInactivityDays(double minInactivityDays)
setMinInactivityDays
in interface StrategyMonthInfo
public double getMinInactivityDays()
getMinInactivityDays
in interface StrategyMonthInfo
public void setNumberOfTrips(double numberOfTrips)
setNumberOfTrips
in interface StrategyMonthInfo
public double getNumberOfTrips()
getNumberOfTrips
in interface StrategyMonthInfo
public void setProportionMetier(org.nuiton.math.matrix.MatrixND proportionMetier)
setProportionMetier
in interface StrategyMonthInfo
public org.nuiton.math.matrix.MatrixND getProportionMetier()
getProportionMetier
in interface StrategyMonthInfo
public void setTripType(TripType tripType)
setTripType
in interface StrategyMonthInfo
public TripType getTripType()
getTripType
in interface StrategyMonthInfo
public void setStrategy(Strategy strategy)
setStrategy
in interface StrategyMonthInfo
public Strategy getStrategy()
getStrategy
in interface StrategyMonthInfo
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.