public class FunctionParameterDefinition extends AbstractDataTransferObject implements FunctionParameterDefinitionContract
FunctionParameterDefinitionContract,
Serialized Form| Modifier and Type | Class and Description |
|---|---|
static class |
FunctionParameterDefinition.Builder
A builder which can be used to construct
FunctionParameterDefinition
instances. |
| Modifier and Type | Method and Description |
|---|---|
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.
|
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toStringpublic String getId()
IdentifiablegetId in interface Identifiablepublic String getName()
FunctionParameterDefinitionContractgetName in interface FunctionParameterDefinitionContractpublic String getDescription()
FunctionParameterDefinitionContractgetDescription in interface FunctionParameterDefinitionContractpublic String getParameterType()
FunctionParameterDefinitionContractgetParameterType in interface FunctionParameterDefinitionContractpublic String getFunctionId()
FunctionParameterDefinitionContractgetFunctionId in interface FunctionParameterDefinitionContractpublic Long getVersionNumber()
VersionedgetVersionNumber in interface Versionedpublic Integer getSequenceNumber()
FunctionParameterDefinitionContractgetSequenceNumber in interface FunctionParameterDefinitionContractCopyright © 2005–2016 The Kuali Foundation. All rights reserved.