public final class PropositionParameter extends AbstractDataTransferObject implements PropositionParameterContract
PropositionParameterContract,
Serialized Form| Modifier and Type | Class and Description |
|---|---|
static class |
PropositionParameter.Builder
This builder is used to construct instances of PropositionParameter.
|
static class |
PropositionParameter.Elements
A private class which exposes constants which define the XML element names to use
when this object is marshalled to XML.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
String |
getParameterType()
Returns the type of the parameter.
|
String |
getPropId()
Returns the Id for the parent proposition.
|
Integer |
getSequenceNumber()
Returns the sequence number of the proposition parameter.
|
TermDefinition |
getTermValue()
Returns the term value of the proposition parameter if the
proposition parameter is a term.
|
String |
getValue()
Returns the value of the proposition parameter
|
Long |
getVersionNumber() |
afterUnmarshal, beforeUnmarshal, equals, hashCode, toStringpublic String getId()
getId in interface Identifiablepublic String getPropId()
PropositionParameterContractIt is the Id of the parent proposition.
getPropId in interface PropositionParameterContractpublic String getValue()
PropositionParameterContractIt is the value of the parameter
getValue in interface PropositionParameterContractpublic TermDefinition getTermValue()
PropositionParameterContractIt is the term value of the parameter
getTermValue in interface PropositionParameterContractpublic String getParameterType()
PropositionParameterContractIt identified the type of the parameter.
getParameterType in interface PropositionParameterContractpublic Integer getSequenceNumber()
PropositionParameterContractgetSequenceNumber in interface PropositionParameterContractpublic Long getVersionNumber()
getVersionNumber in interface VersionedCopyright © 2004-2013 The Kuali Foundation. All Rights Reserved.