Class FirmClientLinkageOutputModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.FirmClientLinkageOutputModel
-
public class FirmClientLinkageOutputModel extends java.lang.ObjectAccount Linkage output model
-
-
Constructor Summary
Constructors Constructor Description FirmClientLinkageOutputModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegergetClientAccountId()Getter for clientAccountId Client Account to be linked with the firmjava.lang.StringgetClientAccountName()Getter for clientAccountName Client Account namejava.util.DategetCreatedDate()Getter for createdDate Created date of the linkagejava.lang.IntegergetCreatedUserId()Getter for createdUserId User who created the linkagejava.lang.IntegergetFirmAccountId()Getter for firmAccountId Firm Account to be linked with the firmjava.lang.StringgetFirmAccountName()Getter for firmAccountName FIrm Account namejava.lang.StringgetFirmContactEmail()Getter for firmContactEmail Email of the firm's point of contact person for the clientjava.lang.StringgetFirmContactName()Getter for firmContactName Name of the firm's point of contact person for the clientjava.lang.IntegergetId()Getter for id The unique ID number of firm-client linkage.java.lang.BooleangetIsDeleted()Getter for isDeleted This is set to 1 if the linkage is deleted.java.util.DategetModifiedDate()Getter for modifiedDate Modified date of the linkagejava.lang.IntegergetModifiedUserId()Getter for modifiedUserId User who modified the linkageFirmClientLinkageStatusgetStatus()Getter for status The status of the account linkage.voidsetClientAccountId(java.lang.Integer value)Setter for clientAccountId Client Account to be linked with the firmvoidsetClientAccountName(java.lang.String value)Setter for clientAccountName Client Account namevoidsetCreatedDate(java.util.Date value)Setter for createdDate Created date of the linkagevoidsetCreatedUserId(java.lang.Integer value)Setter for createdUserId User who created the linkagevoidsetFirmAccountId(java.lang.Integer value)Setter for firmAccountId Firm Account to be linked with the firmvoidsetFirmAccountName(java.lang.String value)Setter for firmAccountName FIrm Account namevoidsetFirmContactEmail(java.lang.String value)Setter for firmContactEmail Email of the firm's point of contact person for the clientvoidsetFirmContactName(java.lang.String value)Setter for firmContactName Name of the firm's point of contact person for the clientvoidsetId(java.lang.Integer value)Setter for id The unique ID number of firm-client linkage.voidsetIsDeleted(java.lang.Boolean value)Setter for isDeleted This is set to 1 if the linkage is deleted.voidsetModifiedDate(java.util.Date value)Setter for modifiedDate Modified date of the linkagevoidsetModifiedUserId(java.lang.Integer value)Setter for modifiedUserId User who modified the linkagevoidsetStatus(FirmClientLinkageStatus value)Setter for status The status of the account linkage.java.lang.StringtoString()Returns a JSON string representation of FirmClientLinkageOutputModel
-
-
-
Method Detail
-
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:
toStringin classjava.lang.Object
-
-