public class FunctionParameterDefinition extends AbstractDataTransferObject implements FunctionParameterDefinitionContract
FunctionParameterDefinitionContract
,
Serialized FormModifier 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, hashCode, toString
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
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.