public class ParameterUsageModel
extends java.lang.Object
Constructor and Description |
---|
ParameterUsageModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAttributeType()
Getter for attributeType
The type of parameter as determined by its application, e.g.
|
java.lang.String |
getCountry()
Getter for country
The country for the parameter usage item.
|
java.lang.String |
getDataType()
Getter for dataType
The data type of the property.
|
java.lang.String |
getHelpText()
Getter for helpText
Help text to be shown to the user when they are filling out this parameter.
|
java.lang.String |
getHelpUrl()
Getter for helpUrl
A help url that provides more information about the parameter
|
java.lang.Long |
getId()
Getter for id
The unique ID number of this property.
|
java.lang.String |
getLabel()
Getter for label
Label that helps the user to identify a parameter
|
java.lang.String |
getMeasurementType()
Getter for measurementType
The unit of measurement type of the parameter
|
java.lang.String |
getName()
Getter for name
The name of the property.
|
java.lang.Long |
getParameterId()
Getter for parameterId
The id of the parameter.
|
java.lang.String |
getProductCode()
Getter for productCode
Product code for the parameter usage item.
|
java.lang.String |
getRegion()
Getter for region
The state for the parameter usage item.
|
java.lang.Integer |
getSystemId()
Getter for systemId
System Id for the parameter usage item
|
java.lang.String |
getTaxTypeId()
Getter for taxTypeId
tax type for the parameter usage item.
|
java.util.ArrayList<java.lang.String> |
getValues()
Getter for values
If the parameter is of enumeration data type, then this list will be populated with all of the possible enumeration values.
|
void |
setAttributeType(java.lang.String value)
Setter for attributeType
The type of parameter as determined by its application, e.g.
|
void |
setCountry(java.lang.String value)
Setter for country
The country for the parameter usage item.
|
void |
setDataType(java.lang.String value)
Setter for dataType
The data type of the property.
|
void |
setHelpText(java.lang.String value)
Setter for helpText
Help text to be shown to the user when they are filling out this parameter.
|
void |
setHelpUrl(java.lang.String value)
Setter for helpUrl
A help url that provides more information about the parameter
|
void |
setId(java.lang.Long value)
Setter for id
The unique ID number of this property.
|
void |
setLabel(java.lang.String value)
Setter for label
Label that helps the user to identify a parameter
|
void |
setMeasurementType(java.lang.String value)
Setter for measurementType
The unit of measurement type of the parameter
|
void |
setName(java.lang.String value)
Setter for name
The name of the property.
|
void |
setParameterId(java.lang.Long value)
Setter for parameterId
The id of the parameter.
|
void |
setProductCode(java.lang.String value)
Setter for productCode
Product code for the parameter usage item.
|
void |
setRegion(java.lang.String value)
Setter for region
The state for the parameter usage item.
|
void |
setSystemId(java.lang.Integer value)
Setter for systemId
System Id for the parameter usage item
|
void |
setTaxTypeId(java.lang.String value)
Setter for taxTypeId
tax type for the parameter usage item.
|
void |
setValues(java.util.ArrayList<java.lang.String> value)
Setter for values
If the parameter is of enumeration data type, then this list will be populated with all of the possible enumeration values.
|
java.lang.String |
toString()
Returns a JSON string representation of ParameterUsageModel
|
public java.lang.Long getId()
public void setId(java.lang.Long value)
public java.lang.Long getParameterId()
public void setParameterId(java.lang.Long value)
public java.lang.String getProductCode()
public void setProductCode(java.lang.String value)
public java.lang.String getCountry()
public void setCountry(java.lang.String value)
public java.lang.String getRegion()
public void setRegion(java.lang.String value)
public java.lang.Integer getSystemId()
public void setSystemId(java.lang.Integer value)
public java.lang.String getTaxTypeId()
public void setTaxTypeId(java.lang.String value)
public java.lang.String getAttributeType()
public void setAttributeType(java.lang.String value)
public java.lang.String getName()
public void setName(java.lang.String value)
public java.lang.String getDataType()
public void setDataType(java.lang.String value)
public java.lang.String getHelpText()
public void setHelpText(java.lang.String value)
public java.lang.String getLabel()
public void setLabel(java.lang.String value)
public java.lang.String getHelpUrl()
public void setHelpUrl(java.lang.String value)
public java.util.ArrayList<java.lang.String> getValues()
public void setValues(java.util.ArrayList<java.lang.String> value)
public java.lang.String getMeasurementType()
public void setMeasurementType(java.lang.String value)
public java.lang.String toString()
toString
in class java.lang.Object