@Entity public class CampusBo extends PersistableBusinessObjectBase implements CampusEbo, groovy.lang.GroovyObject
extension, versionNumber| Constructor and Description |
|---|
CampusBo() |
| Modifier and Type | Method and Description |
|---|---|
static CampusBo |
from(Campus im) |
boolean |
getActive() |
CampusTypeBo |
getCampusType() |
String |
getCampusTypeCode() |
String |
getCode() |
groovy.lang.MetaClass |
getMetaClass() |
String |
getName() |
Object |
getProperty(String property) |
String |
getShortName() |
Object |
invokeMethod(String method,
Object arguments) |
boolean |
isActive() |
void |
setActive(boolean value) |
void |
setCampusType(CampusTypeBo value) |
void |
setCampusTypeCode(String value) |
void |
setCode(String value) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setName(String value) |
void |
setProperty(String property,
Object value) |
void |
setShortName(String value) |
static Campus |
to(CampusBo 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, waitgetObjectId, getVersionNumberrefreshtoStringpublic CampusBo()
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 CampusEbopublic String getName()
getName in interface CampusContractgetName in interface CampusEbopublic String getShortName()
getShortName in interface CampusContractgetShortName in interface CampusEbopublic void setShortName(String value)
public String getCampusTypeCode()
public void setCampusTypeCode(String value)
public boolean getActive()
public boolean isActive()
isActive in interface org.kuali.rice.core.api.mo.common.active.InactivatableisActive in interface CampusEbopublic void setActive(boolean value)
setActive in interface org.kuali.rice.core.api.mo.common.active.MutableInactivatablesetActive in interface CampusEbopublic void setCampusType(CampusTypeBo value)
public CampusTypeBo getCampusType()
getCampusType in interface CampusContractgetCampusType in interface CampusEboCopyright © 2005–2016 The Kuali Foundation. All rights reserved.