public class CompanyConfigurationModel
extends java.lang.Object
| Constructor and Description |
|---|
CompanyConfigurationModel() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCategory()
Getter for category - Represents one configuration setting for this company
|
java.lang.Integer |
getCompanyId()
Getter for companyId - Represents one configuration setting for this company
|
java.util.Date |
getCreatedDate()
Getter for createdDate - Represents one configuration setting for this company
|
java.lang.Integer |
getCreatedUserId()
Getter for createdUserId - Represents one configuration setting for this company
|
java.util.Date |
getModifiedDate()
Getter for modifiedDate - Represents one configuration setting for this company
|
java.lang.Integer |
getModifiedUserId()
Getter for modifiedUserId - Represents one configuration setting for this company
|
java.lang.String |
getName()
Getter for name - Represents one configuration setting for this company
|
java.lang.String |
getValue()
Getter for value - Represents one configuration setting for this company
|
void |
setCategory(java.lang.String category)
Setter for category - Represents one configuration setting for this company
|
void |
setCompanyId(java.lang.Integer companyId)
Setter for companyId - Represents one configuration setting for this company
|
void |
setCreatedDate(java.util.Date createdDate)
Setter for createdDate - Represents one configuration setting for this company
|
void |
setCreatedUserId(java.lang.Integer createdUserId)
Setter for createdUserId - Represents one configuration setting for this company
|
void |
setModifiedDate(java.util.Date modifiedDate)
Setter for modifiedDate - Represents one configuration setting for this company
|
void |
setModifiedUserId(java.lang.Integer modifiedUserId)
Setter for modifiedUserId - Represents one configuration setting for this company
|
void |
setName(java.lang.String name)
Setter for name - Represents one configuration setting for this company
|
void |
setValue(java.lang.String value)
Setter for value - Represents one configuration setting for this company
|
java.lang.String |
toString()
Returns a JSON string representation of CompanyConfigurationModel.
|
public java.lang.String getName()
public void setName(java.lang.String name)
public java.util.Date getModifiedDate()
public void setModifiedDate(java.util.Date modifiedDate)
public java.lang.Integer getModifiedUserId()
public void setModifiedUserId(java.lang.Integer modifiedUserId)
public java.lang.Integer getCreatedUserId()
public void setCreatedUserId(java.lang.Integer createdUserId)
public java.lang.String getCategory()
public void setCategory(java.lang.String category)
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.util.Date getCreatedDate()
public void setCreatedDate(java.util.Date createdDate)
public java.lang.String toString()
toString in class java.lang.Object