@Entity public class FunctionBo extends Object implements org.kuali.rice.core.api.mo.common.active.MutableInactivatable, org.kuali.rice.krms.api.repository.function.FunctionDefinitionContract, org.kuali.rice.core.api.mo.common.Versioned, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Long |
versionNumber |
| Constructor and Description |
|---|
FunctionBo() |
| Modifier and Type | Method and Description |
|---|---|
static FunctionBo |
from(org.kuali.rice.krms.api.repository.function.FunctionDefinition im)
Converts a immutable object to it's mutable bo counterpart
|
boolean |
getActive() |
List<CategoryBo> |
getCategories() |
String |
getDescription() |
String |
getId() |
String |
getName() |
String |
getNamespace() |
List<FunctionParameterBo> |
getParameters() |
String |
getReturnType() |
String |
getTypeId() |
Long |
getVersionNumber() |
boolean |
isActive() |
void |
setActive(boolean active) |
void |
setCategories(List<CategoryBo> categories) |
void |
setDescription(String description) |
void |
setId(String id) |
void |
setName(String name) |
void |
setNamespace(String namespace) |
void |
setParameters(List<FunctionParameterBo> parameters) |
void |
setReturnType(String returnType) |
void |
setTypeId(String typeId) |
void |
setVersionNumber(Long versionNumber) |
static org.kuali.rice.krms.api.repository.function.FunctionDefinition |
to(FunctionBo bo)
Converts a mutable bo to it's immutable counterpart
|
protected Long versionNumber
public FunctionBo()
public static org.kuali.rice.krms.api.repository.function.FunctionDefinition to(FunctionBo bo)
bo - the mutable business objectpublic static FunctionBo from(org.kuali.rice.krms.api.repository.function.FunctionDefinition im)
im - immutable objectpublic String getId()
getId in interface org.kuali.rice.core.api.mo.common.Identifiablepublic String getNamespace()
getNamespace in interface org.kuali.rice.krms.api.repository.function.FunctionDefinitionContractpublic void setNamespace(String namespace)
public String getName()
getName in interface org.kuali.rice.krms.api.repository.function.FunctionDefinitionContractpublic String getDescription()
getDescription in interface org.kuali.rice.krms.api.repository.function.FunctionDefinitionContractpublic void setDescription(String description)
public String getReturnType()
getReturnType in interface org.kuali.rice.krms.api.repository.function.FunctionDefinitionContractpublic void setReturnType(String returnType)
public String getTypeId()
getTypeId in interface org.kuali.rice.krms.api.repository.function.FunctionDefinitionContractpublic boolean getActive()
public boolean isActive()
isActive in interface org.kuali.rice.core.api.mo.common.active.Inactivatablepublic void setActive(boolean active)
setActive in interface org.kuali.rice.core.api.mo.common.active.MutableInactivatablepublic List<FunctionParameterBo> getParameters()
getParameters in interface org.kuali.rice.krms.api.repository.function.FunctionDefinitionContractpublic void setParameters(List<FunctionParameterBo> parameters)
public List<CategoryBo> getCategories()
getCategories in interface org.kuali.rice.krms.api.repository.function.FunctionDefinitionContractpublic void setCategories(List<CategoryBo> categories)
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.