|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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 Form| Nested 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, hashCode, 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 Identifiablepublic String getName()
FunctionParameterDefinitionContract
getName in interface FunctionParameterDefinitionContractpublic String getDescription()
FunctionParameterDefinitionContract
getDescription in interface FunctionParameterDefinitionContractpublic String getParameterType()
FunctionParameterDefinitionContract
getParameterType in interface FunctionParameterDefinitionContractpublic String getFunctionId()
FunctionParameterDefinitionContract
getFunctionId in interface FunctionParameterDefinitionContractpublic Long getVersionNumber()
Versioned
getVersionNumber in interface Versionedpublic Integer getSequenceNumber()
FunctionParameterDefinitionContract
getSequenceNumber in interface FunctionParameterDefinitionContract
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||