public class TransactionLineParameterModel
extends java.lang.Object
| Constructor and Description |
|---|
TransactionLineParameterModel() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Getter for name
The name of the parameter.
|
java.lang.String |
getUnit()
Getter for unit
The unit of measure of the parameter value.
|
java.lang.String |
getValue()
Getter for value
The value of the parameter.
|
void |
setName(java.lang.String value)
Setter for name
The name of the parameter.
|
void |
setUnit(java.lang.String value)
Setter for unit
The unit of measure of the parameter value.
|
void |
setValue(java.lang.String value)
Setter for value
The value of the parameter.
|
java.lang.String |
toString()
Returns a JSON string representation of TransactionLineParameterModel
|
public java.lang.String getName()
public void setName(java.lang.String value)
public java.lang.String getValue()
public void setValue(java.lang.String value)
public java.lang.String getUnit()
public void setUnit(java.lang.String value)
public java.lang.String toString()
toString in class java.lang.Object