fr.ifremer.isisfish.entities
Interface StrategyMonthInfo
- All Superinterfaces:
- Serializable, org.nuiton.topia.persistence.TopiaEntity, org.nuiton.topia.persistence.TopiaEntityContextable
- All Known Implementing Classes:
- StrategyMonthInfoAbstract, StrategyMonthInfoImpl
public interface StrategyMonthInfo
- extends org.nuiton.topia.persistence.TopiaEntityContextable
| Fields inherited from interface org.nuiton.topia.persistence.TopiaEntityContextable |
TOPIA_CONTEXT |
| Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity |
AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION |
| Methods inherited from interface org.nuiton.topia.persistence.TopiaEntityContextable |
delete, getTopiaContext, setTopiaContext, update |
| Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity |
accept, addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getAggregate, getComposite, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion |
PROPERTY_MONTH
static final String PROPERTY_MONTH
- See Also:
- Constant Field Values
PROPERTY_MIN_INACTIVITY_DAYS
static final String PROPERTY_MIN_INACTIVITY_DAYS
- See Also:
- Constant Field Values
PROPERTY_NUMBER_OF_TRIPS
static final String PROPERTY_NUMBER_OF_TRIPS
- See Also:
- Constant Field Values
PROPERTY_PROPORTION_METIER
static final String PROPERTY_PROPORTION_METIER
- See Also:
- Constant Field Values
PROPERTY_TRIP_TYPE
static final String PROPERTY_TRIP_TYPE
- See Also:
- Constant Field Values
PROPERTY_STRATEGY
static final String PROPERTY_STRATEGY
- See Also:
- Constant Field Values
setMonth
void setMonth(Month month)
getMonth
Month getMonth()
setMinInactivityDays
void setMinInactivityDays(double minInactivityDays)
getMinInactivityDays
double getMinInactivityDays()
setNumberOfTrips
void setNumberOfTrips(double numberOfTrips)
getNumberOfTrips
double getNumberOfTrips()
setProportionMetier
void setProportionMetier(org.nuiton.math.matrix.MatrixND proportionMetier)
getProportionMetier
org.nuiton.math.matrix.MatrixND getProportionMetier()
setTripType
void setTripType(TripType tripType)
getTripType
TripType getTripType()
setStrategy
void setStrategy(Strategy strategy)
getStrategy
Strategy getStrategy()
getFisheryRegion
FisheryRegion getFisheryRegion()
getProportionMetier
double getProportionMetier(Metier metier)
setProportionMetier
void setProportionMetier(Metier metier,
double prop)
Copyright © 1999-2012 CodeLutin. All Rights Reserved.