Class ExposureZoneModel


  • public class ExposureZoneModel
    extends java.lang.Object
    Information about a physical area or zone in which a certificate can apply. An exposure zone for an exemption certificate will generally be a tax authority such as a state, country, or local government entity.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer getCompanyId()
      Getter for companyId The unique ID number of the AvaTax company that recorded this customer.
      java.lang.String getCountry()
      Getter for country Two character ISO 3166 county code for the country component of this exposure zone.
      java.util.Date getCreated()
      Getter for created The date when this record was created.
      java.lang.String getDescription()
      Getter for description A more complete description of this exposure zone, suitable for use as a tooltip or help text.
      java.lang.Integer getId()
      Getter for id A unique ID number representing this exposure zone.
      java.util.Date getModified()
      Getter for modified The date/time when this record was last modified.
      java.lang.String getName()
      Getter for name The short name of this exposure zone, suitable for use in a drop-down list.
      java.lang.String getRegion()
      Getter for region Two or three character ISO 3166 region, province, or state name of this exposure zone.
      java.lang.String getTag()
      Getter for tag A tag indicating
      void setCompanyId​(java.lang.Integer value)
      Setter for companyId The unique ID number of the AvaTax company that recorded this customer.
      void setCountry​(java.lang.String value)
      Setter for country Two character ISO 3166 county code for the country component of this exposure zone.
      void setCreated​(java.util.Date value)
      Setter for created The date when this record was created.
      void setDescription​(java.lang.String value)
      Setter for description A more complete description of this exposure zone, suitable for use as a tooltip or help text.
      void setId​(java.lang.Integer value)
      Setter for id A unique ID number representing this exposure zone.
      void setModified​(java.util.Date value)
      Setter for modified The date/time when this record was last modified.
      void setName​(java.lang.String value)
      Setter for name The short name of this exposure zone, suitable for use in a drop-down list.
      void setRegion​(java.lang.String value)
      Setter for region Two or three character ISO 3166 region, province, or state name of this exposure zone.
      void setTag​(java.lang.String value)
      Setter for tag A tag indicating
      java.lang.String toString()
      Returns a JSON string representation of ExposureZoneModel
      • Methods inherited from class java.lang.Object

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

      • ExposureZoneModel

        public ExposureZoneModel()
    • Method Detail

      • getId

        public java.lang.Integer getId()
        Getter for id A unique ID number representing this exposure zone.
      • setId

        public void setId​(java.lang.Integer value)
        Setter for id A unique ID number representing this exposure zone.
      • getCompanyId

        public java.lang.Integer getCompanyId()
        Getter for companyId The unique ID number of the AvaTax company that recorded this customer.
      • setCompanyId

        public void setCompanyId​(java.lang.Integer value)
        Setter for companyId The unique ID number of the AvaTax company that recorded this customer.
      • getName

        public java.lang.String getName()
        Getter for name The short name of this exposure zone, suitable for use in a drop-down list.
      • setName

        public void setName​(java.lang.String value)
        Setter for name The short name of this exposure zone, suitable for use in a drop-down list.
      • getTag

        public java.lang.String getTag()
        Getter for tag A tag indicating
      • setTag

        public void setTag​(java.lang.String value)
        Setter for tag A tag indicating
      • getDescription

        public java.lang.String getDescription()
        Getter for description A more complete description of this exposure zone, suitable for use as a tooltip or help text.
      • setDescription

        public void setDescription​(java.lang.String value)
        Setter for description A more complete description of this exposure zone, suitable for use as a tooltip or help text.
      • getCreated

        public java.util.Date getCreated()
        Getter for created The date when this record was created.
      • setCreated

        public void setCreated​(java.util.Date value)
        Setter for created The date when this record was created.
      • getModified

        public java.util.Date getModified()
        Getter for modified The date/time when this record was last modified.
      • setModified

        public void setModified​(java.util.Date value)
        Setter for modified The date/time when this record was last modified.
      • getRegion

        public java.lang.String getRegion()
        Getter for region Two or three character ISO 3166 region, province, or state name of this exposure zone.
      • setRegion

        public void setRegion​(java.lang.String value)
        Setter for region Two or three character ISO 3166 region, province, or state name of this exposure zone.
      • getCountry

        public java.lang.String getCountry()
        Getter for country Two character ISO 3166 county code for the country component of this exposure zone.
      • setCountry

        public void setCountry​(java.lang.String value)
        Setter for country Two character ISO 3166 county code for the country component of this exposure zone.
      • toString

        public java.lang.String toString()
        Returns a JSON string representation of ExposureZoneModel
        Overrides:
        toString in class java.lang.Object