fr.ifremer.isisfish.entities
Interface Season

All Superinterfaces:
org.nuiton.topia.persistence.TopiaEntity
All Known Subinterfaces:
MetierSeasonInfo, PopulationSeasonInfo
All Known Implementing Classes:
MetierSeasonInfoAbstract, MetierSeasonInfoImpl, PopulationSeasonInfoAbstract, PopulationSeasonInfoImpl, SeasonAbstract, SeasonImpl

public interface Season
extends org.nuiton.topia.persistence.TopiaEntity


Field Summary
static String FIRST_MONTH
           
static String LAST_MONTH
           
 
Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity
TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION
 
Method Summary
 boolean containsMonth(Month month)
          containsMonth :
 Month getFirstMonth()
          getFirstMonth :
 Month getLastMonth()
          getLastMonth :
 List<Month> getMonths()
          getMonths :
 void setFirstMonth(Month firstMonth)
          setFirstMonth :
 void setLastMonth(Month lastMonth)
          setLastMonth :
 void setMonths(List<Month> listMonth)
          setMonths :
 
Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity
accept, addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, delete, getAggregate, getComposite, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, postCreate, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion, update
 

Field Detail

FIRST_MONTH

static final String FIRST_MONTH
See Also:
Constant Field Values

LAST_MONTH

static final String LAST_MONTH
See Also:
Constant Field Values
Method Detail

setFirstMonth

void setFirstMonth(Month firstMonth)
setFirstMonth :

Parameters:
firstMonth - La valeur de l'attribut firstMonth à positionner.

getFirstMonth

Month getFirstMonth()
getFirstMonth :

Returns:
Month

setLastMonth

void setLastMonth(Month lastMonth)
setLastMonth :

Parameters:
lastMonth - La valeur de l'attribut lastMonth à positionner.

getLastMonth

Month getLastMonth()
getLastMonth :

Returns:
Month

getMonths

List<Month> getMonths()
getMonths :

Returns:
List

setMonths

void setMonths(List<Month> listMonth)
setMonths :

Parameters:
listMonth -

containsMonth

boolean containsMonth(Month month)
containsMonth :

Parameters:
month -
Returns:
boolean


Copyright © 1999-2010 CodeLutin. All Rights Reserved.