@Entity public class FunctionParameterBo extends Object implements org.kuali.rice.krms.api.repository.function.FunctionParameterDefinitionContract, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Long |
versionNumber |
| Constructor and Description |
|---|
FunctionParameterBo() |
| Modifier and Type | Method and Description |
|---|---|
static FunctionParameterBo |
from(org.kuali.rice.krms.api.repository.function.FunctionParameterDefinition im)
Converts a immutable object to it's mutable bo counterpart
|
static List<FunctionParameterBo> |
from(List<org.kuali.rice.krms.api.repository.function.FunctionParameterDefinition> ims) |
String |
getDescription() |
FunctionBo |
getFunction() |
String |
getFunctionId() |
String |
getId() |
String |
getName() |
String |
getParameterType() |
Integer |
getSequenceNumber() |
Long |
getVersionNumber() |
void |
setDescription(String description) |
void |
setFunction(FunctionBo function) |
void |
setId(String id) |
void |
setName(String name) |
void |
setParameterType(String parameterType) |
void |
setSequenceNumber(Integer sequenceNumber) |
void |
setVersionNumber(Long versionNumber) |
static org.kuali.rice.krms.api.repository.function.FunctionParameterDefinition |
to(FunctionParameterBo bo)
Converts a mutable bo to it's immutable counterpart
|
static List<org.kuali.rice.krms.api.repository.function.FunctionParameterDefinition> |
to(List<FunctionParameterBo> bos)
Converts a list of mutable bos to it's immutable counterpart
|
protected Long versionNumber
public FunctionParameterBo()
public static org.kuali.rice.krms.api.repository.function.FunctionParameterDefinition to(FunctionParameterBo bo)
bo - the mutable business objectpublic static List<org.kuali.rice.krms.api.repository.function.FunctionParameterDefinition> to(List<FunctionParameterBo> bos)
bos - the list of mutable business objectspublic static FunctionParameterBo from(org.kuali.rice.krms.api.repository.function.FunctionParameterDefinition im)
im - immutable objectpublic static List<FunctionParameterBo> from(List<org.kuali.rice.krms.api.repository.function.FunctionParameterDefinition> ims)
public String getId()
getId in interface org.kuali.rice.core.api.mo.common.Identifiablepublic String getName()
getName in interface org.kuali.rice.krms.api.repository.function.FunctionParameterDefinitionContractpublic String getDescription()
getDescription in interface org.kuali.rice.krms.api.repository.function.FunctionParameterDefinitionContractpublic void setDescription(String description)
public String getFunctionId()
getFunctionId in interface org.kuali.rice.krms.api.repository.function.FunctionParameterDefinitionContractpublic FunctionBo getFunction()
public void setFunction(FunctionBo function)
public String getParameterType()
getParameterType in interface org.kuali.rice.krms.api.repository.function.FunctionParameterDefinitionContractpublic void setParameterType(String parameterType)
public Integer getSequenceNumber()
getSequenceNumber in interface org.kuali.rice.krms.api.repository.function.FunctionParameterDefinitionContractpublic void setSequenceNumber(Integer sequenceNumber)
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.