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 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • 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

      public FirmClientLinkageStatus 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

      public void setStatus​(FirmClientLinkageStatus value)
      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 class java.lang.Object