public class NewAccountModel
extends java.lang.Object
Constructor and Description |
---|
NewAccountModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAccountDetailsEmailedTo()
Getter for accountDetailsEmailedTo - Represents information about a newly created account
|
java.lang.Integer |
getAccountId()
Getter for accountId - Represents information about a newly created account
|
java.util.Date |
getCreatedDate()
Getter for createdDate - Represents information about a newly created account
|
java.util.Date |
getEmailedDate()
Getter for emailedDate - Represents information about a newly created account
|
java.lang.String |
getLimitations()
Getter for limitations - Represents information about a newly created account
|
void |
setAccountDetailsEmailedTo(java.lang.String accountDetailsEmailedTo)
Setter for accountDetailsEmailedTo - Represents information about a newly created account
|
void |
setAccountId(java.lang.Integer accountId)
Setter for accountId - Represents information about a newly created account
|
void |
setCreatedDate(java.util.Date createdDate)
Setter for createdDate - Represents information about a newly created account
|
void |
setEmailedDate(java.util.Date emailedDate)
Setter for emailedDate - Represents information about a newly created account
|
void |
setLimitations(java.lang.String limitations)
Setter for limitations - Represents information about a newly created account
|
java.lang.String |
toString()
Returns a JSON string representation of NewAccountModel.
|
public java.lang.String getAccountDetailsEmailedTo()
public void setAccountDetailsEmailedTo(java.lang.String accountDetailsEmailedTo)
public java.util.Date getEmailedDate()
public void setEmailedDate(java.util.Date emailedDate)
public java.lang.Integer getAccountId()
public void setAccountId(java.lang.Integer accountId)
public java.lang.String getLimitations()
public void setLimitations(java.lang.String limitations)
public java.util.Date getCreatedDate()
public void setCreatedDate(java.util.Date createdDate)
public java.lang.String toString()
toString
in class java.lang.Object