|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.krad.bo.BusinessObjectBase
org.kuali.rice.krad.bo.PersistableBusinessObjectBase
org.kuali.rice.krms.impl.repository.AgendaBo
public class AgendaBo
| Field Summary |
|---|
| Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase |
|---|
extension, versionNumber |
| Constructor Summary | |
|---|---|
AgendaBo()
|
|
| Method Summary | |
|---|---|
boolean |
getActive()
|
Set<AgendaAttributeBo> |
getAttributeBos()
|
Map<String,String> |
getAttributes()
This method returns a list of attributes associated with the Agenda |
String |
getContextId()
This is the ID of the Context relative to the Agenda. |
String |
getFirstItemId()
This is the ID of the first AgendaItem to be executed in the Agenda. |
String |
getId()
The unique identifier for an object. |
List<AgendaItemBo> |
getItems()
|
groovy.lang.MetaClass |
getMetaClass()
|
String |
getName()
This is the name of the Agenda |
String |
getNamespaceCode()
|
Object |
getProperty(String property)
|
String |
getTypeId()
This is the KrmsType of the Agenda |
Object |
invokeMethod(String method,
Object arguments)
|
boolean |
isActive()
The active indicator for an object. |
void |
setActive(boolean value)
|
void |
setAttributeBos(Set<AgendaAttributeBo> value)
|
void |
setContextId(String value)
|
void |
setFirstItemId(String value)
|
void |
setId(String value)
|
void |
setItems(List<AgendaItemBo> value)
|
void |
setMetaClass(groovy.lang.MetaClass mc)
|
void |
setName(String value)
|
void |
setProperty(String property,
Object value)
|
void |
setTypeId(String value)
|
| Methods inherited from class org.kuali.rice.krad.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.core.api.mo.common.Versioned |
|---|
getVersionNumber |
| Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic |
|---|
toString |
| Constructor Detail |
|---|
public AgendaBo()
| Method Detail |
|---|
public groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObject
public Object invokeMethod(String method,
Object arguments)
invokeMethod in interface groovy.lang.GroovyObjectpublic Object getProperty(String property)
getProperty in interface groovy.lang.GroovyObject
public void setProperty(String property,
Object value)
setProperty in interface groovy.lang.GroovyObjectpublic String getId()
Identifiable
getId in interface Identifiablepublic void setId(String value)
public String getName()
AgendaDefinitionContractname - the name of the Agenda
getName in interface AgendaDefinitionContractpublic void setName(String value)
public String getTypeId()
AgendaDefinitionContract
getTypeId in interface AgendaDefinitionContractpublic void setTypeId(String value)
public String getContextId()
AgendaDefinitionContract
getContextId in interface AgendaDefinitionContractpublic void setContextId(String value)
public boolean getActive()
public boolean isActive()
Inactivatable
isActive in interface Inactivatablepublic void setActive(boolean value)
public String getFirstItemId()
AgendaDefinitionContract
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 String getNamespaceCode()
public Map<String,String> getAttributes()
AgendaDefinitionContract
getAttributes in interface AgendaDefinitionContract
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||