public class TaxRegionCounty 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 org.kuali.rice.location.framework.county.CountyEbo |
county |
protected String |
countyCode |
protected String |
postalCountryCode |
protected String |
stateCode |
protected TaxRegion |
taxRegion |
protected String |
taxRegionCode |
Constructor and Description |
---|
TaxRegionCounty() |
Modifier and Type | Method and Description |
---|---|
org.kuali.rice.location.framework.country.CountryEbo |
getCountry()
Gets the country attribute.
|
org.kuali.rice.location.framework.county.CountyEbo |
getCounty() |
String |
getCountyCode() |
String |
getPostalCountryCode()
Gets the postalCountryCode attribute.
|
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 |
setCounty(org.kuali.rice.location.framework.county.CountyEbo county) |
void |
setCountyCode(String countyCode) |
void |
setPostalCountryCode(String postalCountryCode)
Sets the postalCountryCode attribute value.
|
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, setVersionNumber
protected String postalCountryCode
protected String countyCode
protected String taxRegionCode
protected boolean active
protected org.kuali.rice.location.framework.country.CountryEbo country
protected org.kuali.rice.location.framework.county.CountyEbo county
public TaxRegionCounty()
public String getCountyCode()
public void setCountyCode(String countyCode)
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 TaxRegion getTaxRegion()
public void setTaxRegion(TaxRegion taxRegion)
public String getStateCode()
public void setStateCode(String stateCode)
public String getTaxRegionCode()
public void setTaxRegionCode(String taxRegionCode)
public org.kuali.rice.location.framework.county.CountyEbo getCounty()
public void setCounty(org.kuali.rice.location.framework.county.CountyEbo county)
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.