|
||||||||||
| 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.StrategyMonthInfoAbstract
public abstract class StrategyMonthInfoAbstract
| Field Summary | |
|---|---|
protected double |
minInactivityDays
|
protected Month |
month
|
protected double |
numberOfTrips
Nombre de Trip par mois. |
protected org.nuiton.math.matrix.MatrixND |
proportionMetier
|
protected Strategy |
strategy
|
protected TripType |
tripType
|
| 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.StrategyMonthInfo |
|---|
MIN_INACTIVITY_DAYS, MONTH, NUMBER_OF_TRIPS, PROPORTION_METIER, STRATEGY, TRIP_TYPE |
| Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity |
|---|
TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION |
| Constructor Summary | |
|---|---|
StrategyMonthInfoAbstract()
|
|
| 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 |
delete()
delete : |
List<org.nuiton.topia.persistence.TopiaEntity> |
getComposite()
getComposite : |
double |
getMinInactivityDays()
getMinInactivityDays : |
Month |
getMonth()
getMonth : |
double |
getNumberOfTrips()
getNumberOfTrips : |
org.nuiton.math.matrix.MatrixND |
getProportionMetier()
getProportionMetier : |
Strategy |
getStrategy()
getStrategy : |
TripType |
getTripType()
getTripType : |
void |
setMinInactivityDays(double value)
setMinInactivityDays : |
void |
setMonth(Month value)
setMonth : |
void |
setNumberOfTrips(double value)
setNumberOfTrips : |
void |
setProportionMetier(org.nuiton.math.matrix.MatrixND value)
setProportionMetier : |
void |
setStrategy(Strategy value)
setStrategy : |
void |
setTripType(TripType value)
setTripType : |
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, getReadPropertyChangeSupport, getReadVetoableChangeSupport, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, getWritePropertyChangeSupport, getWriteVetoableChangeSupport, 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.StrategyMonthInfo |
|---|
getFisheryRegion, getProportionMetier, setProportionMetier |
| 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 |
|---|
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
protected org.nuiton.math.matrix.MatrixND proportionMetier
protected TripType tripType
protected Strategy strategy
| Constructor Detail |
|---|
public StrategyMonthInfoAbstract()
| 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 setMonth(Month value)
setMonth in interface StrategyMonthInfovalue - public Month getMonth()
getMonth in interface StrategyMonthInfopublic void setMinInactivityDays(double value)
setMinInactivityDays in interface StrategyMonthInfovalue - public double getMinInactivityDays()
getMinInactivityDays in interface StrategyMonthInfopublic void setNumberOfTrips(double value)
setNumberOfTrips in interface StrategyMonthInfovalue - public double getNumberOfTrips()
getNumberOfTrips in interface StrategyMonthInfopublic void setProportionMetier(org.nuiton.math.matrix.MatrixND value)
setProportionMetier in interface StrategyMonthInfovalue - public org.nuiton.math.matrix.MatrixND getProportionMetier()
getProportionMetier in interface StrategyMonthInfopublic void setTripType(TripType value)
setTripType in interface StrategyMonthInfovalue - public TripType getTripType()
getTripType in interface StrategyMonthInfopublic void setStrategy(Strategy value)
setStrategy in interface StrategyMonthInfovalue - public Strategy getStrategy()
getStrategy in interface StrategyMonthInfopublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||