public class ExposureZoneModel
extends java.lang.Object
Constructor and Description |
---|
ExposureZoneModel() |
Modifier and Type | Method and 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
|
public java.lang.Integer getId()
public void setId(java.lang.Integer value)
public java.lang.Integer getCompanyId()
public void setCompanyId(java.lang.Integer value)
public java.lang.String getName()
public void setName(java.lang.String value)
public java.lang.String getTag()
public void setTag(java.lang.String value)
public java.lang.String getDescription()
public void setDescription(java.lang.String value)
public java.util.Date getCreated()
public void setCreated(java.util.Date value)
public java.util.Date getModified()
public void setModified(java.util.Date value)
public java.lang.String getRegion()
public void setRegion(java.lang.String value)
public java.lang.String getCountry()
public void setCountry(java.lang.String value)
public java.lang.String toString()
toString
in class java.lang.Object