Class AgendaBo
java.lang.Object
org.kuali.rice.krms.impl.repository.AgendaBo
- All Implemented Interfaces:
Serializable,org.kuali.rice.core.api.mo.common.active.Inactivatable,org.kuali.rice.core.api.mo.common.Identifiable,org.kuali.rice.core.api.mo.common.Versioned,org.kuali.rice.krms.api.repository.agenda.AgendaDefinitionContract
@Entity
public class AgendaBo
extends Object
implements org.kuali.rice.krms.api.repository.agenda.AgendaDefinitionContract, Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopyAgenda(String newAgendaName, String dateTimeStamp) Returns of copy of this agenda, with the given newAgendaName and new ids.booleangetId()getItems()getName()booleanisActive()voidsetActive(boolean active) voidsetAttributeBos(Set<AgendaAttributeBo> attributeBos) voidsetAttributes(Map<String, String> attributes) voidsetContext(ContextBo context) voidsetContextId(String contextId) voidsetFirstItem(AgendaItemBo firstItem) voidsetFirstItemId(String firstItemId) voidvoidsetItems(List<AgendaItemBo> items) voidvoidvoidsetVersionNumber(Long versionNumber) static org.kuali.rice.krms.api.repository.agenda.AgendaDefinitionConverts a mutable bo to it's immutable counterpart
-
Field Details
-
AGENDA_SEQ_NAME
- See Also:
-
-
Constructor Details
-
AgendaBo
public AgendaBo()
-
-
Method Details
-
getAgenda
-
getAttributes
- Specified by:
getAttributesin interfaceorg.kuali.rice.krms.api.repository.agenda.AgendaDefinitionContract
-
setAttributes
-
copyAgenda
Returns of copy of this agenda, with the given newAgendaName and new ids.- Parameters:
newAgendaName- name of the newly copied AgendaBodateTimeStamp- to append to the names of objects- Returns:
- AgendaBo copy of this Agenda with new ids and name
-
to
Converts a mutable bo to it's immutable counterpart- Parameters:
bo- the mutable business object- Returns:
- the immutable object AgendaDefinition
-
getId
- Specified by:
getIdin interfaceorg.kuali.rice.core.api.mo.common.Identifiable
-
setId
-
getName
- Specified by:
getNamein interfaceorg.kuali.rice.krms.api.repository.agenda.AgendaDefinitionContract
-
setName
-
getTypeId
- Specified by:
getTypeIdin interfaceorg.kuali.rice.krms.api.repository.agenda.AgendaDefinitionContract
-
setTypeId
-
getContextId
- Specified by:
getContextIdin interfaceorg.kuali.rice.krms.api.repository.agenda.AgendaDefinitionContract
-
setContextId
-
getActive
public boolean getActive() -
isActive
public boolean isActive()- Specified by:
isActivein interfaceorg.kuali.rice.core.api.mo.common.active.Inactivatable
-
setActive
public void setActive(boolean active) -
getFirstItemId
- Specified by:
getFirstItemIdin interfaceorg.kuali.rice.krms.api.repository.agenda.AgendaDefinitionContract
-
setFirstItemId
-
getFirstItem
-
setFirstItem
-
getAttributeBos
-
setAttributeBos
-
getItems
-
setItems
-
getContext
-
setContext
-
getVersionNumber
- Specified by:
getVersionNumberin interfaceorg.kuali.rice.core.api.mo.common.Versioned
-
setVersionNumber
-