@Generated(value="org.nuiton.topia.templates.EntityTransformer", date="Thu Dec 17 16:16:20 CET 2015") public interface EffectiveCropCycleSpecies extends org.nuiton.topia.persistence.TopiaEntity
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_CROPPING_PLAN_SPECIES |
static String |
PROPERTY_GRAFT_CLONE |
static String |
PROPERTY_GRAFT_SUPPORT |
static String |
PROPERTY_OVER_GRAFT_DATE |
static String |
PROPERTY_PLANTS_CERTIFIED |
| Modifier and Type | Method and Description |
|---|---|
CroppingPlanSpecies |
getCroppingPlanSpecies() |
RefClonePlantGrape |
getGraftClone() |
RefVariete |
getGraftSupport() |
Date |
getOverGraftDate() |
boolean |
isPlantsCertified() |
void |
setCroppingPlanSpecies(CroppingPlanSpecies croppingPlanSpecies) |
void |
setGraftClone(RefClonePlantGrape graftClone) |
void |
setGraftSupport(RefVariete graftSupport) |
void |
setOverGraftDate(Date overGraftDate) |
void |
setPlantsCertified(boolean plantsCertified) |
static final String PROPERTY_PLANTS_CERTIFIED
static final String PROPERTY_OVER_GRAFT_DATE
static final String PROPERTY_GRAFT_CLONE
static final String PROPERTY_GRAFT_SUPPORT
static final String PROPERTY_CROPPING_PLAN_SPECIES
void setPlantsCertified(boolean plantsCertified)
boolean isPlantsCertified()
void setOverGraftDate(Date overGraftDate)
Date getOverGraftDate()
void setGraftClone(RefClonePlantGrape graftClone)
RefClonePlantGrape getGraftClone()
void setGraftSupport(RefVariete graftSupport)
RefVariete getGraftSupport()
void setCroppingPlanSpecies(CroppingPlanSpecies croppingPlanSpecies)
CroppingPlanSpecies getCroppingPlanSpecies()
Copyright © 2013–2015 Inra. All rights reserved.