public class AgendaItemBoFoo extends PersistableBusinessObjectBase implements groovy.lang.GroovyObject
extension, versionNumber| Constructor and Description |
|---|
AgendaItemBoFoo() |
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, waittoStringpublic AgendaItemBoFoo()
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 getAgendaId()
public void setAgendaId(String value)
public String getSubAgendaId()
public void setSubAgendaId(String value)
public String getWhenTrueId()
public void setWhenTrueId(String value)
public String getWhenFalseId()
public void setWhenFalseId(String value)
public String getAlwaysId()
public void setAlwaysId(String value)
public AgendaItemBo getWhenTrue()
public void setWhenTrue(AgendaItemBo value)
public AgendaItemBo getWhenFalse()
public void setWhenFalse(AgendaItemBo value)
public AgendaItemBo getAlways()
public void setAlways(AgendaItemBo value)
public String getUl(AgendaItemBo firstItem)
public String getUlHelper(AgendaItemBo item)
public List<AgendaItemBo> getAlwaysList()
public static AgendaItemDefinition to(AgendaItemBo bo)
public static AgendaItemBo from(AgendaItemDefinition im)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.