public class Proportion extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
function |
protected String |
real_lower |
protected Double |
real_lowervalue |
protected String |
real_unit |
protected String |
real_upper |
protected Double |
real_uppervalue |
protected String |
typical |
protected String |
typical_unit |
protected Double |
typical_value |
Constructor and Description |
---|
Proportion() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
String |
getFunction() |
String |
getReal_lower() |
Double |
getReal_lowervalue() |
String |
getReal_unit() |
String |
getReal_upper() |
Double |
getReal_uppervalue() |
String |
getTypical_unit() |
Double |
getTypical_value() |
String |
getTypical() |
void |
setFunction(String function) |
void |
setReal_lower(String real_lower) |
void |
setReal_lowervalue(Double real_lowervalue) |
void |
setReal_unit(String real_unit) |
void |
setReal_upper(String real_upper) |
void |
setReal_uppervalue(Double real_uppervalue) |
void |
setTypical_unit(String typical_unit) |
void |
setTypical_value(Double typical_value) |
void |
setTypical(String typical) |
String |
toJSON() |
protected String function
protected String typical
protected Double typical_value
protected String typical_unit
protected String real_lower
protected Double real_lowervalue
protected String real_upper
protected Double real_uppervalue
protected String real_unit
public void clear()
public String getFunction()
public void setFunction(String function)
public String getTypical()
public void setTypical(String typical)
public String getReal_lower()
public void setReal_lower(String real_lower)
public String getReal_upper()
public void setReal_upper(String real_upper)
public Double getTypical_value()
public void setTypical_value(Double typical_value)
public Double getReal_lowervalue()
public void setReal_lowervalue(Double real_lowervalue)
public Double getReal_uppervalue()
public void setReal_uppervalue(Double real_uppervalue)
public String getTypical_unit()
public void setTypical_unit(String typical_unit)
public String getReal_unit()
public void setReal_unit(String real_unit)
public String toJSON()
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.