public class TaxRegionState extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements org.kuali.rice.core.api.mo.common.active.MutableInactivatable
| Modifier and Type | Field and Description | 
|---|---|
| protected boolean | active | 
| protected org.kuali.rice.location.framework.country.CountryEbo | country | 
| protected String | postalCountryCode | 
| protected org.kuali.rice.location.framework.state.StateEbo | state | 
| protected String | stateCode | 
| protected TaxRegion | taxRegion | 
| protected String | taxRegionCode | 
| Constructor and Description | 
|---|
| TaxRegionState() | 
| Modifier and Type | Method and Description | 
|---|---|
| org.kuali.rice.location.framework.country.CountryEbo | getCountry()Gets the country attribute. | 
| String | getPostalCountryCode()Gets the postalCountryCode attribute. | 
| org.kuali.rice.location.framework.state.StateEbo | getState() | 
| String | getStateCode() | 
| TaxRegion | getTaxRegion() | 
| String | getTaxRegionCode() | 
| boolean | isActive() | 
| void | setActive(boolean active) | 
| void | setCountry(org.kuali.rice.location.framework.country.CountryEbo country)Sets the country attribute value. | 
| void | setPostalCountryCode(String postalCountryCode)Sets the postalCountryCode attribute value. | 
| void | setState(org.kuali.rice.location.framework.state.StateEbo state) | 
| void | setStateCode(String stateCode) | 
| void | setTaxRegion(TaxRegion taxRegion) | 
| void | setTaxRegionCode(String taxRegionCode) | 
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, setVersionNumberprotected String postalCountryCode
protected String taxRegionCode
protected boolean active
protected org.kuali.rice.location.framework.country.CountryEbo country
protected org.kuali.rice.location.framework.state.StateEbo state
public TaxRegionState()
public boolean isActive()
isActive in interface org.kuali.rice.core.api.mo.common.active.Inactivatablepublic void setActive(boolean active)
setActive in interface org.kuali.rice.core.api.mo.common.active.MutableInactivatablepublic String getStateCode()
public void setStateCode(String stateCode)
public TaxRegion getTaxRegion()
public void setTaxRegion(TaxRegion taxRegion)
public String getTaxRegionCode()
public void setTaxRegionCode(String taxRegionCode)
public org.kuali.rice.location.framework.state.StateEbo getState()
public void setState(org.kuali.rice.location.framework.state.StateEbo state)
public String getPostalCountryCode()
public void setPostalCountryCode(String postalCountryCode)
postalCountryCode - The postalCountryCode to set.public org.kuali.rice.location.framework.country.CountryEbo getCountry()
public void setCountry(org.kuali.rice.location.framework.country.CountryEbo country)
country - The country to set.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.