@Generated(value="org.nuiton.topia.templates.EntityTransformer", date="Thu Dec 17 16:16:20 CET 2015") public interface BasicPlot extends org.nuiton.topia.persistence.TopiaEntity
static final String PROPERTY_NAME
static final String PROPERTY_AREA
static final String PROPERTY_PAC_ILOT_NUMBER
static final String PROPERTY_LATITUDE
static final String PROPERTY_LONGITUDE
static final String PROPERTY_COMMENT
static final String PROPERTY_ACTIVITY_END_COMMENT
static final String PROPERTY_ACTIVE
static final String PROPERTY_OUT_OF_ZONING
static final String PROPERTY_ZONING_COMMENT
static final String PROPERTY_IRRIGATION_SYSTEM
static final String PROPERTY_FERTIGATION_SYSTEM
static final String PROPERTY_WATER_ORIGIN
static final String PROPERTY_DRAINAGE
static final String PROPERTY_DRAINAGE_YEAR
static final String PROPERTY_FROST_PROTECTION
static final String PROPERTY_HAIL_PROTECTION
static final String PROPERTY_RAINPROOF_PROTECTION
static final String PROPERTY_PEST_PROTECTION
static final String PROPERTY_OTHER_EQUIPMENT
static final String PROPERTY_EQUIPMENT_COMMENT
static final String PROPERTY_SOL_STONINESS
static final String PROPERTY_SOL_MAX_DEPTH
static final String PROPERTY_SOL_ORGANIC_MATERIAL_PERCENT
static final String PROPERTY_SOL_HYDROMORPHISMS
static final String PROPERTY_SOL_TOTAL_LIMESTONE
static final String PROPERTY_SOL_LIMESTONE
static final String PROPERTY_SOL_ACTIVE_LIMESTONE
static final String PROPERTY_SOL_BATTANCE
static final String PROPERTY_SOL_COMMENT
static final String PROPERTY_ADJACENT_COMMENT
static final String PROPERTY_WATER_FLOW_DISTANCE
static final String PROPERTY_PLOT_ZONINGS
static final String PROPERTY_IRRIGATION_SYSTEM_TYPE
static final String PROPERTY_POMP_ENGINE_TYPE
static final String PROPERTY_HOSES_POSITIONNING
static final String PROPERTY_FROST_PROTECTION_TYPE
static final String PROPERTY_SURFACE_TEXTURE
static final String PROPERTY_SOL_DEPTH
static final String PROPERTY_SOL_WATER_PH
static final String PROPERTY_SOL_HORIZON
static final String PROPERTY_MAX_SLOPE
static final String PROPERTY_ADJACENT_ELEMENTS
static final String PROPERTY_SUB_SOIL_TEXTURE
static final String PROPERTY_BUFFER_STRIP
static final String PROPERTY_LOCATION
void setName(String name)
String getName()
void setArea(double area)
double getArea()
void setPacIlotNumber(int pacIlotNumber)
int getPacIlotNumber()
void setLatitude(Double latitude)
Double getLatitude()
void setLongitude(Double longitude)
Double getLongitude()
void setComment(String comment)
String getComment()
void setActivityEndComment(String activityEndComment)
String getActivityEndComment()
void setActive(boolean active)
boolean isActive()
void setOutOfZoning(boolean outOfZoning)
boolean isOutOfZoning()
void setZoningComment(String zoningComment)
String getZoningComment()
void setIrrigationSystem(boolean irrigationSystem)
boolean isIrrigationSystem()
void setFertigationSystem(boolean fertigationSystem)
boolean isFertigationSystem()
void setWaterOrigin(String waterOrigin)
String getWaterOrigin()
void setDrainage(boolean drainage)
boolean isDrainage()
void setDrainageYear(Integer drainageYear)
Integer getDrainageYear()
void setFrostProtection(boolean frostProtection)
boolean isFrostProtection()
void setHailProtection(boolean hailProtection)
boolean isHailProtection()
void setRainproofProtection(boolean rainproofProtection)
boolean isRainproofProtection()
void setPestProtection(boolean pestProtection)
boolean isPestProtection()
void setOtherEquipment(String otherEquipment)
String getOtherEquipment()
void setEquipmentComment(String equipmentComment)
String getEquipmentComment()
void setSolStoniness(Double solStoniness)
Double getSolStoniness()
void setSolMaxDepth(Integer solMaxDepth)
Integer getSolMaxDepth()
void setSolOrganicMaterialPercent(Double solOrganicMaterialPercent)
Double getSolOrganicMaterialPercent()
void setSolHydromorphisms(boolean solHydromorphisms)
boolean isSolHydromorphisms()
void setSolTotalLimestone(Double solTotalLimestone)
Double getSolTotalLimestone()
void setSolLimestone(boolean solLimestone)
boolean isSolLimestone()
void setSolActiveLimestone(Double solActiveLimestone)
Double getSolActiveLimestone()
void setSolBattance(boolean solBattance)
boolean isSolBattance()
void setSolComment(String solComment)
String getSolComment()
void setAdjacentComment(String adjacentComment)
String getAdjacentComment()
void setWaterFlowDistance(WaterFlowDistance waterFlowDistance)
WaterFlowDistance getWaterFlowDistance()
void addPlotZonings(RefParcelleZonageEDI plotZonings)
void addAllPlotZonings(Iterable<RefParcelleZonageEDI> plotZonings)
void setPlotZonings(Collection<RefParcelleZonageEDI> plotZonings)
void removePlotZonings(RefParcelleZonageEDI plotZonings)
void clearPlotZonings()
Collection<RefParcelleZonageEDI> getPlotZonings()
RefParcelleZonageEDI getPlotZoningsByTopiaId(String topiaId)
Collection<String> getPlotZoningsTopiaIds()
int sizePlotZonings()
boolean isPlotZoningsEmpty()
boolean isPlotZoningsNotEmpty()
boolean containsPlotZonings(RefParcelleZonageEDI plotZonings)
void setIrrigationSystemType(IrrigationSystemType irrigationSystemType)
IrrigationSystemType getIrrigationSystemType()
void setPompEngineType(PompEngineType pompEngineType)
PompEngineType getPompEngineType()
void setHosesPositionning(HosesPositionning hosesPositionning)
HosesPositionning getHosesPositionning()
void setFrostProtectionType(FrostProtectionType frostProtectionType)
FrostProtectionType getFrostProtectionType()
void setSurfaceTexture(RefSolTextureGeppa surfaceTexture)
RefSolTextureGeppa getSurfaceTexture()
void setSolDepth(RefSolProfondeurIndigo solDepth)
RefSolProfondeurIndigo getSolDepth()
void setSolWaterPh(SolWaterPh solWaterPh)
SolWaterPh getSolWaterPh()
void addSolHorizon(SolHorizon solHorizon)
void addAllSolHorizon(Iterable<SolHorizon> solHorizon)
void setSolHorizon(Collection<SolHorizon> solHorizon)
void removeSolHorizon(SolHorizon solHorizon)
void clearSolHorizon()
Collection<SolHorizon> getSolHorizon()
SolHorizon getSolHorizonByTopiaId(String topiaId)
Collection<String> getSolHorizonTopiaIds()
int sizeSolHorizon()
boolean isSolHorizonEmpty()
boolean isSolHorizonNotEmpty()
boolean containsSolHorizon(SolHorizon solHorizon)
void setMaxSlope(MaxSlope maxSlope)
MaxSlope getMaxSlope()
void addAdjacentElements(RefElementVoisinage adjacentElements)
void addAllAdjacentElements(Iterable<RefElementVoisinage> adjacentElements)
void setAdjacentElements(Collection<RefElementVoisinage> adjacentElements)
void removeAdjacentElements(RefElementVoisinage adjacentElements)
void clearAdjacentElements()
Collection<RefElementVoisinage> getAdjacentElements()
RefElementVoisinage getAdjacentElementsByTopiaId(String topiaId)
Collection<String> getAdjacentElementsTopiaIds()
int sizeAdjacentElements()
boolean isAdjacentElementsEmpty()
boolean isAdjacentElementsNotEmpty()
boolean containsAdjacentElements(RefElementVoisinage adjacentElements)
void setSubSoilTexture(RefSolTextureGeppa subSoilTexture)
RefSolTextureGeppa getSubSoilTexture()
void setBufferStrip(BufferStrip bufferStrip)
BufferStrip getBufferStrip()
void setLocation(RefLocation location)
RefLocation getLocation()
Copyright © 2013–2015 Inra. All rights reserved.