@Entity public class ContextBo extends Object implements org.kuali.rice.krms.api.repository.context.ContextDefinitionContract, Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
CONTEXT_SEQ_NAME |
| Constructor and Description |
|---|
ContextBo() |
| Modifier and Type | Method and Description |
|---|---|
static ContextBo |
from(org.kuali.rice.krms.api.repository.context.ContextDefinition im)
Converts a immutable object to it's mutable bo counterpart
|
boolean |
getActive() |
List<AgendaBo> |
getAgendas() |
List<ContextAttributeBo> |
getAttributeBos() |
Map<String,String> |
getAttributes() |
String |
getDescription() |
String |
getId() |
String |
getName() |
String |
getNamespace() |
String |
getTypeId() |
Long |
getVersionNumber() |
boolean |
isActive() |
void |
setActive(boolean active) |
void |
setAgendas(List<AgendaBo> agendas) |
void |
setAttributeBos(List<ContextAttributeBo> attributeBos) |
void |
setDescription(String description) |
void |
setId(String id) |
void |
setName(String name) |
void |
setNamespace(String namespace) |
void |
setTypeId(String typeId) |
void |
setVersionNumber(Long versionNumber) |
static org.kuali.rice.krms.api.repository.context.ContextDefinition |
to(ContextBo bo)
Converts a mutable bo to it's immutable counterpart
|
public static final String CONTEXT_SEQ_NAME
public ContextBo()
public List<AgendaBo> getAgendas()
getAgendas in interface org.kuali.rice.krms.api.repository.context.ContextDefinitionContractpublic Map<String,String> getAttributes()
getAttributes in interface org.kuali.rice.krms.api.repository.context.ContextDefinitionContractpublic static org.kuali.rice.krms.api.repository.context.ContextDefinition to(ContextBo bo)
bo - the mutable business objectpublic static ContextBo from(org.kuali.rice.krms.api.repository.context.ContextDefinition im)
im - immutable 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.context.ContextDefinitionContractpublic String getNamespace()
getNamespace in interface org.kuali.rice.krms.api.repository.context.ContextDefinitionContractpublic void setNamespace(String namespace)
public String getTypeId()
getTypeId in interface org.kuali.rice.krms.api.repository.context.ContextDefinitionContractpublic String getDescription()
getDescription in interface org.kuali.rice.krms.api.repository.context.ContextDefinitionContractpublic void setDescription(String description)
public boolean getActive()
public boolean isActive()
isActive in interface org.kuali.rice.core.api.mo.common.active.Inactivatablepublic void setActive(boolean active)
public void setAgendas(List<AgendaBo> agendas)
public List<ContextAttributeBo> getAttributeBos()
public void setAttributeBos(List<ContextAttributeBo> attributeBos)
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.