@Generated(value="org.nuiton.topia.generator.EntityTransformer", date="Fri May 15 12:44:58 UTC 2020") public abstract class EquationAbstract extends org.nuiton.topia.persistence.TopiaEntityAbstract implements Equation
Modifier and Type | Field and Description |
---|---|
protected String |
category
Nom de l'attribut en BD : category
|
protected String |
content
Nom de l'attribut en BD : content
|
protected Class |
javaInterface
Nom de l'attribut en BD : javaInterface
|
protected String |
language
Nom de l'attribut en BD : language
|
protected String |
name
Nom de l'attribut en BD : name
|
readListeners, readVetoables, topiaContext, topiaCreateDate, topiaId, topiaVersion, writeListeners, writeVetoables
PROPERTY_CATEGORY, PROPERTY_CONTENT, PROPERTY_JAVA_INTERFACE, PROPERTY_LANGUAGE, PROPERTY_NAME
Constructor and Description |
---|
EquationAbstract() |
Modifier and Type | Method and Description |
---|---|
void |
accept(org.nuiton.topia.persistence.EntityVisitor visitor) |
protected void |
accept0(org.nuiton.topia.persistence.EntityVisitor visitor) |
void |
delete() |
List<org.nuiton.topia.persistence.TopiaEntity> |
getAggregate() |
String |
getCategory()
Return formule category name.
|
List<org.nuiton.topia.persistence.TopiaEntity> |
getComposite() |
String |
getContent()
Return formule content.
|
Class |
getJavaInterface() |
String |
getLanguage() |
String |
getName()
Return formule name.
|
void |
setCategory(String category) |
void |
setContent(String content) |
void |
setJavaInterface(Class javaInterface) |
void |
setLanguage(String language) |
void |
setName(String name) |
String |
toString() |
void |
update() |
addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, equals, fireOnPostRead, fireOnPostRead, fireOnPostWrite, fireOnPostWrite, fireOnPreRead, fireOnPreWrite, getReadPropertyChangeSupport, getReadVetoableChangeSupport, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, getWritePropertyChangeSupport, getWriteVetoableChangeSupport, hashCode, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaContext, setTopiaCreateDate, setTopiaId, setTopiaVersion
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
evaluate, evaluateNecessaryResult
getTopiaContext, setTopiaContext
addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion
protected String name
protected String content
protected String category
protected String language
protected Class javaInterface
public void update() throws org.nuiton.topia.TopiaException
update
in interface org.nuiton.topia.persistence.TopiaEntityContextable
org.nuiton.topia.TopiaException
public void delete() throws org.nuiton.topia.TopiaException
delete
in interface org.nuiton.topia.persistence.TopiaEntityContextable
org.nuiton.topia.TopiaException
public void accept(org.nuiton.topia.persistence.EntityVisitor visitor) throws org.nuiton.topia.TopiaException
accept
in interface org.nuiton.topia.persistence.TopiaEntity
org.nuiton.topia.TopiaException
protected void accept0(org.nuiton.topia.persistence.EntityVisitor visitor) throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException
public void setContent(String content)
setContent
in interface Equation
public String getContent()
Formule
getContent
in interface Equation
getContent
in interface Formule
public void setCategory(String category)
setCategory
in interface Equation
public String getCategory()
Formule
getCategory
in interface Equation
getCategory
in interface Formule
public void setLanguage(String language)
setLanguage
in interface Equation
public String getLanguage()
getLanguage
in interface Equation
public void setJavaInterface(Class javaInterface)
setJavaInterface
in interface Equation
public Class getJavaInterface()
getJavaInterface
in interface Equation
public List<org.nuiton.topia.persistence.TopiaEntity> getAggregate() throws org.nuiton.topia.TopiaException
getAggregate
in interface org.nuiton.topia.persistence.TopiaEntity
getAggregate
in class org.nuiton.topia.persistence.TopiaEntityAbstract
org.nuiton.topia.TopiaException
public List<org.nuiton.topia.persistence.TopiaEntity> getComposite() throws org.nuiton.topia.TopiaException
getComposite
in interface org.nuiton.topia.persistence.TopiaEntity
getComposite
in class org.nuiton.topia.persistence.TopiaEntityAbstract
org.nuiton.topia.TopiaException
Copyright © 1999–2020 CodeLutin. All rights reserved.