fr.ifremer.isisfish.entities
Interface Season

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

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


Field Summary
static String PROPERTY_FIRST_MONTH
           
static String PROPERTY_LAST_MONTH
           
 
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
 boolean containsMonth(Month month)
           
 Month getFirstMonth()
           
 Month getLastMonth()
           
 List<Month> getMonths()
           
 void setFirstMonth(Month firstMonth)
           
 void setLastMonth(Month lastMonth)
           
 void setMonths(List<Month> listMonth)
           
 
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_FIRST_MONTH

static final String PROPERTY_FIRST_MONTH
See Also:
Constant Field Values

PROPERTY_LAST_MONTH

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

setFirstMonth

void setFirstMonth(Month firstMonth)

getFirstMonth

Month getFirstMonth()

setLastMonth

void setLastMonth(Month lastMonth)

getLastMonth

Month getLastMonth()

getMonths

List<Month> getMonths()

setMonths

void setMonths(List<Month> listMonth)

containsMonth

boolean containsMonth(Month month)


Copyright © 1999-2012 CodeLutin. All Rights Reserved.