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
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields 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 TypeMethodDescriptionvoidaddAllMetierSeasonInfo(List<MetierSeasonInfo> metierSeasonInfo) voidaddMetierSeasonInfo(MetierSeasonInfo metierSeasonInfo) voidgetGear()doublegetMetierSeasonInfo(Month month) getMetierSeasonInfoByTopiaId(String topiaId) getName()booleanvoidremoveMetierSeasonInfo(MetierSeasonInfo metierSeasonInfo) voidsetCapturableSpeciesComment(String capturableSpeciesComment) voidsetComment(String comment) voidvoidsetGearParameterValue(String gearParameterValue) voidsetMetierSeasonInfo(List<MetierSeasonInfo> metierSeasonInfo) voidintMethods 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_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()
-