public class FilingCalendarModel
extends java.lang.Object
Constructor and Description |
---|
FilingCalendarModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAlAccessCode()
Getter for alAccessCode - Custom filing information field for Alabama.
|
java.lang.String |
getAlSignOn()
Getter for alSignOn - Custom filing information field for Alabama.
|
java.lang.String |
getCity()
Getter for city - The city name of the physical address to be used when filing this tax return.
|
java.lang.Integer |
getCompanyId()
Getter for companyId - The unique ID number of the company to which this filing calendar belongs.
|
java.lang.String |
getCountry()
Getter for country - The two character ISO-3166 country code of the physical address to be used when filing this return.
|
java.util.Date |
getCreatedDate()
Getter for createdDate - The date when this record was created.
|
java.lang.Integer |
getCreatedUserId()
Getter for createdUserId - The User ID of the user who created this record.
|
java.lang.String |
getCtReg()
Getter for ctReg - Custom filing information field for Connecticut.
|
java.lang.String |
getCustomerFilingInstructions()
Getter for customerFilingInstructions - Special filing instructions to be used when filing this return.
|
java.util.Date |
getEffectiveDate()
Getter for effectiveDate - The earliest date for the tax period when this return should be filed.
|
java.lang.String |
getEFilePassword()
Getter for eFilePassword - If you file electronically, this is the password or pass code you use to log in to the tax authority's website.
|
java.lang.String |
getEFileUsername()
Getter for eFileUsername - If you file electronically, this is the username you use to log in to the tax authority's website.
|
java.lang.String |
getEmployerIdentificationNumber()
Getter for employerIdentificationNumber - The Employer Identification Number or Taxpayer Identification Number that is to be used when filing this return.
|
java.util.Date |
getEndDate()
Getter for endDate - The last date for the tax period when this return should be filed.
|
FilingFrequencyId |
getFilingFrequencyId()
Getter for filingFrequencyId - The frequency on which this tax form is filed.
|
FilingTypeId |
getFilingTypeId()
Getter for filingTypeId - The method to be used when filing this return.
|
java.lang.String |
getIaBen()
Getter for iaBen - Custom filing information field for Iowa.
|
java.lang.Long |
getId()
Getter for id - The unique ID number of this filing calendar.
|
java.lang.String |
getInternalNotes()
Getter for internalNotes - Internal filing notes.
|
java.lang.String |
getLegalEntityName()
Getter for legalEntityName - The legal entity name to be used when filing this return.
|
java.lang.String |
getLine1()
Getter for line1 - The first line of the physical address to be used when filing this tax return.
|
java.lang.String |
getLine2()
Getter for line2 - The second line of the physical address to be used when filing this tax return.
|
java.lang.String |
getLocalRegistrationId()
Getter for localRegistrationId - Tax Registration ID for the local jurisdiction, if any.
|
java.lang.String |
getLocationCode()
Getter for locationCode - If this calendar is for a location-specific tax return, specify the location code here.
|
java.lang.String |
getMeBusinessCode()
Getter for meBusinessCode - Custom filing information field for Maine.
|
java.util.Date |
getModifiedDate()
Getter for modifiedDate - The date/time when this record was last modified.
|
java.lang.Integer |
getModifiedUserId()
Getter for modifiedUserId - The user ID of the user who last modified this record.
|
java.lang.Integer |
getMonths()
Getter for months - A 16-bit bitmap containing a 1 for each month when the return should be filed.
|
java.lang.String |
getOther1Name()
Getter for other1Name - Custom filing information field.
|
java.lang.String |
getOther1Value()
Getter for other1Value - Custom filing information field.
|
java.lang.String |
getOther2Name()
Getter for other2Name - Custom filing information field.
|
java.lang.String |
getOther2Value()
Getter for other2Value - Custom filing information field.
|
java.lang.String |
getOther3Name()
Getter for other3Name - Custom filing information field.
|
java.lang.String |
getOther3Value()
Getter for other3Value - Custom filing information field.
|
OutletTypeId |
getOutletTypeId()
Getter for outletTypeId - If this calendar is for a location-specific tax return, specify the location-specific behavior here.
|
java.lang.String |
getPaymentCurrency()
Getter for paymentCurrency - Specify the ISO 4217 currency code for the currency to remit for this tax return.
|
java.lang.String |
getPhone()
Getter for phone - The phone number to be used when filing this return.
|
java.lang.String |
getPostalCode()
Getter for postalCode - The postal code or zip code of the physical address to be used when filing this tax return.
|
java.lang.Integer |
getPrepayPercentage()
Getter for prepayPercentage - If you are required to prepay a percentage of taxes for future periods, please specify the percentage in whole numbers;
for example, the value 90 would indicate 90%.
|
java.lang.String |
getRegion()
Getter for region - The state, region, or province of the physical address to be used when filing this tax return.
|
java.lang.String |
getReturnName()
Getter for returnName - The name of the tax form to file.
|
java.lang.String |
getStateRegistrationId()
Getter for stateRegistrationId - Tax Registration ID for this Region - in the U.S., this is for your state.
|
java.lang.Integer |
getTaxAuthorityId()
Getter for taxAuthorityId - The unique ID of the tax authority of this return.
|
java.lang.String |
getTaxAuthorityName()
Getter for taxAuthorityName - The name of the tax authority of this return.
|
java.lang.String |
getTaxAuthorityType()
Getter for taxAuthorityType - The type description of the tax authority of this return.
|
MatchingTaxType |
getTaxTypeId()
Getter for taxTypeId - The type of tax to report on this return.
|
void |
setAlAccessCode(java.lang.String alAccessCode)
Setter for alAccessCode - Custom filing information field for Alabama.
|
void |
setAlSignOn(java.lang.String alSignOn)
Setter for alSignOn - Custom filing information field for Alabama.
|
void |
setCity(java.lang.String city)
Setter for city - The city name of the physical address to be used when filing this tax return.
|
void |
setCompanyId(java.lang.Integer companyId)
Setter for companyId - The unique ID number of the company to which this filing calendar belongs.
|
void |
setCountry(java.lang.String country)
Setter for country - The two character ISO-3166 country code of the physical address to be used when filing this return.
|
void |
setCreatedDate(java.util.Date createdDate)
Setter for createdDate - The date when this record was created.
|
void |
setCreatedUserId(java.lang.Integer createdUserId)
Setter for createdUserId - The User ID of the user who created this record.
|
void |
setCtReg(java.lang.String ctReg)
Setter for ctReg - Custom filing information field for Connecticut.
|
void |
setCustomerFilingInstructions(java.lang.String customerFilingInstructions)
Setter for customerFilingInstructions - Special filing instructions to be used when filing this return.
|
void |
setEffectiveDate(java.util.Date effectiveDate)
Setter for effectiveDate - The earliest date for the tax period when this return should be filed.
|
void |
setEFilePassword(java.lang.String eFilePassword)
Setter for eFilePassword - If you file electronically, this is the password or pass code you use to log in to the tax authority's website.
|
void |
setEFileUsername(java.lang.String eFileUsername)
Setter for eFileUsername - If you file electronically, this is the username you use to log in to the tax authority's website.
|
void |
setEmployerIdentificationNumber(java.lang.String employerIdentificationNumber)
Setter for employerIdentificationNumber - The Employer Identification Number or Taxpayer Identification Number that is to be used when filing this return.
|
void |
setEndDate(java.util.Date endDate)
Setter for endDate - The last date for the tax period when this return should be filed.
|
void |
setFilingFrequencyId(FilingFrequencyId filingFrequencyId)
Setter for filingFrequencyId - The frequency on which this tax form is filed.
|
void |
setFilingTypeId(FilingTypeId filingTypeId)
Setter for filingTypeId - The method to be used when filing this return.
|
void |
setIaBen(java.lang.String iaBen)
Setter for iaBen - Custom filing information field for Iowa.
|
void |
setId(java.lang.Long id)
Setter for id - The unique ID number of this filing calendar.
|
void |
setInternalNotes(java.lang.String internalNotes)
Setter for internalNotes - Internal filing notes.
|
void |
setLegalEntityName(java.lang.String legalEntityName)
Setter for legalEntityName - The legal entity name to be used when filing this return.
|
void |
setLine1(java.lang.String line1)
Setter for line1 - The first line of the physical address to be used when filing this tax return.
|
void |
setLine2(java.lang.String line2)
Setter for line2 - The second line of the physical address to be used when filing this tax return.
|
void |
setLocalRegistrationId(java.lang.String localRegistrationId)
Setter for localRegistrationId - Tax Registration ID for the local jurisdiction, if any.
|
void |
setLocationCode(java.lang.String locationCode)
Setter for locationCode - If this calendar is for a location-specific tax return, specify the location code here.
|
void |
setMeBusinessCode(java.lang.String meBusinessCode)
Setter for meBusinessCode - Custom filing information field for Maine.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Setter for modifiedDate - The date/time when this record was last modified.
|
void |
setModifiedUserId(java.lang.Integer modifiedUserId)
Setter for modifiedUserId - The user ID of the user who last modified this record.
|
void |
setMonths(java.lang.Integer months)
Setter for months - A 16-bit bitmap containing a 1 for each month when the return should be filed.
|
void |
setOther1Name(java.lang.String other1Name)
Setter for other1Name - Custom filing information field.
|
void |
setOther1Value(java.lang.String other1Value)
Setter for other1Value - Custom filing information field.
|
void |
setOther2Name(java.lang.String other2Name)
Setter for other2Name - Custom filing information field.
|
void |
setOther2Value(java.lang.String other2Value)
Setter for other2Value - Custom filing information field.
|
void |
setOther3Name(java.lang.String other3Name)
Setter for other3Name - Custom filing information field.
|
void |
setOther3Value(java.lang.String other3Value)
Setter for other3Value - Custom filing information field.
|
void |
setOutletTypeId(OutletTypeId outletTypeId)
Setter for outletTypeId - If this calendar is for a location-specific tax return, specify the location-specific behavior here.
|
void |
setPaymentCurrency(java.lang.String paymentCurrency)
Setter for paymentCurrency - Specify the ISO 4217 currency code for the currency to remit for this tax return.
|
void |
setPhone(java.lang.String phone)
Setter for phone - The phone number to be used when filing this return.
|
void |
setPostalCode(java.lang.String postalCode)
Setter for postalCode - The postal code or zip code of the physical address to be used when filing this tax return.
|
void |
setPrepayPercentage(java.lang.Integer prepayPercentage)
Setter for prepayPercentage - If you are required to prepay a percentage of taxes for future periods, please specify the percentage in whole numbers;
for example, the value 90 would indicate 90%.
|
void |
setRegion(java.lang.String region)
Setter for region - The state, region, or province of the physical address to be used when filing this tax return.
|
void |
setReturnName(java.lang.String returnName)
Setter for returnName - The name of the tax form to file.
|
void |
setStateRegistrationId(java.lang.String stateRegistrationId)
Setter for stateRegistrationId - Tax Registration ID for this Region - in the U.S., this is for your state.
|
void |
setTaxAuthorityId(java.lang.Integer taxAuthorityId)
Setter for taxAuthorityId - The unique ID of the tax authority of this return.
|
void |
setTaxAuthorityName(java.lang.String taxAuthorityName)
Setter for taxAuthorityName - The name of the tax authority of this return.
|
void |
setTaxAuthorityType(java.lang.String taxAuthorityType)
Setter for taxAuthorityType - The type description of the tax authority of this return.
|
void |
setTaxTypeId(MatchingTaxType taxTypeId)
Setter for taxTypeId - The type of tax to report on this return.
|
java.lang.String |
toString()
Returns a JSON string representation of FilingCalendarModel.
|
public java.lang.String getOther1Name()
public void setOther1Name(java.lang.String other1Name)
public java.lang.String getPaymentCurrency()
public void setPaymentCurrency(java.lang.String paymentCurrency)
public java.lang.String getCity()
public void setCity(java.lang.String city)
public java.lang.String getEFileUsername()
public void setEFileUsername(java.lang.String eFileUsername)
public java.lang.String getOther2Name()
public void setOther2Name(java.lang.String other2Name)
public java.lang.Integer getPrepayPercentage()
public void setPrepayPercentage(java.lang.Integer prepayPercentage)
public java.lang.String getOther1Value()
public void setOther1Value(java.lang.String other1Value)
public java.lang.String getAlSignOn()
public void setAlSignOn(java.lang.String alSignOn)
public java.lang.String getEmployerIdentificationNumber()
public void setEmployerIdentificationNumber(java.lang.String employerIdentificationNumber)
public java.lang.String getLegalEntityName()
public void setLegalEntityName(java.lang.String legalEntityName)
public MatchingTaxType getTaxTypeId()
public void setTaxTypeId(MatchingTaxType taxTypeId)
public java.util.Date getEndDate()
public void setEndDate(java.util.Date endDate)
public java.lang.String getTaxAuthorityName()
public void setTaxAuthorityName(java.lang.String taxAuthorityName)
public java.lang.String getReturnName()
public void setReturnName(java.lang.String returnName)
public OutletTypeId getOutletTypeId()
public void setOutletTypeId(OutletTypeId outletTypeId)
public java.lang.String getOther3Value()
public void setOther3Value(java.lang.String other3Value)
public java.lang.String getTaxAuthorityType()
public void setTaxAuthorityType(java.lang.String taxAuthorityType)
public java.lang.String getAlAccessCode()
public void setAlAccessCode(java.lang.String alAccessCode)
public java.util.Date getModifiedDate()
public void setModifiedDate(java.util.Date modifiedDate)
public java.lang.String getCtReg()
public void setCtReg(java.lang.String ctReg)
public java.lang.String getLocationCode()
public void setLocationCode(java.lang.String locationCode)
public java.lang.String getIaBen()
public void setIaBen(java.lang.String iaBen)
public FilingTypeId getFilingTypeId()
public void setFilingTypeId(FilingTypeId filingTypeId)
public java.lang.String getCountry()
public void setCountry(java.lang.String country)
public java.lang.String getOther3Name()
public void setOther3Name(java.lang.String other3Name)
public java.lang.String getInternalNotes()
public void setInternalNotes(java.lang.String internalNotes)
public java.lang.String getLine1()
public void setLine1(java.lang.String line1)
public java.lang.String getEFilePassword()
public void setEFilePassword(java.lang.String eFilePassword)
public java.lang.String getPostalCode()
public void setPostalCode(java.lang.String postalCode)
public java.lang.Long getId()
public void setId(java.lang.Long id)
public java.lang.String getMeBusinessCode()
public void setMeBusinessCode(java.lang.String meBusinessCode)
public java.lang.Integer getTaxAuthorityId()
public void setTaxAuthorityId(java.lang.Integer taxAuthorityId)
public java.lang.String getLocalRegistrationId()
public void setLocalRegistrationId(java.lang.String localRegistrationId)
public java.lang.Integer getModifiedUserId()
public void setModifiedUserId(java.lang.Integer modifiedUserId)
public java.util.Date getEffectiveDate()
public void setEffectiveDate(java.util.Date effectiveDate)
public java.lang.Integer getCreatedUserId()
public void setCreatedUserId(java.lang.Integer createdUserId)
public java.lang.String getRegion()
public void setRegion(java.lang.String region)
public FilingFrequencyId getFilingFrequencyId()
public void setFilingFrequencyId(FilingFrequencyId filingFrequencyId)
public java.lang.String getLine2()
public void setLine2(java.lang.String line2)
public java.lang.String getStateRegistrationId()
public void setStateRegistrationId(java.lang.String stateRegistrationId)
public java.lang.String getOther2Value()
public void setOther2Value(java.lang.String other2Value)
public java.lang.String getCustomerFilingInstructions()
public void setCustomerFilingInstructions(java.lang.String customerFilingInstructions)
public java.lang.Integer getMonths()
public void setMonths(java.lang.Integer months)
public java.lang.Integer getCompanyId()
public void setCompanyId(java.lang.Integer companyId)
public java.lang.String getPhone()
public void setPhone(java.lang.String phone)
public java.util.Date getCreatedDate()
public void setCreatedDate(java.util.Date createdDate)
public java.lang.String toString()
toString
in class java.lang.Object