public class ContextBo extends PersistableBusinessObjectBase implements ContextDefinitionContract, groovy.lang.GroovyObject
extension, versionNumber| Constructor and Description |
|---|
ContextBo() |
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectIdtoStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waittoStringpublic ContextBo()
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 getId()
getId in interface org.kuali.rice.core.api.mo.common.Identifiablepublic String getName()
getName in interface ContextDefinitionContractpublic String getNamespace()
getNamespace in interface ContextDefinitionContractpublic void setNamespace(String value)
public String getTypeId()
getTypeId in interface ContextDefinitionContractpublic String getDescription()
getDescription in interface ContextDefinitionContractpublic void setDescription(String value)
public boolean getActive()
public boolean isActive()
isActive in interface org.kuali.rice.core.api.mo.common.active.Inactivatablepublic void setActive(boolean value)
public void setAgendas(List<AgendaBo> value)
public List<ContextAttributeBo> getAttributeBos()
public void setAttributeBos(List<ContextAttributeBo> value)
public Long getVersionNumber()
getVersionNumber in interface org.kuali.rice.core.api.mo.common.VersionedgetVersionNumber in class PersistableBusinessObjectBasepublic void setVersionNumber(Long value)
setVersionNumber in interface PersistableBusinessObjectsetVersionNumber in class PersistableBusinessObjectBasepublic List<AgendaBo> getAgendas()
getAgendas in interface ContextDefinitionContractpublic Map<String,String> getAttributes()
getAttributes in interface ContextDefinitionContractpublic ContextBo copyContext(String additionalNameText)
public static ContextDefinition to(ContextBo bo)
public static ContextBo from(ContextDefinition im)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.