public class TaxRegionJurisdictionModel
extends java.lang.Object
Constructor and Description |
---|
TaxRegionJurisdictionModel() |
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getEffectiveDate()
Getter for effectiveDate
The date in which this tax region jurisdiction starts to take effect.
|
java.util.Date |
getEndDate()
Getter for endDate
The date in which this tax region jurisdiction stops to take effect.
|
java.lang.Integer |
getJurisdictionId()
Getter for jurisdictionId
The id of the jurisdiction.
|
java.lang.Integer |
getJurisdictionLevelId()
Getter for jurisdictionLevelId
The id of the jurisdiction level.
|
java.lang.Integer |
getReportLevel()
Getter for reportLevel
The report level.
|
java.lang.String |
getRockName()
Getter for rockName
The rock name.
|
java.lang.String |
getSignatureCode()
Getter for signatureCode
The signature code.
|
java.lang.String |
getStateAssignedCode()
Getter for stateAssignedCode
The state assigned code.
|
java.lang.Integer |
getTaxAuthorityId()
Getter for taxAuthorityId
The id of the tax authority.
|
java.lang.Integer |
getTaxRegionId()
Getter for taxRegionId
The id of the tax region.
|
void |
setEffectiveDate(java.util.Date value)
Setter for effectiveDate
The date in which this tax region jurisdiction starts to take effect.
|
void |
setEndDate(java.util.Date value)
Setter for endDate
The date in which this tax region jurisdiction stops to take effect.
|
void |
setJurisdictionId(java.lang.Integer value)
Setter for jurisdictionId
The id of the jurisdiction.
|
void |
setJurisdictionLevelId(java.lang.Integer value)
Setter for jurisdictionLevelId
The id of the jurisdiction level.
|
void |
setReportLevel(java.lang.Integer value)
Setter for reportLevel
The report level.
|
void |
setRockName(java.lang.String value)
Setter for rockName
The rock name.
|
void |
setSignatureCode(java.lang.String value)
Setter for signatureCode
The signature code.
|
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.
|
void |
setTaxRegionId(java.lang.Integer value)
Setter for taxRegionId
The id of the tax region.
|
java.lang.String |
toString()
Returns a JSON string representation of TaxRegionJurisdictionModel
|
public java.lang.Integer getJurisdictionId()
public void setJurisdictionId(java.lang.Integer value)
public java.lang.Integer getTaxRegionId()
public void setTaxRegionId(java.lang.Integer value)
public java.lang.Integer getJurisdictionLevelId()
public void setJurisdictionLevelId(java.lang.Integer value)
public java.lang.String getRockName()
public void setRockName(java.lang.String value)
public java.lang.Integer getReportLevel()
public void setReportLevel(java.lang.Integer 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 getSignatureCode()
public void setSignatureCode(java.lang.String value)
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 toString()
toString
in class java.lang.Object