public final class PropositionDefinition extends AbstractDataTransferObject implements PropositionDefinitionContract
PropositonContract
,
PropositionParameterContract
,
Serialized FormModifier 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, toString
public String getId()
getId
in interface Identifiable
public String getDescription()
getDescription
in interface PropositionDefinitionContract
public String getRuleId()
getRuleId
in interface PropositionDefinitionContract
public String getTypeId()
getTypeId
in interface PropositionDefinitionContract
public String getPropositionTypeCode()
getPropositionTypeCode
in interface PropositionDefinitionContract
public List<PropositionParameter> getParameters()
getParameters
in interface PropositionDefinitionContract
public String getCompoundOpCode()
getCompoundOpCode
in interface PropositionDefinitionContract
public List<PropositionDefinition> getCompoundComponents()
getCompoundComponents
in interface PropositionDefinitionContract
public Long getVersionNumber()
getVersionNumber
in interface Versioned
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.