@Generated(value="org.nuiton.topia.templates.EntityTransformer", date="Thu Dec 17 16:16:20 CET 2015") public abstract class GrowingPlanAbstract extends org.nuiton.topia.persistence.internal.AbstractTopiaEntity implements GrowingPlan
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
active
Nom de l'attribut en BD : active
|
protected String |
code
Nom de l'attribut en BD : code
|
protected String |
description
Nom de l'attribut en BD : description
|
protected Domain |
domain
Nom de l'attribut en BD : domain
|
protected String |
goals
Nom de l'attribut en BD : goals
|
protected String |
institutionalStructure
Nom de l'attribut en BD : institutionalStructure
|
protected String |
name
Nom de l'attribut en BD : name
|
protected String |
protocolReference
Nom de l'attribut en BD : protocolReference
|
protected TypeDEPHY |
type
Nom de l'attribut en BD : type
|
protected Date |
updateDate
Nom de l'attribut en BD : updateDate
|
protected boolean |
validated
Nom de l'attribut en BD : validated
|
protected Date |
validationDate
Nom de l'attribut en BD : validationDate
|
DEFAULT_INSTANCE, deleted, firesSupport, postReadListeners, postWriteListeners, preReadListeners, preWriteListeners, topiaCreateDate, topiaId, topiaVersionPROPERTY_ACTIVE, PROPERTY_CODE, PROPERTY_DESCRIPTION, PROPERTY_DOMAIN, PROPERTY_GOALS, PROPERTY_INSTITUTIONAL_STRUCTURE, PROPERTY_NAME, PROPERTY_PROTOCOL_REFERENCE, PROPERTY_TYPE, PROPERTY_UPDATE_DATE, PROPERTY_VALIDATED, PROPERTY_VALIDATION_DATE| Constructor and Description |
|---|
GrowingPlanAbstract() |
| 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() |
String |
getDescription() |
Domain |
getDomain() |
String |
getGoals() |
String |
getInstitutionalStructure() |
String |
getName() |
String |
getProtocolReference() |
TypeDEPHY |
getType() |
Date |
getUpdateDate() |
Date |
getValidationDate() |
boolean |
isActive() |
boolean |
isValidated() |
void |
setActive(boolean active) |
void |
setCode(String code) |
void |
setDescription(String description) |
void |
setDomain(Domain domain) |
void |
setGoals(String goals) |
void |
setInstitutionalStructure(String institutionalStructure) |
void |
setName(String name) |
void |
setProtocolReference(String protocolReference) |
void |
setType(TypeDEPHY type) |
void |
setUpdateDate(Date updateDate) |
void |
setValidated(boolean validated) |
void |
setValidationDate(Date validationDate) |
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 name
protected String description
protected String goals
protected String protocolReference
protected String institutionalStructure
protected boolean active
protected String code
protected boolean validated
protected Date validationDate
protected Date updateDate
protected Domain domain
protected TypeDEPHY type
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 setName(String name)
setName in interface GrowingPlanpublic String getName()
getName in interface GrowingPlanpublic void setDescription(String description)
setDescription in interface GrowingPlanpublic String getDescription()
getDescription in interface GrowingPlanpublic void setGoals(String goals)
setGoals in interface GrowingPlanpublic String getGoals()
getGoals in interface GrowingPlanpublic void setProtocolReference(String protocolReference)
setProtocolReference in interface GrowingPlanpublic String getProtocolReference()
getProtocolReference in interface GrowingPlanpublic void setInstitutionalStructure(String institutionalStructure)
setInstitutionalStructure in interface GrowingPlanpublic String getInstitutionalStructure()
getInstitutionalStructure in interface GrowingPlanpublic void setActive(boolean active)
setActive in interface GrowingPlanpublic boolean isActive()
isActive in interface GrowingPlanpublic void setCode(String code)
setCode in interface GrowingPlanpublic String getCode()
getCode in interface GrowingPlanpublic void setValidated(boolean validated)
setValidated in interface GrowingPlanpublic boolean isValidated()
isValidated in interface GrowingPlanpublic void setValidationDate(Date validationDate)
setValidationDate in interface GrowingPlanpublic Date getValidationDate()
getValidationDate in interface GrowingPlanpublic void setUpdateDate(Date updateDate)
setUpdateDate in interface GrowingPlanpublic Date getUpdateDate()
getUpdateDate in interface GrowingPlanpublic void setDomain(Domain domain)
setDomain in interface GrowingPlanpublic Domain getDomain()
getDomain in interface GrowingPlanpublic void setType(TypeDEPHY type)
setType in interface GrowingPlanpublic TypeDEPHY getType()
getType in interface GrowingPlanCopyright © 2013–2015 Inra. All rights reserved.