public class AccountConfigurationModel
extends java.lang.Object
Constructor and Description |
---|
AccountConfigurationModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getAccountId()
Getter for accountId
The unique ID number of the account to which this setting applies
|
java.lang.String |
getCategory()
Getter for category
The category of the configuration setting.
|
java.util.Date |
getCreatedDate()
Getter for createdDate
The date when this record was created.
|
java.lang.Integer |
getCreatedUserId()
Getter for createdUserId
The User ID of the user who created this record.
|
java.util.Date |
getModifiedDate()
Getter for modifiedDate
The date/time when this record was last modified.
|
java.lang.Integer |
getModifiedUserId()
Getter for modifiedUserId
The user ID of the user who last modified this record.
|
java.lang.String |
getName()
Getter for name
The name of the configuration setting
|
java.lang.String |
getValue()
Getter for value
The current value of the configuration setting
|
void |
setAccountId(java.lang.Integer value)
Setter for accountId
The unique ID number of the account to which this setting applies
|
void |
setCategory(java.lang.String value)
Setter for category
The category of the configuration setting.
|
void |
setCreatedDate(java.util.Date value)
Setter for createdDate
The date when this record was created.
|
void |
setCreatedUserId(java.lang.Integer value)
Setter for createdUserId
The User ID of the user who created this record.
|
void |
setModifiedDate(java.util.Date value)
Setter for modifiedDate
The date/time when this record was last modified.
|
void |
setModifiedUserId(java.lang.Integer value)
Setter for modifiedUserId
The user ID of the user who last modified this record.
|
void |
setName(java.lang.String value)
Setter for name
The name of the configuration setting
|
void |
setValue(java.lang.String value)
Setter for value
The current value of the configuration setting
|
java.lang.String |
toString()
Returns a JSON string representation of AccountConfigurationModel
|
public java.lang.Integer getAccountId()
public void setAccountId(java.lang.Integer value)
public java.lang.String getCategory()
public void setCategory(java.lang.String value)
public java.lang.String getName()
public void setName(java.lang.String value)
public java.lang.String getValue()
public void setValue(java.lang.String value)
public java.util.Date getCreatedDate()
public void setCreatedDate(java.util.Date value)
public java.lang.Integer getCreatedUserId()
public void setCreatedUserId(java.lang.Integer value)
public java.util.Date getModifiedDate()
public void setModifiedDate(java.util.Date value)
public java.lang.Integer getModifiedUserId()
public void setModifiedUserId(java.lang.Integer value)
public java.lang.String toString()
toString
in class java.lang.Object