Package fr.ifremer.isisfish.entities
Interface Metier
- All Superinterfaces:
Serializable
,org.nuiton.topia.persistence.TopiaEntity
,org.nuiton.topia.persistence.TopiaEntityContextable
- All Known Implementing Classes:
MetierAbstract
,MetierImpl
public interface Metier
extends org.nuiton.topia.persistence.TopiaEntityContextable
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity
AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION
Fields inherited from interface org.nuiton.topia.persistence.TopiaEntityContextable
TOPIA_CONTEXT
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addAllMetierSeasonInfo
(List<MetierSeasonInfo> metierSeasonInfo) void
addMetierSeasonInfo
(MetierSeasonInfo metierSeasonInfo) void
getGear()
double
getMetierSeasonInfo
(Month month) getMetierSeasonInfoByTopiaId
(String topiaId) getName()
boolean
void
removeMetierSeasonInfo
(MetierSeasonInfo metierSeasonInfo) void
setCapturableSpeciesComment
(String capturableSpeciesComment) void
setComment
(String comment) void
void
setGearParameterValue
(String gearParameterValue) void
setMetierSeasonInfo
(List<MetierSeasonInfo> metierSeasonInfo) void
int
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
Methods inherited from interface org.nuiton.topia.persistence.TopiaEntityContextable
delete, getTopiaContext, setTopiaContext, update
-
Field Details
-
PROPERTY_NAME
- See Also:
-
PROPERTY_GEAR_PARAMETER_VALUE
- See Also:
-
PROPERTY_COMMENT
- See Also:
-
PROPERTY_CAPTURABLE_SPECIES_COMMENT
- See Also:
-
PROPERTY_GEAR
- See Also:
-
PROPERTY_SET_OF_VESSELS_EFFORT_DESCRIPTION
- See Also:
-
PROPERTY_METIER_SEASON_INFO
- See Also:
-
-
Method Details
-
setName
-
getName
String getName() -
setGearParameterValue
-
getGearParameterValue
String getGearParameterValue() -
setComment
-
getComment
String getComment() -
setCapturableSpeciesComment
-
getCapturableSpeciesComment
String getCapturableSpeciesComment() -
setGear
-
getGear
Gear getGear() -
addMetierSeasonInfo
-
addAllMetierSeasonInfo
-
setMetierSeasonInfo
-
removeMetierSeasonInfo
-
clearMetierSeasonInfo
void clearMetierSeasonInfo() -
getMetierSeasonInfo
List<MetierSeasonInfo> getMetierSeasonInfo() -
getMetierSeasonInfoByTopiaId
-
sizeMetierSeasonInfo
int sizeMetierSeasonInfo() -
isMetierSeasonInfoEmpty
boolean isMetierSeasonInfoEmpty() -
getFisheryRegion
FisheryRegion getFisheryRegion() -
getMetierSeasonInfo
-
getGearParameterValueAsDouble
double getGearParameterValueAsDouble()
-