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) |
_persistence_get_objectId, _persistence_get_versionNumber, _persistence_get, _persistence_new, _persistence_post_clone, _persistence_set_objectId, _persistence_set_versionNumber, _persistence_set, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getLegacyDataAdapter, getObjectId, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
_persistence_checkFetched, _persistence_checkFetchedForSet, _persistence_getCacheKey, _persistence_getFetchGroup, _persistence_getHref, _persistence_getId, _persistence_getPropertyChangeListener, _persistence_getRelationships, _persistence_getSession, _persistence_isAttributeFetched, _persistence_propertyChange, _persistence_resetFetchGroup, _persistence_setCacheKey, _persistence_setFetchGroup, _persistence_setHref, _persistence_setId, _persistence_setPropertyChangeListener, _persistence_setRelationships, _persistence_setSession, _persistence_setShouldRefreshFetchGroup, _persistence_shallow_clone, _persistence_shouldRefreshFetchGroup, toString
protected 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.Inactivatable
public void setActive(boolean active)
setActive
in interface org.kuali.rice.core.api.mo.common.active.MutableInactivatable
public 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–2014 The Kuali Foundation. All rights reserved.