org.kuali.rice.shareddata.impl.postalcode
Class PostalCodeBo

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by 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

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
PostalCodeBo()
           
 
Method Summary
static PostalCodeBo from(org.kuali.rice.shareddata.api.postalcode.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 org.kuali.rice.shareddata.api.postalcode.PostalCode to(PostalCodeBo bo)
           
 
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 class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.shareddata.api.postalcode.PostalCodeContract
getVersionNumber
 
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic
toString
 

Constructor Detail

PostalCodeBo

public PostalCodeBo()
Method Detail

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.