@Generated(value="org.nuiton.topia.generator.EntityTransformer", date="Fri May 15 12:44:58 UTC 2020") 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
Nom de l'attribut en BD : fixedCosts
|
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, writeVetoables
PROPERTY_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, setTopiaVersion
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getFisheryRegion, getTechnicalEfficiency
getTopiaContext, setTopiaContext
addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion
protected 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.TopiaEntityContextable
org.nuiton.topia.TopiaException
public void delete() throws org.nuiton.topia.TopiaException
delete
in interface org.nuiton.topia.persistence.TopiaEntityContextable
org.nuiton.topia.TopiaException
public void accept(org.nuiton.topia.persistence.EntityVisitor visitor) throws org.nuiton.topia.TopiaException
accept
in interface org.nuiton.topia.persistence.TopiaEntity
org.nuiton.topia.TopiaException
protected void accept0(org.nuiton.topia.persistence.EntityVisitor visitor) throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException
public void setName(String name)
setName
in interface SetOfVessels
public String getName()
getName
in interface SetOfVessels
public void setNumberOfVessels(int numberOfVessels)
setNumberOfVessels
in interface SetOfVessels
public int getNumberOfVessels()
getNumberOfVessels
in interface SetOfVessels
public void setFixedCosts(double fixedCosts)
setFixedCosts
in interface SetOfVessels
public double getFixedCosts()
getFixedCosts
in interface SetOfVessels
public void setVesselCosts(double vesselCosts)
setVesselCosts
in interface SetOfVessels
public double getVesselCosts()
getVesselCosts
in interface SetOfVessels
public void setCapitalDeprecation(double capitalDeprecation)
setCapitalDeprecation
in interface SetOfVessels
public double getCapitalDeprecation()
getCapitalDeprecation
in interface SetOfVessels
public void setInterestCost(double interestCost)
setInterestCost
in interface SetOfVessels
public double getInterestCost()
getInterestCost
in interface SetOfVessels
public void setComment(String comment)
setComment
in interface SetOfVessels
public String getComment()
getComment
in interface SetOfVessels
public void setTechnicalEfficiencyEquation(Equation technicalEfficiencyEquation)
setTechnicalEfficiencyEquation
in interface SetOfVessels
public Equation getTechnicalEfficiencyEquation()
getTechnicalEfficiencyEquation
in interface SetOfVessels
public void setPort(Port port)
setPort
in interface SetOfVessels
public Port getPort()
getPort
in interface SetOfVessels
public void addPossibleMetiers(EffortDescription possibleMetiers)
addPossibleMetiers
in interface SetOfVessels
public void addAllPossibleMetiers(Collection<EffortDescription> possibleMetiers)
addAllPossibleMetiers
in interface SetOfVessels
public void setPossibleMetiers(Collection<EffortDescription> possibleMetiers)
setPossibleMetiers
in interface SetOfVessels
public void removePossibleMetiers(EffortDescription possibleMetiers)
removePossibleMetiers
in interface SetOfVessels
public void clearPossibleMetiers()
clearPossibleMetiers
in interface SetOfVessels
public Collection<EffortDescription> getPossibleMetiers()
getPossibleMetiers
in interface SetOfVessels
public EffortDescription getPossibleMetiersByTopiaId(String topiaId)
getPossibleMetiersByTopiaId
in interface SetOfVessels
public EffortDescription getPossibleMetiers(Metier possibleMetiers)
getPossibleMetiers
in interface SetOfVessels
public int sizePossibleMetiers()
sizePossibleMetiers
in interface SetOfVessels
public boolean isPossibleMetiersEmpty()
isPossibleMetiersEmpty
in interface SetOfVessels
public void setVesselType(VesselType vesselType)
setVesselType
in interface SetOfVessels
public VesselType getVesselType()
getVesselType
in interface SetOfVessels
public List<org.nuiton.topia.persistence.TopiaEntity> getAggregate() throws org.nuiton.topia.TopiaException
getAggregate
in interface org.nuiton.topia.persistence.TopiaEntity
getAggregate
in class org.nuiton.topia.persistence.TopiaEntityAbstract
org.nuiton.topia.TopiaException
public List<org.nuiton.topia.persistence.TopiaEntity> getComposite() throws org.nuiton.topia.TopiaException
getComposite
in interface org.nuiton.topia.persistence.TopiaEntity
getComposite
in class org.nuiton.topia.persistence.TopiaEntityAbstract
org.nuiton.topia.TopiaException
Copyright © 1999–2020 CodeLutin. All rights reserved.