@Entity public class AgendaBo extends Object implements org.kuali.rice.krms.api.repository.agenda.AgendaDefinitionContract, Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
AGENDA_SEQ_NAME |
| Constructor and Description |
|---|
AgendaBo() |
public static final String AGENDA_SEQ_NAME
public AgendaBo()
public Map<String,String> getAttributes()
getAttributes in interface org.kuali.rice.krms.api.repository.agenda.AgendaDefinitionContractpublic void setAttributes(Map<String,String> attributes)
public AgendaBo copyAgenda(String newAgendaName, String dateTimeStamp)
newAgendaName - name of the newly copied AgendaBodateTimeStamp - to append to the names of objectspublic static org.kuali.rice.krms.api.repository.agenda.AgendaDefinition to(AgendaBo bo)
bo - the mutable business objectpublic String getId()
getId in interface org.kuali.rice.core.api.mo.common.Identifiablepublic String getName()
getName in interface org.kuali.rice.krms.api.repository.agenda.AgendaDefinitionContractpublic String getTypeId()
getTypeId in interface org.kuali.rice.krms.api.repository.agenda.AgendaDefinitionContractpublic String getContextId()
getContextId in interface org.kuali.rice.krms.api.repository.agenda.AgendaDefinitionContractpublic void setContextId(String contextId)
public boolean getActive()
public boolean isActive()
isActive in interface org.kuali.rice.core.api.mo.common.active.Inactivatablepublic void setActive(boolean active)
public String getFirstItemId()
getFirstItemId in interface org.kuali.rice.krms.api.repository.agenda.AgendaDefinitionContractpublic void setFirstItemId(String firstItemId)
public AgendaItemBo getFirstItem()
public void setFirstItem(AgendaItemBo firstItem)
public Set<AgendaAttributeBo> getAttributeBos()
public void setAttributeBos(Set<AgendaAttributeBo> attributeBos)
public List<AgendaItemBo> getItems()
public void setItems(List<AgendaItemBo> items)
public ContextBo getContext()
public void setContext(ContextBo context)
public Long getVersionNumber()
getVersionNumber in interface org.kuali.rice.core.api.mo.common.Versionedpublic void setVersionNumber(Long versionNumber)
Copyright © 2005–2017 The Kuali Foundation. All rights reserved.