public class EcmsModel
extends java.lang.Object
Constructor and Description |
---|
EcmsModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAddress1()
Getter for address1
Address line 1
|
java.lang.String |
getAddress2()
Getter for address2
Address line 2
|
java.lang.String |
getAddress3()
Getter for address3
Address line 3
|
java.lang.String |
getAvaCertId()
Getter for avaCertId
If the certificate record was synced from an AvaTax Certs account(as opposed to being entered in ECMS directly),
the unique AvaTax Certs identifier for the certificate record.
|
java.lang.Integer |
getBusinessTypeId()
Getter for businessTypeId
Business type the customer belongs to.
|
java.lang.String |
getBusinessTypeOtherDescription()
Getter for businessTypeOtherDescription
Other description for this business type
|
java.lang.String |
getCity()
Getter for city
City
|
java.lang.Integer |
getCompanyId()
Getter for companyId
Company ID
|
java.lang.String |
getCountry()
Getter for country
Name or ISO 3166 code identifying the country.
|
java.lang.String |
getCountryIssued()
Getter for countryIssued
Name or ISO 3166 code identifying the country that issued this ECMS certificate.
|
java.util.Date |
getCreatedDate()
Getter for createdDate
Date when this exempt certificate was created
|
java.lang.Integer |
getCreatedUserId()
Getter for createdUserId
User that creates the certificate
|
java.lang.String |
getCustomerCode()
Getter for customerCode
Customer code
|
java.lang.String |
getCustomerName()
Getter for customerName
Customer name
|
java.util.ArrayList<EcmsDetailModel> |
getDetails()
Getter for details
Exempt Cert details
|
java.lang.String |
getDocumentRefNo()
Getter for documentRefNo
Document Reference Number, in the case of single-use exemption certificates, the DocumentCode or PurchaseOrderNo to which the certificate should apply.
|
java.util.Date |
getEffectiveDate()
Getter for effectiveDate
Effective date for this exempt certificate
|
java.lang.Integer |
getExemptCertId()
Getter for exemptCertId
The calc_id associated with a certificate in CertCapture.
|
ExemptCertReviewStatusId |
getExemptCertReviewStatusId()
Getter for exemptCertReviewStatusId
Review status for this exempt certificate
|
ExemptCertStatusId |
getExemptCertStatusId()
Getter for exemptCertStatusId
Status for this exempt certificate
|
ExemptCertTypeId |
getExemptCertTypeId()
Getter for exemptCertTypeId
The type of exemption certificate.
|
java.lang.String |
getExemptReasonId()
Getter for exemptReasonId
Exempt reason associated with the certificate, coded by CustomerUsageType.
|
java.lang.String |
getExemptReasonOtherDescription()
Getter for exemptReasonOtherDescription
Other description for exempt reason i.e.
|
java.util.Date |
getExpiryDate()
Getter for expiryDate
When this exempt certificate will expire
|
java.util.Date |
getLastTransactionDate()
Getter for lastTransactionDate
Date when last transaction with this exempt certificate happened
|
java.util.Date |
getModifiedDate()
Getter for modifiedDate
Date when this exempt certificate was modified
|
java.lang.Integer |
getModifiedUserId()
Getter for modifiedUserId
Who modified this exempt certificate
|
java.lang.String |
getPostalCode()
Getter for postalCode
Postal code / zip code
|
java.lang.String |
getRegion()
Getter for region
Name or ISO 3166 code identifying the region within the country.
|
java.lang.String |
getRegionsApplicable()
Getter for regionsApplicable
A list of applicable regions for this exempt certificate.
|
void |
setAddress1(java.lang.String value)
Setter for address1
Address line 1
|
void |
setAddress2(java.lang.String value)
Setter for address2
Address line 2
|
void |
setAddress3(java.lang.String value)
Setter for address3
Address line 3
|
void |
setAvaCertId(java.lang.String value)
Setter for avaCertId
If the certificate record was synced from an AvaTax Certs account(as opposed to being entered in ECMS directly),
the unique AvaTax Certs identifier for the certificate record.
|
void |
setBusinessTypeId(java.lang.Integer value)
Setter for businessTypeId
Business type the customer belongs to.
|
void |
setBusinessTypeOtherDescription(java.lang.String value)
Setter for businessTypeOtherDescription
Other description for this business type
|
void |
setCity(java.lang.String value)
Setter for city
City
|
void |
setCompanyId(java.lang.Integer value)
Setter for companyId
Company ID
|
void |
setCountry(java.lang.String value)
Setter for country
Name or ISO 3166 code identifying the country.
|
void |
setCountryIssued(java.lang.String value)
Setter for countryIssued
Name or ISO 3166 code identifying the country that issued this ECMS certificate.
|
void |
setCreatedDate(java.util.Date value)
Setter for createdDate
Date when this exempt certificate was created
|
void |
setCreatedUserId(java.lang.Integer value)
Setter for createdUserId
User that creates the certificate
|
void |
setCustomerCode(java.lang.String value)
Setter for customerCode
Customer code
|
void |
setCustomerName(java.lang.String value)
Setter for customerName
Customer name
|
void |
setDetails(java.util.ArrayList<EcmsDetailModel> value)
Setter for details
Exempt Cert details
|
void |
setDocumentRefNo(java.lang.String value)
Setter for documentRefNo
Document Reference Number, in the case of single-use exemption certificates, the DocumentCode or PurchaseOrderNo to which the certificate should apply.
|
void |
setEffectiveDate(java.util.Date value)
Setter for effectiveDate
Effective date for this exempt certificate
|
void |
setExemptCertId(java.lang.Integer value)
Setter for exemptCertId
The calc_id associated with a certificate in CertCapture.
|
void |
setExemptCertReviewStatusId(ExemptCertReviewStatusId value)
Setter for exemptCertReviewStatusId
Review status for this exempt certificate
|
void |
setExemptCertStatusId(ExemptCertStatusId value)
Setter for exemptCertStatusId
Status for this exempt certificate
|
void |
setExemptCertTypeId(ExemptCertTypeId value)
Setter for exemptCertTypeId
The type of exemption certificate.
|
void |
setExemptReasonId(java.lang.String value)
Setter for exemptReasonId
Exempt reason associated with the certificate, coded by CustomerUsageType.
|
void |
setExemptReasonOtherDescription(java.lang.String value)
Setter for exemptReasonOtherDescription
Other description for exempt reason i.e.
|
void |
setExpiryDate(java.util.Date value)
Setter for expiryDate
When this exempt certificate will expire
|
void |
setLastTransactionDate(java.util.Date value)
Setter for lastTransactionDate
Date when last transaction with this exempt certificate happened
|
void |
setModifiedDate(java.util.Date value)
Setter for modifiedDate
Date when this exempt certificate was modified
|
void |
setModifiedUserId(java.lang.Integer value)
Setter for modifiedUserId
Who modified this exempt certificate
|
void |
setPostalCode(java.lang.String value)
Setter for postalCode
Postal code / zip code
|
void |
setRegion(java.lang.String value)
Setter for region
Name or ISO 3166 code identifying the region within the country.
|
void |
setRegionsApplicable(java.lang.String value)
Setter for regionsApplicable
A list of applicable regions for this exempt certificate.
|
java.lang.String |
toString()
Returns a JSON string representation of EcmsModel
|
public java.lang.Integer getExemptCertId()
public void setExemptCertId(java.lang.Integer value)
public java.lang.Integer getCompanyId()
public void setCompanyId(java.lang.Integer value)
public java.lang.String getCustomerCode()
public void setCustomerCode(java.lang.String value)
public java.lang.String getCustomerName()
public void setCustomerName(java.lang.String value)
public java.lang.String getAddress1()
public void setAddress1(java.lang.String value)
public java.lang.String getAddress2()
public void setAddress2(java.lang.String value)
public java.lang.String getAddress3()
public void setAddress3(java.lang.String value)
public java.lang.String getCity()
public void setCity(java.lang.String value)
public java.lang.String getRegion()
public void setRegion(java.lang.String value)
public java.lang.String getPostalCode()
public void setPostalCode(java.lang.String value)
public java.lang.String getCountry()
public void setCountry(java.lang.String value)
public ExemptCertTypeId getExemptCertTypeId()
public void setExemptCertTypeId(ExemptCertTypeId value)
public java.lang.String getDocumentRefNo()
public void setDocumentRefNo(java.lang.String value)
public java.lang.Integer getBusinessTypeId()
public void setBusinessTypeId(java.lang.Integer value)
public java.lang.String getBusinessTypeOtherDescription()
public void setBusinessTypeOtherDescription(java.lang.String value)
public java.lang.String getExemptReasonId()
public void setExemptReasonId(java.lang.String value)
public java.lang.String getExemptReasonOtherDescription()
public void setExemptReasonOtherDescription(java.lang.String value)
public java.util.Date getEffectiveDate()
public void setEffectiveDate(java.util.Date value)
public java.lang.String getRegionsApplicable()
public void setRegionsApplicable(java.lang.String value)
public ExemptCertStatusId getExemptCertStatusId()
public void setExemptCertStatusId(ExemptCertStatusId value)
public java.util.Date getCreatedDate()
public void setCreatedDate(java.util.Date value)
public java.util.Date getLastTransactionDate()
public void setLastTransactionDate(java.util.Date value)
public java.util.Date getExpiryDate()
public void setExpiryDate(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 java.lang.String getCountryIssued()
public void setCountryIssued(java.lang.String value)
public java.lang.String getAvaCertId()
public void setAvaCertId(java.lang.String value)
public ExemptCertReviewStatusId getExemptCertReviewStatusId()
public void setExemptCertReviewStatusId(ExemptCertReviewStatusId value)
public java.util.ArrayList<EcmsDetailModel> getDetails()
public void setDetails(java.util.ArrayList<EcmsDetailModel> value)
public java.lang.String toString()
toString
in class java.lang.Object