@Generated(value="org.nuiton.topia.templates.EntityTransformer", date="Thu Dec 17 16:16:20 CET 2015") public abstract class PracticedInterventionAbstract extends org.nuiton.topia.persistence.internal.AbstractTopiaEntity implements PracticedIntervention
| Modifier and Type | Field and Description |
|---|---|
protected String |
comment
Nom de l'attribut en BD : comment
|
protected String |
endingPeriodDate
Nom de l'attribut en BD : endingPeriodDate
|
protected boolean |
intermediateCrop
Nom de l'attribut en BD : intermediateCrop
|
protected Double |
involvedPeopleNumber
Nom de l'attribut en BD : involvedPeopleNumber
|
protected String |
name
Nom de l'attribut en BD : name
|
protected Integer |
nbBalls
Nom de l'attribut en BD : nbBalls
|
protected String |
otherToolSettings
Nom de l'attribut en BD : otherToolSettings
|
protected PracticedCropCycleConnection |
practicedCropCycleConnection
Nom de l'attribut en BD : practicedCropCycleConnection
|
protected PracticedCropCyclePhase |
practicedCropCyclePhase
Nom de l'attribut en BD : practicedCropCyclePhase
|
protected Integer |
progressionSpeed
Nom de l'attribut en BD : progressionSpeed
|
protected int |
rank
Nom de l'attribut en BD : rank
|
protected double |
spatialFrequency
Nom de l'attribut en BD : spatialFrequency
|
protected Collection<PracticedSpeciesStade> |
speciesStades
Nom de l'attribut en BD : speciesStades
|
protected String |
startingPeriodDate
Nom de l'attribut en BD : startingPeriodDate
|
protected double |
temporalFrequency
Nom de l'attribut en BD : temporalFrequency
|
protected Integer |
tillageDepth
Nom de l'attribut en BD : tillageDepth
|
protected Collection<String> |
toolsCouplingCodes
Nom de l'attribut en BD : toolsCouplingCodes
|
protected Double |
transitVolume
Nom de l'attribut en BD : transitVolume
|
protected MaterielTransportUnit |
transitVolumeUnit
Nom de l'attribut en BD : transitVolumeUnit
|
protected AgrosystInterventionType |
type
Nom de l'attribut en BD : type
|
protected Double |
workRate
Nom de l'attribut en BD : workRate
|
protected MaterielWorkRateUnit |
workRateUnit
Nom de l'attribut en BD : workRateUnit
|
DEFAULT_INSTANCE, deleted, firesSupport, postReadListeners, postWriteListeners, preReadListeners, preWriteListeners, topiaCreateDate, topiaId, topiaVersionPROPERTY_COMMENT, PROPERTY_ENDING_PERIOD_DATE, PROPERTY_INTERMEDIATE_CROP, PROPERTY_INVOLVED_PEOPLE_NUMBER, PROPERTY_NAME, PROPERTY_NB_BALLS, PROPERTY_OTHER_TOOL_SETTINGS, PROPERTY_PRACTICED_CROP_CYCLE_CONNECTION, PROPERTY_PRACTICED_CROP_CYCLE_PHASE, PROPERTY_PROGRESSION_SPEED, PROPERTY_RANK, PROPERTY_SPATIAL_FREQUENCY, PROPERTY_SPECIES_STADES, PROPERTY_STARTING_PERIOD_DATE, PROPERTY_TEMPORAL_FREQUENCY, PROPERTY_TILLAGE_DEPTH, PROPERTY_TOOLS_COUPLING_CODES, PROPERTY_TRANSIT_VOLUME, PROPERTY_TRANSIT_VOLUME_UNIT, PROPERTY_TYPE, PROPERTY_WORK_RATE, PROPERTY_WORK_RATE_UNIT| Constructor and Description |
|---|
PracticedInterventionAbstract() |
addPostReadListener, addPostReadListener, addPostWriteListener, addPostWriteListener, addPreReadListener, addPreReadListener, addPreWriteListener, addPreWriteListener, addPropertyChangeListener, addPropertyChangeListener, equals, fireOnPostRead, fireOnPostRead, fireOnPostWrite, fireOnPostWrite, fireOnPreRead, fireOnPreWrite, getFiresSupport, getFiresSupportOrNull, getPostReadListeners, getPostWriteListeners, getPreReadListeners, getPreWriteListeners, getTopiaCreateDate, getTopiaId, getTopiaVersion, hashCode, isDeleted, isPersisted, notifyDeleted, removePostReadListener, removePostReadListener, removePostWriteListener, removePostWriteListener, removePreReadListener, removePreReadListener, removePreWriteListener, removePreWriteListener, removePropertyChangeListener, removePropertyChangeListener, setFiresSupport, setTopiaCreateDate, setTopiaId, setTopiaVersionprotected int rank
protected String name
protected String comment
protected String startingPeriodDate
protected String endingPeriodDate
protected boolean intermediateCrop
protected Integer tillageDepth
protected String otherToolSettings
protected Double workRate
protected Integer progressionSpeed
protected Double involvedPeopleNumber
protected Collection<String> toolsCouplingCodes
protected double spatialFrequency
protected double temporalFrequency
protected Double transitVolume
protected Integer nbBalls
protected Collection<PracticedSpeciesStade> speciesStades
protected PracticedCropCyclePhase practicedCropCyclePhase
protected PracticedCropCycleConnection practicedCropCycleConnection
protected AgrosystInterventionType type
protected MaterielWorkRateUnit workRateUnit
protected MaterielTransportUnit transitVolumeUnit
public void accept(org.nuiton.topia.persistence.TopiaEntityVisitor visitor)
throws org.nuiton.topia.persistence.TopiaException
accept in interface org.nuiton.topia.persistence.TopiaEntityorg.nuiton.topia.persistence.TopiaExceptionprotected void accept0(org.nuiton.topia.persistence.TopiaEntityVisitor visitor)
throws org.nuiton.topia.persistence.TopiaException
org.nuiton.topia.persistence.TopiaExceptionpublic void setRank(int rank)
setRank in interface PracticedInterventionpublic int getRank()
getRank in interface PracticedInterventionpublic void setName(String name)
setName in interface PracticedInterventionpublic String getName()
getName in interface PracticedInterventionpublic void setComment(String comment)
setComment in interface PracticedInterventionpublic String getComment()
getComment in interface PracticedInterventionpublic void setStartingPeriodDate(String startingPeriodDate)
setStartingPeriodDate in interface PracticedInterventionpublic String getStartingPeriodDate()
getStartingPeriodDate in interface PracticedInterventionpublic void setEndingPeriodDate(String endingPeriodDate)
setEndingPeriodDate in interface PracticedInterventionpublic String getEndingPeriodDate()
getEndingPeriodDate in interface PracticedInterventionpublic void setIntermediateCrop(boolean intermediateCrop)
setIntermediateCrop in interface PracticedInterventionpublic boolean isIntermediateCrop()
isIntermediateCrop in interface PracticedInterventionpublic void setTillageDepth(Integer tillageDepth)
setTillageDepth in interface PracticedInterventionpublic Integer getTillageDepth()
getTillageDepth in interface PracticedInterventionpublic void setOtherToolSettings(String otherToolSettings)
setOtherToolSettings in interface PracticedInterventionpublic String getOtherToolSettings()
getOtherToolSettings in interface PracticedInterventionpublic void setWorkRate(Double workRate)
setWorkRate in interface PracticedInterventionpublic Double getWorkRate()
getWorkRate in interface PracticedInterventionpublic void setProgressionSpeed(Integer progressionSpeed)
setProgressionSpeed in interface PracticedInterventionpublic Integer getProgressionSpeed()
getProgressionSpeed in interface PracticedInterventionpublic void setInvolvedPeopleNumber(Double involvedPeopleNumber)
setInvolvedPeopleNumber in interface PracticedInterventionpublic Double getInvolvedPeopleNumber()
getInvolvedPeopleNumber in interface PracticedInterventionpublic void addToolsCouplingCodes(String toolsCouplingCodes)
addToolsCouplingCodes in interface PracticedInterventionpublic void addAllToolsCouplingCodes(Iterable<String> toolsCouplingCodes)
addAllToolsCouplingCodes in interface PracticedInterventionpublic void setToolsCouplingCodes(Collection<String> toolsCouplingCodes)
setToolsCouplingCodes in interface PracticedInterventionpublic void removeToolsCouplingCodes(String toolsCouplingCodes)
removeToolsCouplingCodes in interface PracticedInterventionpublic void clearToolsCouplingCodes()
clearToolsCouplingCodes in interface PracticedInterventionpublic Collection<String> getToolsCouplingCodes()
getToolsCouplingCodes in interface PracticedInterventionpublic int sizeToolsCouplingCodes()
sizeToolsCouplingCodes in interface PracticedInterventionpublic boolean isToolsCouplingCodesEmpty()
isToolsCouplingCodesEmpty in interface PracticedInterventionpublic boolean isToolsCouplingCodesNotEmpty()
isToolsCouplingCodesNotEmpty in interface PracticedInterventionpublic boolean containsToolsCouplingCodes(String toolsCouplingCodes)
containsToolsCouplingCodes in interface PracticedInterventionpublic void setSpatialFrequency(double spatialFrequency)
setSpatialFrequency in interface PracticedInterventionpublic double getSpatialFrequency()
getSpatialFrequency in interface PracticedInterventionpublic void setTemporalFrequency(double temporalFrequency)
setTemporalFrequency in interface PracticedInterventionpublic double getTemporalFrequency()
getTemporalFrequency in interface PracticedInterventionpublic void setTransitVolume(Double transitVolume)
setTransitVolume in interface PracticedInterventionpublic Double getTransitVolume()
getTransitVolume in interface PracticedInterventionpublic void setNbBalls(Integer nbBalls)
setNbBalls in interface PracticedInterventionpublic Integer getNbBalls()
getNbBalls in interface PracticedInterventionpublic void addSpeciesStades(PracticedSpeciesStade speciesStades)
addSpeciesStades in interface PracticedInterventionpublic void addAllSpeciesStades(Iterable<PracticedSpeciesStade> speciesStades)
addAllSpeciesStades in interface PracticedInterventionpublic void setSpeciesStades(Collection<PracticedSpeciesStade> speciesStades)
setSpeciesStades in interface PracticedInterventionpublic void removeSpeciesStades(PracticedSpeciesStade speciesStades)
removeSpeciesStades in interface PracticedInterventionpublic void clearSpeciesStades()
clearSpeciesStades in interface PracticedInterventionpublic Collection<PracticedSpeciesStade> getSpeciesStades()
getSpeciesStades in interface PracticedInterventionpublic PracticedSpeciesStade getSpeciesStadesByTopiaId(String topiaId)
getSpeciesStadesByTopiaId in interface PracticedInterventionpublic Collection<String> getSpeciesStadesTopiaIds()
getSpeciesStadesTopiaIds in interface PracticedInterventionpublic int sizeSpeciesStades()
sizeSpeciesStades in interface PracticedInterventionpublic boolean isSpeciesStadesEmpty()
isSpeciesStadesEmpty in interface PracticedInterventionpublic boolean isSpeciesStadesNotEmpty()
isSpeciesStadesNotEmpty in interface PracticedInterventionpublic boolean containsSpeciesStades(PracticedSpeciesStade speciesStades)
containsSpeciesStades in interface PracticedInterventionpublic void setPracticedCropCyclePhase(PracticedCropCyclePhase practicedCropCyclePhase)
setPracticedCropCyclePhase in interface PracticedInterventionpublic PracticedCropCyclePhase getPracticedCropCyclePhase()
getPracticedCropCyclePhase in interface PracticedInterventionpublic void setPracticedCropCycleConnection(PracticedCropCycleConnection practicedCropCycleConnection)
setPracticedCropCycleConnection in interface PracticedInterventionpublic PracticedCropCycleConnection getPracticedCropCycleConnection()
getPracticedCropCycleConnection in interface PracticedInterventionpublic void setType(AgrosystInterventionType type)
setType in interface PracticedInterventionpublic AgrosystInterventionType getType()
getType in interface PracticedInterventionpublic void setWorkRateUnit(MaterielWorkRateUnit workRateUnit)
setWorkRateUnit in interface PracticedInterventionpublic MaterielWorkRateUnit getWorkRateUnit()
getWorkRateUnit in interface PracticedInterventionpublic void setTransitVolumeUnit(MaterielTransportUnit transitVolumeUnit)
setTransitVolumeUnit in interface PracticedInterventionpublic MaterielTransportUnit getTransitVolumeUnit()
getTransitVolumeUnit in interface PracticedInterventionCopyright © 2013–2015 Inra. All rights reserved.