public class MeasurementLine extends Object
Measurement
measurement.Constructor and Description |
---|
MeasurementLine() |
Modifier and Type | Method and Description |
---|---|
String |
getComment()
Spec definition:
COMENTARIO: Texto en la línea de medición. |
Float |
getHeight()
Spec definition:
UNIDADES, LONGITUD, LATITUD, ALTURA: Cuatro número reales con las mediciones. |
Float |
getLength()
Spec definition:
UNIDADES, LONGITUD, LATITUD, ALTURA: Cuatro número reales con las mediciones. |
Integer |
getType()
Spec definition:
/* TIPO: Indica el tipo de línea de medición de que se trate. |
Float |
getUnits()
Spec definition:
UNIDADES, LONGITUD, LATITUD, ALTURA: Cuatro número reales con las mediciones. |
Float |
getWidth()
Spec definition:
UNIDADES, LONGITUD, LATITUD, ALTURA: Cuatro número reales con las mediciones. |
void |
setComment(String comment) |
void |
setHeight(Float height) |
void |
setLength(Float length) |
void |
setType(Integer type) |
void |
setUnits(Float units) |
void |
setWidth(Float width) |
String |
toString() |
public Integer getType()
public void setType(Integer type)
public String getComment()
public void setComment(String comment)
public Float getUnits()
public void setUnits(Float units)
public Float getLength()
public void setLength(Float length)
public Float getWidth()
public void setWidth(Float width)
public Float getHeight()
public void setHeight(Float height)
Copyright © 2014 DiSiD Technologies. All rights reserved.