public class FirmClientLinkageOutputModel
extends java.lang.Object
Constructor and Description |
---|
FirmClientLinkageOutputModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getClientAccountId()
Getter for clientAccountId
Client Account to be linked with the firm
|
java.lang.String |
getClientAccountName()
Getter for clientAccountName
Client Account name
|
java.util.Date |
getCreatedDate()
Getter for createdDate
Created date of the linkage
|
java.lang.Integer |
getCreatedUserId()
Getter for createdUserId
User who created the linkage
|
java.lang.Integer |
getFirmAccountId()
Getter for firmAccountId
Firm Account to be linked with the firm
|
java.lang.String |
getFirmAccountName()
Getter for firmAccountName
FIrm Account name
|
java.lang.String |
getFirmContactEmail()
Getter for firmContactEmail
Email of the firm's point of contact person for the client
|
java.lang.String |
getFirmContactName()
Getter for firmContactName
Name of the firm's point of contact person for the client
|
java.lang.Integer |
getId()
Getter for id
The unique ID number of firm-client linkage.
|
java.lang.Boolean |
getIsDeleted()
Getter for isDeleted
This is set to 1 if the linkage is deleted.
|
java.util.Date |
getModifiedDate()
Getter for modifiedDate
Modified date of the linkage
|
java.lang.Integer |
getModifiedUserId()
Getter for modifiedUserId
User who modified the linkage
|
FirmClientLinkageStatus |
getStatus()
Getter for status
The status of the account linkage.
|
void |
setClientAccountId(java.lang.Integer value)
Setter for clientAccountId
Client Account to be linked with the firm
|
void |
setClientAccountName(java.lang.String value)
Setter for clientAccountName
Client Account name
|
void |
setCreatedDate(java.util.Date value)
Setter for createdDate
Created date of the linkage
|
void |
setCreatedUserId(java.lang.Integer value)
Setter for createdUserId
User who created the linkage
|
void |
setFirmAccountId(java.lang.Integer value)
Setter for firmAccountId
Firm Account to be linked with the firm
|
void |
setFirmAccountName(java.lang.String value)
Setter for firmAccountName
FIrm Account name
|
void |
setFirmContactEmail(java.lang.String value)
Setter for firmContactEmail
Email of the firm's point of contact person for the client
|
void |
setFirmContactName(java.lang.String value)
Setter for firmContactName
Name of the firm's point of contact person for the client
|
void |
setId(java.lang.Integer value)
Setter for id
The unique ID number of firm-client linkage.
|
void |
setIsDeleted(java.lang.Boolean value)
Setter for isDeleted
This is set to 1 if the linkage is deleted.
|
void |
setModifiedDate(java.util.Date value)
Setter for modifiedDate
Modified date of the linkage
|
void |
setModifiedUserId(java.lang.Integer value)
Setter for modifiedUserId
User who modified the linkage
|
void |
setStatus(FirmClientLinkageStatus value)
Setter for status
The status of the account linkage.
|
java.lang.String |
toString()
Returns a JSON string representation of FirmClientLinkageOutputModel
|
public java.lang.Integer getId()
public void setId(java.lang.Integer value)
public java.lang.Integer getFirmAccountId()
public void setFirmAccountId(java.lang.Integer value)
public java.lang.String getFirmAccountName()
public void setFirmAccountName(java.lang.String value)
public java.lang.Integer getClientAccountId()
public void setClientAccountId(java.lang.Integer value)
public java.lang.String getClientAccountName()
public void setClientAccountName(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 FirmClientLinkageStatus getStatus()
public void setStatus(FirmClientLinkageStatus value)
public java.lang.Boolean getIsDeleted()
public void setIsDeleted(java.lang.Boolean value)
public java.lang.String getFirmContactName()
public void setFirmContactName(java.lang.String value)
public java.lang.String getFirmContactEmail()
public void setFirmContactEmail(java.lang.String value)
public java.lang.String toString()
toString
in class java.lang.Object