@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 Identifiable
public String getAgendaId()
getAgendaId
in interface AgendaItemDefinitionContract
public void setAgendaId(String agendaId)
agendaId
- the agendaId to setpublic String getRuleId()
getRuleId
in interface AgendaItemDefinitionContract
public String getSubAgendaId()
getSubAgendaId
in interface AgendaItemDefinitionContract
public void setSubAgendaId(String subAgendaId)
subAgendaId
- the subAgendaId to setpublic String getWhenTrueId()
getWhenTrueId
in interface AgendaItemDefinitionContract
public void setWhenTrueId(String whenTrueId)
whenTrueId
- the whenTrueId to setpublic String getWhenFalseId()
getWhenFalseId
in interface AgendaItemDefinitionContract
public void setWhenFalseId(String whenFalseId)
whenFalseId
- the whenFalseId to setpublic String getAlwaysId()
getAlwaysId
in interface AgendaItemDefinitionContract
public void setAlwaysId(String alwaysId)
alwaysId
- the alwaysId to setpublic Long getVersionNumber()
getVersionNumber
in interface Versioned
public void setVersionNumber(Long versionNumber)
public AgendaItemBo getWhenTrue()
getWhenTrue
in interface AgendaItemDefinitionContract
public void setWhenTrue(AgendaItemBo whenTrue)
whenTrue
- the whenTrue to setpublic AgendaItemBo getWhenFalse()
getWhenFalse
in interface AgendaItemDefinitionContract
public void setWhenFalse(AgendaItemBo whenFalse)
whenFalse
- the whenFalse to setpublic AgendaItemBo getAlways()
getAlways
in interface AgendaItemDefinitionContract
public void setAlways(AgendaItemBo always)
always
- the always to setpublic RuleBo getRule()
getRule
in interface AgendaItemDefinitionContract
public AgendaDefinitionContract getSubAgenda()
getSubAgenda
in interface AgendaItemDefinitionContract
public 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.