Package | Description |
---|---|
org.invemar.ssdsam.indvariable | |
org.invemar.ssdsam.indvarvalor | |
org.invemar.ssdsamp.persistencia |
Modifier and Type | Method and Description |
---|---|
Variable |
VariableDAO.findById(Integer id) |
Variable |
VariableDAO.merge(Variable detachedInstance) |
Modifier and Type | Method and Description |
---|---|
void |
VariableDAO.attachClean(Variable instance) |
void |
VariableDAO.attachDirty(Variable instance) |
void |
VariableDAO.delete(Variable persistentInstance) |
List |
VariableDAO.findByExample(Variable instance) |
Variable |
VariableDAO.merge(Variable detachedInstance) |
void |
VariableDAO.save(Variable transientInstance) |
Modifier and Type | Method and Description |
---|---|
Variable |
VariableValor.getVariable() |
Modifier and Type | Method and Description |
---|---|
void |
VariableValor.setVariable(Variable variable) |
Constructor and Description |
---|
VariableValor(Variable variable,
Long amp)
minimal constructor
|
VariableValor(Variable variable,
Long amp,
Short ano,
Double valor,
Date fecha,
String notas)
full constructor
|
Modifier and Type | Method and Description |
---|---|
List<Variable> |
ExtIndicadoresDAO.getVarIndEfect(Integer tipo,
String amps,
Short ano,
Integer idInd) |