Class FirmClientLinkageOutputModel
java.lang.Object
net.avalara.avatax.rest.client.models.FirmClientLinkageOutputModel
public class FirmClientLinkageOutputModel
extends java.lang.Object
Account Linkage output model
-
Constructor Summary
Constructors Constructor Description FirmClientLinkageOutputModel()
-
Method Summary
Modifier and Type Method Description java.lang.Integer
getClientAccountId()
Getter for clientAccountId Client Account to be linked with the firmjava.lang.String
getClientAccountName()
Getter for clientAccountName Client Account namejava.util.Date
getCreatedDate()
Getter for createdDate Created date of the linkagejava.lang.Integer
getCreatedUserId()
Getter for createdUserId User who created the linkagejava.lang.Integer
getFirmAccountId()
Getter for firmAccountId Firm Account to be linked with the firmjava.lang.String
getFirmAccountName()
Getter for firmAccountName FIrm Account namejava.lang.String
getFirmContactEmail()
Getter for firmContactEmail Email of the firm's point of contact person for the clientjava.lang.String
getFirmContactName()
Getter for firmContactName Name of the firm's point of contact person for the clientjava.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 linkagejava.lang.Integer
getModifiedUserId()
Getter for modifiedUserId User who modified the linkageFirmClientLinkageStatus
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 firmvoid
setClientAccountName(java.lang.String value)
Setter for clientAccountName Client Account namevoid
setCreatedDate(java.util.Date value)
Setter for createdDate Created date of the linkagevoid
setCreatedUserId(java.lang.Integer value)
Setter for createdUserId User who created the linkagevoid
setFirmAccountId(java.lang.Integer value)
Setter for firmAccountId Firm Account to be linked with the firmvoid
setFirmAccountName(java.lang.String value)
Setter for firmAccountName FIrm Account namevoid
setFirmContactEmail(java.lang.String value)
Setter for firmContactEmail Email of the firm's point of contact person for the clientvoid
setFirmContactName(java.lang.String value)
Setter for firmContactName Name of the firm's point of contact person for the clientvoid
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 linkagevoid
setModifiedUserId(java.lang.Integer value)
Setter for modifiedUserId User who modified the linkagevoid
setStatus(FirmClientLinkageStatus value)
Setter for status The status of the account linkage.java.lang.String
toString()
Returns a JSON string representation of FirmClientLinkageOutputModel
-
Constructor Details
-
FirmClientLinkageOutputModel
public FirmClientLinkageOutputModel()
-
-
Method Details
-
getId
public java.lang.Integer getId()Getter for id The unique ID number of firm-client linkage. -
setId
public void setId(java.lang.Integer value)Setter for id The unique ID number of firm-client linkage. -
getFirmAccountId
public java.lang.Integer getFirmAccountId()Getter for firmAccountId Firm Account to be linked with the firm -
setFirmAccountId
public void setFirmAccountId(java.lang.Integer value)Setter for firmAccountId Firm Account to be linked with the firm -
getFirmAccountName
public java.lang.String getFirmAccountName()Getter for firmAccountName FIrm Account name -
setFirmAccountName
public void setFirmAccountName(java.lang.String value)Setter for firmAccountName FIrm Account name -
getClientAccountId
public java.lang.Integer getClientAccountId()Getter for clientAccountId Client Account to be linked with the firm -
setClientAccountId
public void setClientAccountId(java.lang.Integer value)Setter for clientAccountId Client Account to be linked with the firm -
getClientAccountName
public java.lang.String getClientAccountName()Getter for clientAccountName Client Account name -
setClientAccountName
public void setClientAccountName(java.lang.String value)Setter for clientAccountName Client Account name -
getCreatedDate
public java.util.Date getCreatedDate()Getter for createdDate Created date of the linkage -
setCreatedDate
public void setCreatedDate(java.util.Date value)Setter for createdDate Created date of the linkage -
getCreatedUserId
public java.lang.Integer getCreatedUserId()Getter for createdUserId User who created the linkage -
setCreatedUserId
public void setCreatedUserId(java.lang.Integer value)Setter for createdUserId User who created the linkage -
getModifiedDate
public java.util.Date getModifiedDate()Getter for modifiedDate Modified date of the linkage -
setModifiedDate
public void setModifiedDate(java.util.Date value)Setter for modifiedDate Modified date of the linkage -
getModifiedUserId
public java.lang.Integer getModifiedUserId()Getter for modifiedUserId User who modified the linkage -
setModifiedUserId
public void setModifiedUserId(java.lang.Integer value)Setter for modifiedUserId User who modified the linkage -
getStatus
Getter for status The status of the account linkage. The following are the available statuses * Requested - When a linkage is requested * Approved - When the linkage is approved * Rejected - When the linkage is rejected * Revoked - When the linkage is revoked. -
setStatus
Setter for status The status of the account linkage. The following are the available statuses * Requested - When a linkage is requested * Approved - When the linkage is approved * Rejected - When the linkage is rejected * Revoked - When the linkage is revoked. -
getIsDeleted
public java.lang.Boolean getIsDeleted()Getter for isDeleted This is set to 1 if the linkage is deleted. -
setIsDeleted
public void setIsDeleted(java.lang.Boolean value)Setter for isDeleted This is set to 1 if the linkage is deleted. -
getFirmContactName
public java.lang.String getFirmContactName()Getter for firmContactName Name of the firm's point of contact person for the client -
setFirmContactName
public void setFirmContactName(java.lang.String value)Setter for firmContactName Name of the firm's point of contact person for the client -
getFirmContactEmail
public java.lang.String getFirmContactEmail()Getter for firmContactEmail Email of the firm's point of contact person for the client -
setFirmContactEmail
public void setFirmContactEmail(java.lang.String value)Setter for firmContactEmail Email of the firm's point of contact person for the client -
toString
public java.lang.String toString()Returns a JSON string representation of FirmClientLinkageOutputModel- Overrides:
toString
in classjava.lang.Object
-