public class LocationParameterModel
extends java.lang.Object
Constructor and Description |
---|
LocationParameterModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getId()
Getter for id
The ID number of the parameter.
|
java.lang.Integer |
getLocationId()
Getter for locationId
The ID of the company location the parameter associated with.
|
java.lang.String |
getName()
Getter for name
The parameter's name.
|
java.lang.String |
getUnit()
Getter for unit
The parameter's value.
|
java.lang.String |
getValue()
Getter for value
The value of the parameter.
|
void |
setId(java.lang.Long value)
Setter for id
The ID number of the parameter.
|
void |
setLocationId(java.lang.Integer value)
Setter for locationId
The ID of the company location the parameter associated with.
|
void |
setName(java.lang.String value)
Setter for name
The parameter's name.
|
void |
setUnit(java.lang.String value)
Setter for unit
The parameter's 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 LocationParameterModel
|
public java.lang.Long getId()
public void setId(java.lang.Long value)
public java.lang.String getName()
public void setName(java.lang.String value)
public java.lang.String getUnit()
public void setUnit(java.lang.String value)
public java.lang.String getValue()
public void setValue(java.lang.String value)
public java.lang.Integer getLocationId()
public void setLocationId(java.lang.Integer value)
public java.lang.String toString()
toString
in class java.lang.Object