public class SettingModel
extends java.lang.Object
Constructor and Description |
---|
SettingModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getCompanyId()
Getter for companyId - This object is used to keep track of custom information about a company.
|
java.lang.Integer |
getId()
Getter for id - This object is used to keep track of custom information about a company.
|
java.lang.String |
getName()
Getter for name - This object is used to keep track of custom information about a company.
|
java.lang.String |
getSet()
Getter for set - This object is used to keep track of custom information about a company.
|
java.lang.String |
getValue()
Getter for value - This object is used to keep track of custom information about a company.
|
void |
setCompanyId(java.lang.Integer companyId)
Setter for companyId - This object is used to keep track of custom information about a company.
|
void |
setId(java.lang.Integer id)
Setter for id - This object is used to keep track of custom information about a company.
|
void |
setName(java.lang.String name)
Setter for name - This object is used to keep track of custom information about a company.
|
void |
setSet(java.lang.String set)
Setter for set - This object is used to keep track of custom information about a company.
|
void |
setValue(java.lang.String value)
Setter for value - This object is used to keep track of custom information about a company.
|
java.lang.String |
toString()
Returns a JSON string representation of SettingModel.
|
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getSet()
public void setSet(java.lang.String set)
public java.lang.Integer getId()
public void setId(java.lang.Integer id)
public java.lang.String getValue()
public void setValue(java.lang.String value)
public java.lang.Integer getCompanyId()
public void setCompanyId(java.lang.Integer companyId)
public java.lang.String toString()
toString
in class java.lang.Object