|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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.GroovyObject
public void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass
in interface groovy.lang.GroovyObject
public Object invokeMethod(String method, Object arguments)
invokeMethod
in interface groovy.lang.GroovyObject
public Object getProperty(String property)
getProperty
in interface groovy.lang.GroovyObject
public void setProperty(String property, Object value)
setProperty
in interface groovy.lang.GroovyObject
public String getId()
Identifiable
getId
in interface Identifiable
public void setId(String value)
public String getName()
AgendaDefinitionContract
name - the name of the Agenda
getName
in interface AgendaDefinitionContract
public void setName(String value)
public String getTypeId()
AgendaDefinitionContract
getTypeId
in interface AgendaDefinitionContract
public void setTypeId(String value)
public String getContextId()
AgendaDefinitionContract
getContextId
in interface AgendaDefinitionContract
public void setContextId(String value)
public boolean getActive()
public boolean isActive()
Inactivatable
isActive
in interface Inactivatable
public void setActive(boolean value)
public String getFirstItemId()
AgendaDefinitionContract
getFirstItemId
in interface AgendaDefinitionContract
public 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 |