public class AgendaBo extends PersistableBusinessObjectBase implements AgendaDefinitionContract, groovy.lang.GroovyObject
extension, versionNumber| Constructor and Description |
|---|
AgendaBo() |
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, waitgetVersionNumbertoStringpublic AgendaBo()
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 AgendaDefinitionContractpublic String getTypeId()
getTypeId in interface AgendaDefinitionContractpublic String getContextId()
getContextId in interface AgendaDefinitionContractpublic void setContextId(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 String getFirstItemId()
getFirstItemId in interface AgendaDefinitionContractpublic void setFirstItemId(String value)
public Set<AgendaAttributeBo> getAttributeBos()
public void setAttributeBos(Set<AgendaAttributeBo> value)
public List<AgendaItemBo> getItems()
public void setItems(List<AgendaItemBo> value)
public ContextBo getContext()
public void setContext(ContextBo value)
public Map<String,String> getAttributes()
getAttributes in interface AgendaDefinitionContractpublic void setAttributes(Map<String,String> attributes)
public AgendaBo copyAgenda(String newAgendaName, String dateTimeStamp)
public static void setSequenceAccessorService(SequenceAccessorService sas)
public static AgendaDefinition to(AgendaBo bo)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.