|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.core.api.mo.AbstractDataTransferObject org.kuali.rice.krms.api.repository.function.FunctionParameterDefinition
public class FunctionParameterDefinition
An immutable representation of a function parameter definition.
FunctionParameterDefinitionContract
,
Serialized FormNested Class Summary | |
---|---|
static class |
FunctionParameterDefinition.Builder
A builder which can be used to construct FunctionParameterDefinition
instances. |
Method Summary | |
---|---|
String |
getDescription()
Returns the description of this parameter. |
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. |
Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject |
---|
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public String getId()
Identifiable
getId
in interface Identifiable
public String getName()
FunctionParameterDefinitionContract
getName
in interface FunctionParameterDefinitionContract
public String getDescription()
FunctionParameterDefinitionContract
getDescription
in interface FunctionParameterDefinitionContract
public String getParameterType()
FunctionParameterDefinitionContract
getParameterType
in interface FunctionParameterDefinitionContract
public String getFunctionId()
FunctionParameterDefinitionContract
getFunctionId
in interface FunctionParameterDefinitionContract
public Long getVersionNumber()
Versioned
getVersionNumber
in interface Versioned
public Integer getSequenceNumber()
FunctionParameterDefinitionContract
getSequenceNumber
in interface FunctionParameterDefinitionContract
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |