@Generated(value="org.nuiton.topia.templates.EntityTransformer", date="Thu Dec 17 16:16:20 CET 2015") public abstract class PracticedSystemAbstract extends org.nuiton.topia.persistence.internal.AbstractTopiaEntity implements PracticedSystem
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
active
Nom de l'attribut en BD : active
|
protected String |
campaigns
Série de campagnes
Nom de l'attribut en BD : campaigns
|
protected String |
comment
Nom de l'attribut en BD : comment
|
protected GrowingSystem |
growingSystem
Nom de l'attribut en BD : growingSystem
|
protected String |
name
Nom de l'attribut en BD : name
|
protected PracticedSystemSource |
source
Nom de l'attribut en BD : source
|
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_CAMPAIGNS, PROPERTY_COMMENT, PROPERTY_GROWING_SYSTEM, PROPERTY_NAME, PROPERTY_SOURCE, PROPERTY_UPDATE_DATE, PROPERTY_VALIDATED, PROPERTY_VALIDATION_DATE| Constructor and Description |
|---|
PracticedSystemAbstract() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(org.nuiton.topia.persistence.TopiaEntityVisitor visitor) |
protected void |
accept0(org.nuiton.topia.persistence.TopiaEntityVisitor visitor) |
String |
getCampaigns() |
String |
getComment() |
GrowingSystem |
getGrowingSystem() |
String |
getName() |
PracticedSystemSource |
getSource() |
Date |
getUpdateDate() |
Date |
getValidationDate() |
boolean |
isActive() |
boolean |
isValidated() |
void |
setActive(boolean active) |
void |
setCampaigns(String campaigns) |
void |
setComment(String comment) |
void |
setGrowingSystem(GrowingSystem growingSystem) |
void |
setName(String name) |
void |
setSource(PracticedSystemSource source) |
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 campaigns
protected String comment
protected boolean active
protected boolean validated
protected Date validationDate
protected Date updateDate
protected PracticedSystemSource source
protected GrowingSystem growingSystem
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 PracticedSystempublic String getName()
getName in interface PracticedSystempublic void setCampaigns(String campaigns)
setCampaigns in interface PracticedSystempublic String getCampaigns()
getCampaigns in interface PracticedSystempublic void setComment(String comment)
setComment in interface PracticedSystempublic String getComment()
getComment in interface PracticedSystempublic void setActive(boolean active)
setActive in interface PracticedSystempublic boolean isActive()
isActive in interface PracticedSystempublic void setValidated(boolean validated)
setValidated in interface PracticedSystempublic boolean isValidated()
isValidated in interface PracticedSystempublic void setValidationDate(Date validationDate)
setValidationDate in interface PracticedSystempublic Date getValidationDate()
getValidationDate in interface PracticedSystempublic void setUpdateDate(Date updateDate)
setUpdateDate in interface PracticedSystempublic Date getUpdateDate()
getUpdateDate in interface PracticedSystempublic void setSource(PracticedSystemSource source)
setSource in interface PracticedSystempublic PracticedSystemSource getSource()
getSource in interface PracticedSystempublic void setGrowingSystem(GrowingSystem growingSystem)
setGrowingSystem in interface PracticedSystempublic GrowingSystem getGrowingSystem()
getGrowingSystem in interface PracticedSystemCopyright © 2013–2015 Inra. All rights reserved.