org.kuali.rice.shareddata.impl.county
Class CountyBo
java.lang.Object
org.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.rice.shareddata.impl.county.CountyBo
- All Implemented Interfaces:
- groovy.lang.GroovyObject, Serializable, org.apache.ojb.broker.PersistenceBrokerAware, ModelObjectBasic, BusinessObject, Inactivateable, PersistableBusinessObject, CountyContract
@Entity
public class CountyBo
- extends PersistableBusinessObjectBase
- implements CountyContract, Inactivateable, groovy.lang.GroovyObject
- See Also:
- Serialized Form
| 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 |
CountyBo
public CountyBo()
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()
- Description copied from interface:
CountyContract
- This the county code for the County. This cannot be null or a blank string.
- Specified by:
getCode in interface CountyContract
- Returns:
- code
setCode
public void setCode(String value)
getCountryCode
public String getCountryCode()
- Description copied from interface:
CountyContract
- This the postal country code for the County. This cannot be null or a blank string.
- Specified by:
getCountryCode in interface CountyContract
- Returns:
- postal country code
setCountryCode
public void setCountryCode(String value)
getStateCode
public String getStateCode()
- Description copied from interface:
CountyContract
- This the postal state code for the County. This cannot be null or a blank string.
- Specified by:
getStateCode in interface CountyContract
- Returns:
- postal state code
setStateCode
public void setStateCode(String value)
getName
public String getName()
- Description copied from interface:
CountyContract
- This the name for the County. This cannot be null or a blank string.
- Specified by:
getName in interface CountyContract
- Returns:
- name
setName
public void setName(String value)
getActive
public boolean getActive()
isActive
public boolean isActive()
- Description copied from interface:
CountyContract
- This the active flag for the County.
- Specified by:
isActive in interface Inactivateable- Specified by:
isActive in interface CountyContract
- Returns:
- the active flag of the County
setActive
public void setActive(boolean value)
- Description copied from interface:
Inactivateable
- Sets the record to active or inactive.
- Specified by:
setActive in interface Inactivateable
getCountry
public CountryBo getCountry()
setCountry
public void setCountry(CountryBo value)
getState
public StateBo getState()
setState
public void setState(StateBo value)
to
public static County to(CountyBo bo)
from
public static CountyBo from(County im)
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.