public abstract class SetOfVesselsAbstract extends org.nuiton.topia.persistence.TopiaEntityAbstract implements SetOfVessels
| Modifier and Type | Field and Description |
|---|---|
protected double |
capitalDeprecation
Nom de l'attribut en BD : capitalDeprecation
|
protected String |
comment
Nom de l'attribut en BD : comment
|
protected double |
fixedCosts
Coûts fixes décaissés
|
protected double |
interestCost
Nom de l'attribut en BD : interestCost
|
protected String |
name
Nom de l'attribut en BD : name
|
protected int |
numberOfVessels
Nom de l'attribut en BD : numberOfVessels
|
protected Port |
port
Nom de l'attribut en BD : port
|
protected Collection<EffortDescription> |
possibleMetiers
Nom de l'attribut en BD : possibleMetiers
|
protected Equation |
technicalEfficiencyEquation
Nom de l'attribut en BD : technicalEfficiencyEquation
|
protected double |
vesselCosts
Nom de l'attribut en BD : vesselCosts
|
protected VesselType |
vesselType
Nom de l'attribut en BD : vesselType
|
readListeners, readVetoables, topiaContext, topiaCreateDate, topiaId, topiaVersion, writeListeners, writeVetoablesPROPERTY_CAPITAL_DEPRECATION, PROPERTY_COMMENT, PROPERTY_FIXED_COSTS, PROPERTY_INTEREST_COST, PROPERTY_NAME, PROPERTY_NUMBER_OF_VESSELS, PROPERTY_PORT, PROPERTY_POSSIBLE_METIERS, PROPERTY_TECHNICAL_EFFICIENCY_EQUATION, PROPERTY_VESSEL_COSTS, PROPERTY_VESSEL_TYPE| Constructor and Description |
|---|
SetOfVesselsAbstract() |
addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, equals, fireOnPostRead, fireOnPostRead, fireOnPostWrite, fireOnPostWrite, fireOnPreRead, fireOnPreWrite, getReadPropertyChangeSupport, getReadVetoableChangeSupport, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, getWritePropertyChangeSupport, getWriteVetoableChangeSupport, hashCode, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaContext, setTopiaCreateDate, setTopiaId, setTopiaVersionclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetFisheryRegion, getTechnicalEfficiencygetTopiaContext, setTopiaContextaddPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersionprotected String name
protected int numberOfVessels
protected double fixedCosts
Coûts fixes décaissés
Nom de l'attribut en BD : fixedCostsprotected double vesselCosts
protected double capitalDeprecation
protected double interestCost
protected String comment
protected Equation technicalEfficiencyEquation
protected Port port
protected Collection<EffortDescription> possibleMetiers
protected VesselType vesselType
public void update()
throws org.nuiton.topia.TopiaException
update in interface org.nuiton.topia.persistence.TopiaEntityContextableorg.nuiton.topia.TopiaExceptionpublic void delete()
throws org.nuiton.topia.TopiaException
delete in interface org.nuiton.topia.persistence.TopiaEntityContextableorg.nuiton.topia.TopiaExceptionpublic void accept(org.nuiton.topia.persistence.EntityVisitor visitor)
throws org.nuiton.topia.TopiaException
accept in interface org.nuiton.topia.persistence.TopiaEntityorg.nuiton.topia.TopiaExceptionpublic void setName(String name)
setName in interface SetOfVesselspublic String getName()
getName in interface SetOfVesselspublic void setNumberOfVessels(int numberOfVessels)
setNumberOfVessels in interface SetOfVesselspublic int getNumberOfVessels()
getNumberOfVessels in interface SetOfVesselspublic void setFixedCosts(double fixedCosts)
setFixedCosts in interface SetOfVesselspublic double getFixedCosts()
getFixedCosts in interface SetOfVesselspublic void setVesselCosts(double vesselCosts)
setVesselCosts in interface SetOfVesselspublic double getVesselCosts()
getVesselCosts in interface SetOfVesselspublic void setCapitalDeprecation(double capitalDeprecation)
setCapitalDeprecation in interface SetOfVesselspublic double getCapitalDeprecation()
getCapitalDeprecation in interface SetOfVesselspublic void setInterestCost(double interestCost)
setInterestCost in interface SetOfVesselspublic double getInterestCost()
getInterestCost in interface SetOfVesselspublic void setComment(String comment)
setComment in interface SetOfVesselspublic String getComment()
getComment in interface SetOfVesselspublic void setTechnicalEfficiencyEquation(Equation technicalEfficiencyEquation)
setTechnicalEfficiencyEquation in interface SetOfVesselspublic Equation getTechnicalEfficiencyEquation()
getTechnicalEfficiencyEquation in interface SetOfVesselspublic void setPort(Port port)
setPort in interface SetOfVesselspublic Port getPort()
getPort in interface SetOfVesselspublic void addPossibleMetiers(EffortDescription possibleMetiers)
addPossibleMetiers in interface SetOfVesselspublic void addAllPossibleMetiers(Collection<EffortDescription> possibleMetiers)
addAllPossibleMetiers in interface SetOfVesselspublic void setPossibleMetiers(Collection<EffortDescription> possibleMetiers)
setPossibleMetiers in interface SetOfVesselspublic void removePossibleMetiers(EffortDescription possibleMetiers)
removePossibleMetiers in interface SetOfVesselspublic void clearPossibleMetiers()
clearPossibleMetiers in interface SetOfVesselspublic Collection<EffortDescription> getPossibleMetiers()
getPossibleMetiers in interface SetOfVesselspublic EffortDescription getPossibleMetiersByTopiaId(String topiaId)
getPossibleMetiersByTopiaId in interface SetOfVesselspublic EffortDescription getPossibleMetiers(Metier possibleMetiers)
getPossibleMetiers in interface SetOfVesselspublic int sizePossibleMetiers()
sizePossibleMetiers in interface SetOfVesselspublic boolean isPossibleMetiersEmpty()
isPossibleMetiersEmpty in interface SetOfVesselspublic void setVesselType(VesselType vesselType)
setVesselType in interface SetOfVesselspublic VesselType getVesselType()
getVesselType in interface SetOfVesselspublic List<org.nuiton.topia.persistence.TopiaEntity> getAggregate() throws org.nuiton.topia.TopiaException
getAggregate in interface org.nuiton.topia.persistence.TopiaEntitygetAggregate in class org.nuiton.topia.persistence.TopiaEntityAbstractorg.nuiton.topia.TopiaExceptionpublic List<org.nuiton.topia.persistence.TopiaEntity> getComposite() throws org.nuiton.topia.TopiaException
getComposite in interface org.nuiton.topia.persistence.TopiaEntitygetComposite in class org.nuiton.topia.persistence.TopiaEntityAbstractorg.nuiton.topia.TopiaExceptionCopyright © 1999-2013 CodeLutin. All Rights Reserved.