public class TaxRegion extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements org.kuali.rice.core.api.mo.common.active.MutableInactivatable
Modifier and Type | Field and Description |
---|---|
protected Account |
account |
protected String |
accountNumber |
protected boolean |
active |
protected Chart |
chartOfAccounts |
protected String |
chartOfAccountsCode |
protected String |
financialObjectCode |
protected ObjectCodeCurrent |
objectCode |
protected String |
taxRegionCode |
protected List<TaxRegionCounty> |
taxRegionCounties |
protected String |
taxRegionName |
protected List<TaxRegionPostalCode> |
taxRegionPostalCodes |
protected List<TaxRegionRate> |
taxRegionRates |
protected List<TaxRegionState> |
taxRegionStates |
protected TaxRegionType |
taxRegionType |
protected String |
taxRegionTypeCode |
protected boolean |
taxRegionUseTaxIndicator |
Constructor and Description |
---|
TaxRegion() |
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
protected String taxRegionCode
protected String taxRegionName
protected String taxRegionTypeCode
protected String chartOfAccountsCode
protected String accountNumber
protected String financialObjectCode
protected boolean active
protected boolean taxRegionUseTaxIndicator
protected Chart chartOfAccounts
protected ObjectCodeCurrent objectCode
protected TaxRegionType taxRegionType
protected List<TaxRegionRate> taxRegionRates
protected List<TaxRegionState> taxRegionStates
protected List<TaxRegionCounty> taxRegionCounties
protected List<TaxRegionPostalCode> taxRegionPostalCodes
public TaxRegion()
public List<TaxRegionRate> getTaxRegionRates()
public void setTaxRegionRates(List<TaxRegionRate> taxRegionRates)
public List<TaxRegionState> getTaxRegionStates()
public void setTaxRegionStates(List<TaxRegionState> taxRegionStates)
public List<TaxRegionCounty> getTaxRegionCounties()
public void setTaxRegionCounties(List<TaxRegionCounty> taxRegionCounties)
public List<TaxRegionPostalCode> getTaxRegionPostalCodes()
public void setTaxRegionPostalCodes(List<TaxRegionPostalCode> taxRegionPostalCodes)
public TaxRegionType getTaxRegionType()
public void setTaxRegionType(TaxRegionType taxRegionType)
public String getAccountNumber()
public void setAccountNumber(String accountNumber)
public boolean isActive()
isActive
in interface org.kuali.rice.core.api.mo.common.active.Inactivatable
public void setActive(boolean active)
setActive
in interface org.kuali.rice.core.api.mo.common.active.MutableInactivatable
public String getChartOfAccountsCode()
public void setChartOfAccountsCode(String chartOfAccountsCode)
public String getFinancialObjectCode()
public void setFinancialObjectCode(String financialObjectCode)
public String getTaxRegionCode()
public void setTaxRegionCode(String taxDistrictCode)
public String getTaxRegionName()
public void setTaxRegionName(String taxDistrictName)
protected LinkedHashMap toStringMapper_RICE20_REFACTORME()
public String toString()
toString
in interface org.kuali.rice.core.api.mo.ModelObjectBasic
toString
in class org.kuali.rice.krad.bo.BusinessObjectBase
public Account getAccount()
public void setAccount(Account account)
public Chart getChartOfAccounts()
public void setChartOfAccounts(Chart chartOfAccounts)
public ObjectCodeCurrent getObjectCode()
public void setObjectCode(ObjectCodeCurrent objectCode)
public String getTaxRegionTypeCode()
public void setTaxRegionTypeCode(String taxRegionTypeCode)
public boolean isTaxRegionUseTaxIndicator()
public void setTaxRegionUseTaxIndicator(boolean taxRegionUseTaxIndicator)
public TaxRegionRate getEffectiveTaxRegionRate(Date dateOfTransaction)
dateOfTransaction
- Copyright © 2004–2015 The Kuali Foundation. All rights reserved.