public class Measurement extends Object
Modifier and Type | Method and Description |
---|---|
MeasurementLine |
addLine() |
MeasurementLine |
addMeasurement()
Adds a new measurement.
|
void |
addPosition(Integer position) |
String |
getConcept() |
String |
getLabel()
Spec definition:
ETIQUETA: Es opcional, surge de la necesidad de transmitir un identificador de los conceptos (capítulos, subcapítulos o partidas). |
List<MeasurementLine> |
getMeasurements()
Returns the measurements of the work unit.
|
String |
getParentConcept() |
List<Integer> |
getPosition()
Spec definition:
POSICION: Posición del CONCEPTO_HIJO en la descomposición del CONCEPTO_PADRE, este dato permite identificar la medición cuando la descomposición del concepto padre incluye varios conceptos hijo con el mismo CODIGO, la numeración de las posiciones comenzará con el 1. |
Float |
getTotal()
Spec definition:
MEDICION_TOTAL: Debe coincidir con el rendimiento del registro tipo '~D' correspondiente. |
void |
setConcept(String concept) |
void |
setLabel(String label) |
void |
setParentConcept(String parentConcept) |
void |
setTotal(Float total) |
String |
toString() |
public List<Integer> getPosition()
public void addPosition(Integer position)
public Float getTotal()
public void setTotal(Float total)
public List<MeasurementLine> getMeasurements()
public MeasurementLine addMeasurement()
public String getLabel()
public void setLabel(String label)
public String getParentConcept()
public void setParentConcept(String parentConcept)
public String getConcept()
public void setConcept(String concept)
public MeasurementLine addLine()
Copyright © 2014 DiSiD Technologies. All rights reserved.