@Generated(value="org.nuiton.topia.generator.EntityTransformer", date="Fri May 15 12:44:59 UTC 2020") public abstract class VariableAbstract extends org.nuiton.topia.persistence.TopiaEntityAbstract implements Variable
Modifier and Type | Field and Description |
---|---|
protected String |
comment
Nom de l'attribut en BD : comment
|
protected double |
doubleValue
Nom de l'attribut en BD : doubleValue
|
protected String |
entityId
Nom de l'attribut en BD : entityId
|
protected Equation |
equationValue
Nom de l'attribut en BD : equationValue
|
protected org.nuiton.math.matrix.MatrixND |
matrixValue
Nom de l'attribut en BD : matrixValue
|
protected String |
name
Nom de l'attribut en BD : name
|
protected VariableType |
type
Nom de l'attribut en BD : type
|
readListeners, readVetoables, topiaContext, topiaCreateDate, topiaId, topiaVersion, writeListeners, writeVetoables
PROPERTY_COMMENT, PROPERTY_DOUBLE_VALUE, PROPERTY_ENTITY_ID, PROPERTY_EQUATION_VALUE, PROPERTY_MATRIX_VALUE, PROPERTY_NAME, PROPERTY_TYPE
Constructor and Description |
---|
VariableAbstract() |
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 |
getComment() |
List<org.nuiton.topia.persistence.TopiaEntity> |
getComposite() |
double |
getDoubleValue() |
String |
getEntityId() |
Equation |
getEquationValue() |
org.nuiton.math.matrix.MatrixND |
getMatrixValue() |
String |
getName() |
VariableType |
getType() |
void |
setComment(String comment) |
void |
setDoubleValue(double doubleValue) |
void |
setEntityId(String entityId) |
void |
setEquationValue(Equation equationValue) |
void |
setMatrixValue(org.nuiton.math.matrix.MatrixND matrixValue) |
void |
setName(String name) |
void |
setType(VariableType type) |
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
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 entityId
protected String name
protected String comment
protected double doubleValue
protected org.nuiton.math.matrix.MatrixND matrixValue
protected Equation equationValue
protected VariableType type
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 setEntityId(String entityId)
setEntityId
in interface Variable
public String getEntityId()
getEntityId
in interface Variable
public void setComment(String comment)
setComment
in interface Variable
public String getComment()
getComment
in interface Variable
public void setDoubleValue(double doubleValue)
setDoubleValue
in interface Variable
public double getDoubleValue()
getDoubleValue
in interface Variable
public void setMatrixValue(org.nuiton.math.matrix.MatrixND matrixValue)
setMatrixValue
in interface Variable
public org.nuiton.math.matrix.MatrixND getMatrixValue()
getMatrixValue
in interface Variable
public void setEquationValue(Equation equationValue)
setEquationValue
in interface Variable
public Equation getEquationValue()
getEquationValue
in interface Variable
public void setType(VariableType type)
public VariableType getType()
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.