@Entity public class PostalCodeBo extends PersistableBusinessObjectBase implements PostalCodeEbo, groovy.lang.GroovyObject
extension, versionNumber| Constructor and Description |
|---|
PostalCodeBo() |
| Modifier and Type | Method and Description |
|---|---|
static PostalCodeBo |
from(PostalCode im) |
boolean |
getActive() |
String |
getCityName() |
String |
getCode() |
CountryBo |
getCountry() |
String |
getCountryCode() |
CountyBo |
getCounty() |
String |
getCountyCode() |
groovy.lang.MetaClass |
getMetaClass() |
Object |
getProperty(String property) |
StateBo |
getState() |
String |
getStateCode() |
Object |
invokeMethod(String method,
Object arguments) |
boolean |
isActive() |
void |
setActive(boolean value) |
void |
setCityName(String value) |
void |
setCode(String value) |
void |
setCountry(CountryBo value) |
void |
setCountryCode(String value) |
void |
setCounty(CountyBo value) |
void |
setCountyCode(String value) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(String property,
Object value) |
void |
setState(StateBo value) |
void |
setStateCode(String value) |
static PostalCode |
to(PostalCodeBo bo) |
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, setVersionNumbertoStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetVersionNumberrefreshtoStringpublic PostalCodeBo()
public groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObjectpublic Object invokeMethod(String method, Object arguments)
invokeMethod in interface groovy.lang.GroovyObjectpublic Object getProperty(String property)
getProperty in interface groovy.lang.GroovyObjectpublic void setProperty(String property, Object value)
setProperty in interface groovy.lang.GroovyObjectpublic String getCode()
getCode in interface org.kuali.rice.core.api.mo.common.CodedgetCode in interface PostalCodeEbopublic String getCountryCode()
getCountryCode in interface PostalCodeContractgetCountryCode in interface PostalCodeEbopublic void setCountryCode(String value)
public String getCityName()
getCityName in interface PostalCodeContractgetCityName in interface PostalCodeEbopublic void setCityName(String value)
public String getStateCode()
getStateCode in interface PostalCodeContractgetStateCode in interface PostalCodeEbopublic void setStateCode(String value)
public String getCountyCode()
getCountyCode in interface PostalCodeContractgetCountyCode in interface PostalCodeEbopublic void setCountyCode(String value)
public boolean getActive()
public boolean isActive()
isActive in interface org.kuali.rice.core.api.mo.common.active.InactivatableisActive in interface PostalCodeEbopublic void setActive(boolean value)
setActive in interface org.kuali.rice.core.api.mo.common.active.MutableInactivatablesetActive in interface PostalCodeEbopublic CountryBo getCountry()
public void setCountry(CountryBo value)
public static PostalCode to(PostalCodeBo bo)
public static PostalCodeBo from(PostalCode im)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.