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
| 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 |
| 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 |
PROPERTY_NAME
static final String PROPERTY_NAME
- See Also:
- Constant Field Values
PROPERTY_GEAR_PARAMETER_VALUE
static final String PROPERTY_GEAR_PARAMETER_VALUE
- See Also:
- Constant Field Values
PROPERTY_COMMENT
static final String PROPERTY_COMMENT
- See Also:
- Constant Field Values
PROPERTY_CAPTURABLE_SPECIES_COMMENT
static final String PROPERTY_CAPTURABLE_SPECIES_COMMENT
- See Also:
- Constant Field Values
PROPERTY_GEAR
static final String PROPERTY_GEAR
- See Also:
- Constant Field Values
PROPERTY_SET_OF_VESSELS_EFFORT_DESCRIPTION
static final String PROPERTY_SET_OF_VESSELS_EFFORT_DESCRIPTION
- See Also:
- Constant Field Values
PROPERTY_METIER_SEASON_INFO
static final String PROPERTY_METIER_SEASON_INFO
- See Also:
- Constant Field Values
setName
void setName(String name)
getName
String getName()
setGearParameterValue
void setGearParameterValue(String gearParameterValue)
getGearParameterValue
String getGearParameterValue()
setComment
void setComment(String comment)
getComment
String getComment()
setCapturableSpeciesComment
void setCapturableSpeciesComment(String capturableSpeciesComment)
getCapturableSpeciesComment
String getCapturableSpeciesComment()
setGear
void setGear(Gear gear)
getGear
Gear getGear()
addMetierSeasonInfo
void addMetierSeasonInfo(MetierSeasonInfo metierSeasonInfo)
addAllMetierSeasonInfo
void addAllMetierSeasonInfo(List<MetierSeasonInfo> metierSeasonInfo)
setMetierSeasonInfo
void setMetierSeasonInfo(List<MetierSeasonInfo> metierSeasonInfo)
removeMetierSeasonInfo
void removeMetierSeasonInfo(MetierSeasonInfo metierSeasonInfo)
clearMetierSeasonInfo
void clearMetierSeasonInfo()
getMetierSeasonInfo
List<MetierSeasonInfo> getMetierSeasonInfo()
getMetierSeasonInfoByTopiaId
MetierSeasonInfo getMetierSeasonInfoByTopiaId(String topiaId)
sizeMetierSeasonInfo
int sizeMetierSeasonInfo()
isMetierSeasonInfoEmpty
boolean isMetierSeasonInfoEmpty()
getFisheryRegion
FisheryRegion getFisheryRegion()
getMetierSeasonInfo
MetierSeasonInfo getMetierSeasonInfo(Month month)
getGearParameterValueAsDouble
double getGearParameterValueAsDouble()
Copyright © 1999-2012 CodeLutin. All Rights Reserved.