@Entity public class PostalCodeBo extends PersistableBusinessObjectBase implements PostalCodeEbo
extension, newCollectionRecord, objectId, versionNumber| Constructor and Description |
|---|
PostalCodeBo() |
| Modifier and Type | Method and Description |
|---|---|
static PostalCodeBo |
from(PostalCode im)
Converts a immutable object to its mutable counterpart
|
String |
getCityName()
This the postal state code for the PostalCode.
|
String |
getCode()
The code value for this object.
|
CountryBo |
getCountry() |
String |
getCountryCode()
This the postal country code for the PostalCode.
|
CountyBo |
getCounty() |
String |
getCountyCode()
This the county code for the PostalCode.
|
StateBo |
getState() |
String |
getStateCode()
This the postal state code for the PostalCode.
|
boolean |
isActive()
The active indicator for an object.
|
void |
setActive(boolean active)
Sets the record to active or inactive.
|
void |
setCityName(String cityName) |
void |
setCode(String code) |
void |
setCountry(CountryBo country) |
void |
setCountryCode(String countryCode) |
void |
setCounty(CountyBo county) |
void |
setCountyCode(String countyCode) |
void |
setState(StateBo state) |
void |
setStateCode(String stateCode) |
static PostalCode |
to(PostalCodeBo bo)
Converts a mutable bo to its immutable counterpart
|
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, setVersionNumbertoStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetVersionNumberrefreshtoStringpublic PostalCodeBo()
public String getCode()
PostalCodeEbogetCode in interface CodedgetCode in interface PostalCodeEbopublic String getCountryCode()
PostalCodeEbogetCountryCode in interface PostalCodeContractgetCountryCode in interface PostalCodeEbopublic void setCountryCode(String countryCode)
public String getCityName()
PostalCodeEbogetCityName in interface PostalCodeContractgetCityName in interface PostalCodeEbopublic void setCityName(String cityName)
public String getStateCode()
PostalCodeEbogetStateCode in interface PostalCodeContractgetStateCode in interface PostalCodeEbopublic void setStateCode(String stateCode)
public String getCountyCode()
PostalCodeEbogetCountyCode in interface PostalCodeContractgetCountyCode in interface PostalCodeEbopublic void setCountyCode(String countyCode)
public boolean isActive()
PostalCodeEboisActive in interface InactivatableisActive in interface PostalCodeEbopublic void setActive(boolean active)
PostalCodeEbosetActive in interface MutableInactivatablesetActive in interface PostalCodeEbopublic CountryBo getCountry()
public void setCountry(CountryBo country)
public static PostalCode to(PostalCodeBo bo)
bo - the mutable business objectpublic static PostalCodeBo from(PostalCode im)
im - immutable objectCopyright © 2005–2016 The Kuali Foundation. All rights reserved.