|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuiton.topia.persistence.TopiaEntityAbstract
fr.ifremer.isisfish.entities.SetOfVesselsAbstract
public abstract class SetOfVesselsAbstract
| Field Summary | |
|---|---|
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 |
| Fields inherited from class org.nuiton.topia.persistence.TopiaEntityAbstract |
|---|
readListeners, readVetoables, topiaContext, topiaCreateDate, topiaId, topiaVersion, writeListeners, writeVetoables |
| Fields inherited from interface fr.ifremer.isisfish.entities.SetOfVessels |
|---|
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 |
| 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 |
| Constructor Summary | |
|---|---|
SetOfVesselsAbstract()
|
|
| Methods inherited from class org.nuiton.topia.persistence.TopiaEntityAbstract |
|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface fr.ifremer.isisfish.entities.SetOfVessels |
|---|
getFisheryRegion, getTechnicalEfficiency |
| Methods inherited from interface org.nuiton.topia.persistence.TopiaEntityContextable |
|---|
getTopiaContext, setTopiaContext |
| Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity |
|---|
addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion |
| Field Detail |
|---|
protected String name
protected int numberOfVessels
protected double fixedCosts
Coûts fixes décaissés
Nom de l'attribut en BD : fixedCosts
protected double vesselCosts
protected double capitalDeprecation
protected double interestCost
protected String comment
protected Equation technicalEfficiencyEquation
protected Port port
protected Collection<EffortDescription> possibleMetiers
protected VesselType vesselType
| Constructor Detail |
|---|
public SetOfVesselsAbstract()
| Method Detail |
|---|
public void update()
throws org.nuiton.topia.TopiaException
update in interface org.nuiton.topia.persistence.TopiaEntityContextableorg.nuiton.topia.TopiaException
public void delete()
throws org.nuiton.topia.TopiaException
delete in interface org.nuiton.topia.persistence.TopiaEntityContextableorg.nuiton.topia.TopiaException
public 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 SetOfVessels
public 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.TopiaException
public 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.TopiaExceptionpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||