@Entity public class AgendaItemBo extends Object implements AgendaItemDefinitionContract, Versioned, Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
AGENDA_ITEM_SEQ_NAME |
static String |
COPY_OF_TEXT |
| Constructor and Description |
|---|
AgendaItemBo() |
public static final String COPY_OF_TEXT
public static final String AGENDA_ITEM_SEQ_NAME
public AgendaItemBo()
public String getUl(AgendaItemBo firstItem)
public String getUlHelper(AgendaItemBo item)
public String getRuleText()
public List<AgendaItemBo> getAlwaysList()
public String getId()
getId in interface Identifiablepublic String getAgendaId()
getAgendaId in interface AgendaItemDefinitionContractpublic void setAgendaId(String agendaId)
agendaId - the agendaId to setpublic String getRuleId()
getRuleId in interface AgendaItemDefinitionContractpublic String getSubAgendaId()
getSubAgendaId in interface AgendaItemDefinitionContractpublic void setSubAgendaId(String subAgendaId)
subAgendaId - the subAgendaId to setpublic String getWhenTrueId()
getWhenTrueId in interface AgendaItemDefinitionContractpublic void setWhenTrueId(String whenTrueId)
whenTrueId - the whenTrueId to setpublic String getWhenFalseId()
getWhenFalseId in interface AgendaItemDefinitionContractpublic void setWhenFalseId(String whenFalseId)
whenFalseId - the whenFalseId to setpublic String getAlwaysId()
getAlwaysId in interface AgendaItemDefinitionContractpublic void setAlwaysId(String alwaysId)
alwaysId - the alwaysId to setpublic Long getVersionNumber()
getVersionNumber in interface Versionedpublic void setVersionNumber(Long versionNumber)
public AgendaItemBo getWhenTrue()
getWhenTrue in interface AgendaItemDefinitionContractpublic void setWhenTrue(AgendaItemBo whenTrue)
whenTrue - the whenTrue to setpublic AgendaItemBo getWhenFalse()
getWhenFalse in interface AgendaItemDefinitionContractpublic void setWhenFalse(AgendaItemBo whenFalse)
whenFalse - the whenFalse to setpublic AgendaItemBo getAlways()
getAlways in interface AgendaItemDefinitionContractpublic void setAlways(AgendaItemBo always)
always - the always to setpublic RuleBo getRule()
getRule in interface AgendaItemDefinitionContractpublic AgendaDefinitionContract getSubAgenda()
getSubAgenda in interface AgendaItemDefinitionContractpublic AgendaItemBo copyAgendaItem(AgendaBo copiedAgenda, Map<String,RuleBo> oldRuleIdToNew, Map<String,AgendaItemBo> oldAgendaItemIdToNew, List<AgendaItemBo> copiedAgendaItems, String dts)
copiedAgenda - the new Agenda that the copied AgendiaItem will be associated witholdRuleIdToNew - Mapdts - DateTimeStamp to append to the copied AgendaItem nameCopyright © 2004–2014 The Kuali Foundation. All rights reserved.