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