|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.krms.impl.repository.FunctionParameterBo
@Entity public class FunctionParameterBo
| Field Summary | |
|---|---|
protected Long |
versionNumber
|
| Constructor Summary | |
|---|---|
FunctionParameterBo()
|
|
| Method Summary | |
|---|---|
static FunctionParameterBo |
from(FunctionParameterDefinition im)
Converts a immutable object to it's mutable bo counterpart |
static List<FunctionParameterBo> |
from(List<FunctionParameterDefinition> ims)
|
String |
getDescription()
Returns the description of this parameter. |
FunctionBo |
getFunction()
|
String |
getFunctionId()
Returns the ID of the function to which this parameter is associated. |
String |
getId()
The unique identifier for an object. |
String |
getName()
Returns the name of this parameters. |
String |
getParameterType()
Returns the type of this function parameter. |
Integer |
getSequenceNumber()
This is the sequence number of the function parameter. |
Long |
getVersionNumber()
Returns the version number for this object. |
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 FunctionParameterDefinition |
to(FunctionParameterBo bo)
Converts a mutable bo to it's immutable counterpart |
static List<FunctionParameterDefinition> |
to(List<FunctionParameterBo> bos)
Converts a list of mutable bos to it's immutable counterpart |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Long versionNumber
| Constructor Detail |
|---|
public FunctionParameterBo()
| Method Detail |
|---|
public static FunctionParameterDefinition to(FunctionParameterBo bo)
bo - the mutable business object
public static List<FunctionParameterDefinition> to(List<FunctionParameterBo> bos)
bos - the list of mutable business objects
public static FunctionParameterBo from(FunctionParameterDefinition im)
im - immutable object
public static List<FunctionParameterBo> from(List<FunctionParameterDefinition> ims)
public String getId()
Identifiable
getId in interface Identifiablepublic void setId(String id)
public String getName()
FunctionParameterDefinitionContract
getName in interface FunctionParameterDefinitionContractpublic void setName(String name)
public String getDescription()
FunctionParameterDefinitionContract
getDescription in interface FunctionParameterDefinitionContractpublic void setDescription(String description)
public String getFunctionId()
FunctionParameterDefinitionContract
getFunctionId in interface FunctionParameterDefinitionContractpublic FunctionBo getFunction()
public void setFunction(FunctionBo function)
public String getParameterType()
FunctionParameterDefinitionContract
getParameterType in interface FunctionParameterDefinitionContractpublic void setParameterType(String parameterType)
public Integer getSequenceNumber()
FunctionParameterDefinitionContract
getSequenceNumber in interface FunctionParameterDefinitionContractpublic void setSequenceNumber(Integer sequenceNumber)
public Long getVersionNumber()
Versioned
getVersionNumber in interface Versionedpublic void setVersionNumber(Long versionNumber)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||