public class TaxRegionPostalCode 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 | postalCode | 
| protected String | postalCountryCode | 
| protected org.kuali.rice.location.framework.postalcode.PostalCodeEbo | postalZip | 
| protected TaxRegion | taxRegion | 
| protected String | taxRegionCode | 
| Constructor and Description | 
|---|
| TaxRegionPostalCode() | 
| Modifier and Type | Method and Description | 
|---|---|
| org.kuali.rice.location.framework.country.CountryEbo | getCountry() | 
| String | getPostalCode() | 
| String | getPostalCountryCode() | 
| org.kuali.rice.location.framework.postalcode.PostalCodeEbo | getPostalZip() | 
| TaxRegion | getTaxRegion() | 
| String | getTaxRegionCode() | 
| boolean | isActive() | 
| void | setActive(boolean active) | 
| void | setCountry(org.kuali.rice.location.framework.country.CountryEbo country) | 
| void | setPostalCode(String postalCode) | 
| void | setPostalCountryCode(String postalCountryCode) | 
| void | setPostalZip(org.kuali.rice.location.framework.postalcode.PostalCodeEbo postalZip) | 
| 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 postalCode
protected String taxRegionCode
protected boolean active
protected org.kuali.rice.location.framework.country.CountryEbo country
protected org.kuali.rice.location.framework.postalcode.PostalCodeEbo postalZip
public TaxRegionPostalCode()
public org.kuali.rice.location.framework.postalcode.PostalCodeEbo getPostalZip()
public void setPostalZip(org.kuali.rice.location.framework.postalcode.PostalCodeEbo postalZip)
public TaxRegion getTaxRegion()
public void setTaxRegion(TaxRegion taxRegion)
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 getPostalCode()
public void setPostalCode(String postalCode)
public String getTaxRegionCode()
public void setTaxRegionCode(String taxRegionCode)
public String getPostalCountryCode()
public void setPostalCountryCode(String postalCountryCode)
public org.kuali.rice.location.framework.country.CountryEbo getCountry()
public void setCountry(org.kuali.rice.location.framework.country.CountryEbo country)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.