@Generated(value="org.nuiton.topia.generator.EntityTransformer", date="Mon Jun 16 12:41:24 CEST 2014") 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, writeVetoablesPROPERTY_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) |
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, setTopiaVersionclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetFisheryRegion, getProportionMetier, setProportionMetiergetTopiaContext, setTopiaContextaddPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersionprotected 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.TopiaEntityContextableorg.nuiton.topia.TopiaExceptionpublic void delete()
throws org.nuiton.topia.TopiaException
delete in interface org.nuiton.topia.persistence.TopiaEntityContextableorg.nuiton.topia.TopiaExceptionpublic void accept(org.nuiton.topia.persistence.EntityVisitor visitor)
throws org.nuiton.topia.TopiaException
accept in interface org.nuiton.topia.persistence.TopiaEntityorg.nuiton.topia.TopiaExceptionpublic void setMonth(Month month)
setMonth in interface StrategyMonthInfopublic Month getMonth()
getMonth in interface StrategyMonthInfopublic void setMinInactivityDays(double minInactivityDays)
setMinInactivityDays in interface StrategyMonthInfopublic double getMinInactivityDays()
getMinInactivityDays in interface StrategyMonthInfopublic void setNumberOfTrips(double numberOfTrips)
setNumberOfTrips in interface StrategyMonthInfopublic double getNumberOfTrips()
getNumberOfTrips in interface StrategyMonthInfopublic void setProportionMetier(org.nuiton.math.matrix.MatrixND proportionMetier)
setProportionMetier in interface StrategyMonthInfopublic org.nuiton.math.matrix.MatrixND getProportionMetier()
getProportionMetier in interface StrategyMonthInfopublic void setTripType(TripType tripType)
setTripType in interface StrategyMonthInfopublic TripType getTripType()
getTripType in interface StrategyMonthInfopublic void setStrategy(Strategy strategy)
setStrategy in interface StrategyMonthInfopublic Strategy getStrategy()
getStrategy in interface StrategyMonthInfopublic List<org.nuiton.topia.persistence.TopiaEntity> getAggregate() throws org.nuiton.topia.TopiaException
getAggregate in interface org.nuiton.topia.persistence.TopiaEntitygetAggregate in class org.nuiton.topia.persistence.TopiaEntityAbstractorg.nuiton.topia.TopiaExceptionpublic 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.TopiaExceptionCopyright © 1999–2014 CodeLutin. All rights reserved.