@Generated(value="org.nuiton.topia.templates.EntityTransformer", date="Thu Dec 17 16:16:20 CET 2015") public interface ManagementMode extends org.nuiton.topia.persistence.TopiaEntity
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_ACTIVE |
static String |
PROPERTY_CATEGORY |
static String |
PROPERTY_CHANGE_REASON |
static String |
PROPERTY_CHANGE_REASON_FROM_PLANNED |
static String |
PROPERTY_GROWING_SYSTEM |
static String |
PROPERTY_HISTORICAL |
static String |
PROPERTY_MAIN_CHANGES |
static String |
PROPERTY_MAIN_CHANGES_FROM_PLANNED |
static String |
PROPERTY_SECTIONS |
static String |
PROPERTY_VERSION_NUMBER |
static final String PROPERTY_VERSION_NUMBER
static final String PROPERTY_MAIN_CHANGES
static final String PROPERTY_CHANGE_REASON
static final String PROPERTY_ACTIVE
static final String PROPERTY_CHANGE_REASON_FROM_PLANNED
static final String PROPERTY_MAIN_CHANGES_FROM_PLANNED
static final String PROPERTY_HISTORICAL
static final String PROPERTY_CATEGORY
static final String PROPERTY_SECTIONS
static final String PROPERTY_GROWING_SYSTEM
void setVersionNumber(Integer versionNumber)
Integer getVersionNumber()
void setMainChanges(String mainChanges)
String getMainChanges()
void setChangeReason(String changeReason)
String getChangeReason()
void setActive(boolean active)
boolean isActive()
void setChangeReasonFromPlanned(String changeReasonFromPlanned)
String getChangeReasonFromPlanned()
void setMainChangesFromPlanned(String mainChangesFromPlanned)
String getMainChangesFromPlanned()
void setHistorical(String historical)
String getHistorical()
void setCategory(ManagementModeCategory category)
ManagementModeCategory getCategory()
void addSections(Section sections)
void setSections(Collection<Section> sections)
void removeSections(Section sections)
void clearSections()
Collection<Section> getSections()
Collection<String> getSectionsTopiaIds()
int sizeSections()
boolean isSectionsEmpty()
boolean isSectionsNotEmpty()
boolean containsSections(Section sections)
void setGrowingSystem(GrowingSystem growingSystem)
GrowingSystem getGrowingSystem()
Copyright © 2013–2015 Inra. All rights reserved.