Package 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
FieldsFields inherited from interface org.nuiton.topia.persistence.TopiaEntity
AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSIONFields inherited from interface org.nuiton.topia.persistence.TopiaEntityContextable
TOPIA_CONTEXT -
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsMonth(Month month) voidsetFirstMonth(Month firstMonth) voidsetLastMonth(Month lastMonth) voidMethods 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, setTopiaVersionMethods inherited from interface org.nuiton.topia.persistence.TopiaEntityContextable
delete, getTopiaContext, setTopiaContext, update
-
Field Details
-
PROPERTY_FIRST_MONTH
- See Also:
-
PROPERTY_LAST_MONTH
- See Also:
-
-
Method Details