org.kuali.rice.shareddata.impl.postalcode
Class PostalCodeBo
java.lang.Object
org.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.rice.shareddata.impl.postalcode.PostalCodeBo
- All Implemented Interfaces:
- groovy.lang.GroovyObject, Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.core.api.mo.ModelObjectBasic, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.Inactivateable, org.kuali.rice.kns.bo.PersistableBusinessObject, org.kuali.rice.shareddata.api.postalcode.PostalCodeContract
@Entity
public class PostalCodeBo
- extends org.kuali.rice.kns.bo.PersistableBusinessObjectBase
- implements org.kuali.rice.shareddata.api.postalcode.PostalCodeContract, org.kuali.rice.kns.bo.Inactivateable, groovy.lang.GroovyObject
- See Also:
- Serialized Form
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
extension, versionNumber |
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
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 |
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase |
prepareForWorkflow, toString, toStringBuilder, toStringMapper |
Methods inherited from interface org.kuali.rice.shareddata.api.postalcode.PostalCodeContract |
getVersionNumber |
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic |
toString |
PostalCodeBo
public PostalCodeBo()
getMetaClass
public groovy.lang.MetaClass getMetaClass()
- Specified by:
getMetaClass
in interface groovy.lang.GroovyObject
setMetaClass
public void setMetaClass(groovy.lang.MetaClass mc)
- Specified by:
setMetaClass
in interface groovy.lang.GroovyObject
invokeMethod
public Object invokeMethod(String method,
Object arguments)
- Specified by:
invokeMethod
in interface groovy.lang.GroovyObject
getProperty
public Object getProperty(String property)
- Specified by:
getProperty
in interface groovy.lang.GroovyObject
setProperty
public void setProperty(String property,
Object value)
- Specified by:
setProperty
in interface groovy.lang.GroovyObject
getCode
public String getCode()
- Specified by:
getCode
in interface org.kuali.rice.shareddata.api.postalcode.PostalCodeContract
setCode
public void setCode(String value)
getCountryCode
public String getCountryCode()
- Specified by:
getCountryCode
in interface org.kuali.rice.shareddata.api.postalcode.PostalCodeContract
setCountryCode
public void setCountryCode(String value)
getCityName
public String getCityName()
- Specified by:
getCityName
in interface org.kuali.rice.shareddata.api.postalcode.PostalCodeContract
setCityName
public void setCityName(String value)
getStateCode
public String getStateCode()
- Specified by:
getStateCode
in interface org.kuali.rice.shareddata.api.postalcode.PostalCodeContract
setStateCode
public void setStateCode(String value)
getCountyCode
public String getCountyCode()
- Specified by:
getCountyCode
in interface org.kuali.rice.shareddata.api.postalcode.PostalCodeContract
setCountyCode
public void setCountyCode(String value)
getActive
public boolean getActive()
isActive
public boolean isActive()
- Specified by:
isActive
in interface org.kuali.rice.kns.bo.Inactivateable
- Specified by:
isActive
in interface org.kuali.rice.shareddata.api.postalcode.PostalCodeContract
setActive
public void setActive(boolean value)
- Specified by:
setActive
in interface org.kuali.rice.kns.bo.Inactivateable
getCountry
public CountryBo getCountry()
setCountry
public void setCountry(CountryBo value)
getState
public StateBo getState()
setState
public void setState(StateBo value)
getCounty
public CountyBo getCounty()
setCounty
public void setCounty(CountyBo value)
to
public static org.kuali.rice.shareddata.api.postalcode.PostalCode to(PostalCodeBo bo)
from
public static PostalCodeBo from(org.kuali.rice.shareddata.api.postalcode.PostalCode im)
Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.