public final class PropositionDefinition extends AbstractDataTransferObject implements PropositionDefinitionContract
PropositonContract,
PropositionParameterContract,
Serialized Form| Modifier and Type | Class and Description |
|---|---|
static class |
PropositionDefinition.Builder
This builder is used to construct instances of KRMS Proposition.
|
static class |
PropositionDefinition.Cache |
static class |
PropositionDefinition.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 |
|---|---|
List<PropositionDefinition> |
getCompoundComponents() |
String |
getCompoundOpCode() |
String |
getDescription() |
String |
getId() |
List<PropositionParameter> |
getParameters() |
String |
getPropositionTypeCode() |
String |
getRuleId() |
String |
getTypeId() |
Long |
getVersionNumber() |
afterUnmarshal, beforeUnmarshal, equals, hashCode, toStringpublic String getId()
getId in interface Identifiablepublic String getDescription()
getDescription in interface PropositionDefinitionContractpublic String getRuleId()
getRuleId in interface PropositionDefinitionContractpublic String getTypeId()
getTypeId in interface PropositionDefinitionContractpublic String getPropositionTypeCode()
getPropositionTypeCode in interface PropositionDefinitionContractpublic List<PropositionParameter> getParameters()
getParameters in interface PropositionDefinitionContractpublic String getCompoundOpCode()
getCompoundOpCode in interface PropositionDefinitionContractpublic List<PropositionDefinition> getCompoundComponents()
getCompoundComponents in interface PropositionDefinitionContractpublic Long getVersionNumber()
getVersionNumber in interface VersionedCopyright © 2004-2013 The Kuali Foundation. All Rights Reserved.