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


Field Summary
static String PROPERTY_MIN_INACTIVITY_DAYS
           
static String PROPERTY_MONTH
           
static String PROPERTY_NUMBER_OF_TRIPS
           
static String PROPERTY_PROPORTION_METIER
           
static String PROPERTY_STRATEGY
           
static String PROPERTY_TRIP_TYPE
           
 
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
 
Method Summary
 FisheryRegion getFisheryRegion()
           
 double getMinInactivityDays()
           
 Month getMonth()
           
 double getNumberOfTrips()
           
 org.nuiton.math.matrix.MatrixND getProportionMetier()
           
 double getProportionMetier(Metier metier)
           
 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 setProportionMetier(Metier metier, double prop)
           
 void setStrategy(Strategy strategy)
           
 void setTripType(TripType tripType)
           
 
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
 

Field Detail

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
Method Detail

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.