@Generated(value="org.nuiton.topia.templates.EntityTransformer", date="Thu Dec 17 16:16:20 CET 2015") public abstract class CroppingPlanSpeciesAbstract extends org.nuiton.topia.persistence.internal.AbstractTopiaEntity implements CroppingPlanSpecies
| Modifier and Type | Field and Description |
|---|---|
protected String |
code
Nom de l'attribut en BD : code
|
protected CroppingPlanEntry |
croppingPlanEntry
Nom de l'attribut en BD : croppingPlanEntry
|
protected RefEspece |
species
Nom de l'attribut en BD : species
|
protected boolean |
validated
Nom de l'attribut en BD : validated
|
protected RefVariete |
variety
Nom de l'attribut en BD : variety
|
DEFAULT_INSTANCE, deleted, firesSupport, postReadListeners, postWriteListeners, preReadListeners, preWriteListeners, topiaCreateDate, topiaId, topiaVersionPROPERTY_CODE, PROPERTY_CROPPING_PLAN_ENTRY, PROPERTY_SPECIES, PROPERTY_VALIDATED, PROPERTY_VARIETY| Constructor and Description |
|---|
CroppingPlanSpeciesAbstract() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(org.nuiton.topia.persistence.TopiaEntityVisitor visitor) |
protected void |
accept0(org.nuiton.topia.persistence.TopiaEntityVisitor visitor) |
String |
getCode() |
CroppingPlanEntry |
getCroppingPlanEntry() |
RefEspece |
getSpecies() |
RefVariete |
getVariety() |
boolean |
isValidated() |
void |
setCode(String code) |
void |
setCroppingPlanEntry(CroppingPlanEntry croppingPlanEntry) |
void |
setSpecies(RefEspece species) |
void |
setValidated(boolean validated) |
void |
setVariety(RefVariete variety) |
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 String code
protected boolean validated
protected RefVariete variety
protected CroppingPlanEntry croppingPlanEntry
protected RefEspece species
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 setCode(String code)
setCode in interface CroppingPlanSpeciespublic String getCode()
getCode in interface CroppingPlanSpeciespublic void setValidated(boolean validated)
setValidated in interface CroppingPlanSpeciespublic boolean isValidated()
isValidated in interface CroppingPlanSpeciespublic void setVariety(RefVariete variety)
setVariety in interface CroppingPlanSpeciespublic RefVariete getVariety()
getVariety in interface CroppingPlanSpeciespublic void setCroppingPlanEntry(CroppingPlanEntry croppingPlanEntry)
setCroppingPlanEntry in interface CroppingPlanSpeciespublic CroppingPlanEntry getCroppingPlanEntry()
getCroppingPlanEntry in interface CroppingPlanSpeciespublic void setSpecies(RefEspece species)
setSpecies in interface CroppingPlanSpeciespublic RefEspece getSpecies()
getSpecies in interface CroppingPlanSpeciesCopyright © 2013–2015 Inra. All rights reserved.