public class ParameterModel
extends java.lang.Object
Constructor and Description |
---|
ParameterModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCategory()
Getter for category - An extra property that can change the behavior of tax transactions.
|
ParameterBagDataType |
getDataType()
Getter for dataType - An extra property that can change the behavior of tax transactions.
|
java.lang.String |
getDescription()
Getter for description - An extra property that can change the behavior of tax transactions.
|
java.lang.Long |
getId()
Getter for id - An extra property that can change the behavior of tax transactions.
|
java.lang.String |
getName()
Getter for name - An extra property that can change the behavior of tax transactions.
|
void |
setCategory(java.lang.String category)
Setter for category - An extra property that can change the behavior of tax transactions.
|
void |
setDataType(ParameterBagDataType dataType)
Setter for dataType - An extra property that can change the behavior of tax transactions.
|
void |
setDescription(java.lang.String description)
Setter for description - An extra property that can change the behavior of tax transactions.
|
void |
setId(java.lang.Long id)
Setter for id - An extra property that can change the behavior of tax transactions.
|
void |
setName(java.lang.String name)
Setter for name - An extra property that can change the behavior of tax transactions.
|
java.lang.String |
toString()
Returns a JSON string representation of ParameterModel.
|
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public java.lang.Long getId()
public void setId(java.lang.Long id)
public java.lang.String getCategory()
public void setCategory(java.lang.String category)
public ParameterBagDataType getDataType()
public void setDataType(ParameterBagDataType dataType)
public java.lang.String toString()
toString
in class java.lang.Object