@Generated(value="org.nuiton.topia.templates.EntityTransformer", date="Thu Dec 17 16:16:20 CET 2015") public interface HarvestingAction extends AbstractAction
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_EXPORTED_WASTE |
static String |
PROPERTY_HARVESTING_YEALDS |
static String |
PROPERTY_MOISTURE_PERCENT |
PROPERTY_COMMENT, PROPERTY_EFFECTIVE_INTERVENTION, PROPERTY_MAIN_ACTION, PROPERTY_PRACTICED_INTERVENTION, PROPERTY_TOOLS_COUPLING_CODE| Modifier and Type | Method and Description |
|---|---|
void |
addAllHarvestingYealds(Iterable<HarvestingYeald> harvestingYealds) |
void |
addHarvestingYealds(HarvestingYeald harvestingYealds) |
void |
clearHarvestingYealds() |
boolean |
containsHarvestingYealds(HarvestingYeald harvestingYealds) |
Collection<HarvestingYeald> |
getHarvestingYealds() |
HarvestingYeald |
getHarvestingYealdsByTopiaId(String topiaId) |
Collection<String> |
getHarvestingYealdsTopiaIds() |
Double |
getMoisturePercent() |
boolean |
isExportedWaste() |
boolean |
isHarvestingYealdsEmpty() |
boolean |
isHarvestingYealdsNotEmpty() |
void |
removeHarvestingYealds(HarvestingYeald harvestingYealds) |
void |
setExportedWaste(boolean exportedWaste) |
void |
setHarvestingYealds(Collection<HarvestingYeald> harvestingYealds) |
void |
setMoisturePercent(Double moisturePercent) |
int |
sizeHarvestingYealds() |
getComment, getEffectiveIntervention, getMainAction, getPracticedIntervention, getToolsCouplingCode, setComment, setEffectiveIntervention, setMainAction, setPracticedIntervention, setToolsCouplingCodestatic final String PROPERTY_MOISTURE_PERCENT
static final String PROPERTY_EXPORTED_WASTE
static final String PROPERTY_HARVESTING_YEALDS
void setMoisturePercent(Double moisturePercent)
Double getMoisturePercent()
void setExportedWaste(boolean exportedWaste)
boolean isExportedWaste()
void addHarvestingYealds(HarvestingYeald harvestingYealds)
void addAllHarvestingYealds(Iterable<HarvestingYeald> harvestingYealds)
void setHarvestingYealds(Collection<HarvestingYeald> harvestingYealds)
void removeHarvestingYealds(HarvestingYeald harvestingYealds)
void clearHarvestingYealds()
Collection<HarvestingYeald> getHarvestingYealds()
HarvestingYeald getHarvestingYealdsByTopiaId(String topiaId)
Collection<String> getHarvestingYealdsTopiaIds()
int sizeHarvestingYealds()
boolean isHarvestingYealdsEmpty()
boolean isHarvestingYealdsNotEmpty()
boolean containsHarvestingYealds(HarvestingYeald harvestingYealds)
Copyright © 2013–2015 Inra. All rights reserved.