public class DenormalizedJurisModel
extends java.lang.Object
Constructor and Description |
---|
DenormalizedJurisModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCity()
Getter for city
The jurisdiction's city.
|
java.lang.String |
getCountry()
Getter for country
The jurisdiction's country.
|
java.lang.String |
getCounty()
Getter for county
The jurisdiction's county.
|
java.util.Date |
getEffectiveDate()
Getter for effectiveDate
The jurisdiction's effective date.
|
java.util.Date |
getEndDate()
Getter for endDate
The jurisdiction's end date.
|
java.lang.String |
getJurisCode()
Getter for jurisCode
The jurisdiction's code.
|
java.lang.Integer |
getJurisdictionId()
Getter for jurisdictionId
The jurisdiction's id.
|
java.lang.String |
getJurisName()
Getter for jurisName
The jurisdiction's name.
|
JurisdictionType |
getJurisType()
Getter for jurisType
The jurisdiction's type.
|
java.lang.String |
getState()
Getter for state
The jurisdiction's region.
|
java.lang.String |
getStateAssignedCode()
Getter for stateAssignedCode
The state assigned code.
|
java.lang.Integer |
getTaxAuthorityId()
Getter for taxAuthorityId
The id of the tax authority.
|
void |
setCity(java.lang.String value)
Setter for city
The jurisdiction's city.
|
void |
setCountry(java.lang.String value)
Setter for country
The jurisdiction's country.
|
void |
setCounty(java.lang.String value)
Setter for county
The jurisdiction's county.
|
void |
setEffectiveDate(java.util.Date value)
Setter for effectiveDate
The jurisdiction's effective date.
|
void |
setEndDate(java.util.Date value)
Setter for endDate
The jurisdiction's end date.
|
void |
setJurisCode(java.lang.String value)
Setter for jurisCode
The jurisdiction's code.
|
void |
setJurisdictionId(java.lang.Integer value)
Setter for jurisdictionId
The jurisdiction's id.
|
void |
setJurisName(java.lang.String value)
Setter for jurisName
The jurisdiction's name.
|
void |
setJurisType(JurisdictionType value)
Setter for jurisType
The jurisdiction's type.
|
void |
setState(java.lang.String value)
Setter for state
The jurisdiction's region.
|
void |
setStateAssignedCode(java.lang.String value)
Setter for stateAssignedCode
The state assigned code.
|
void |
setTaxAuthorityId(java.lang.Integer value)
Setter for taxAuthorityId
The id of the tax authority.
|
java.lang.String |
toString()
Returns a JSON string representation of DenormalizedJurisModel
|
public java.util.Date getEffectiveDate()
public void setEffectiveDate(java.util.Date value)
public java.util.Date getEndDate()
public void setEndDate(java.util.Date value)
public java.lang.String getJurisCode()
public void setJurisCode(java.lang.String value)
public java.lang.Integer getJurisdictionId()
public void setJurisdictionId(java.lang.Integer value)
public JurisdictionType getJurisType()
public void setJurisType(JurisdictionType value)
public java.lang.String getJurisName()
public void setJurisName(java.lang.String value)
public java.lang.String getStateAssignedCode()
public void setStateAssignedCode(java.lang.String value)
public java.lang.Integer getTaxAuthorityId()
public void setTaxAuthorityId(java.lang.Integer value)
public java.lang.String getState()
public void setState(java.lang.String value)
public java.lang.String getCountry()
public void setCountry(java.lang.String value)
public java.lang.String getCounty()
public void setCounty(java.lang.String value)
public java.lang.String getCity()
public void setCity(java.lang.String value)
public java.lang.String toString()
toString
in class java.lang.Object