|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.core.api.mo.AbstractDataTransferObject org.kuali.rice.krms.api.repository.proposition.PropositionParameter
public final class PropositionParameter
Concrete model object implementation of KRMS Proposition Parameter immutable. Instances of PropositionParameter can be (un)marshalled to and from XML.
PropositionParameterContract
,
Serialized FormNested Class Summary | |
---|---|
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. |
Method Summary | |
---|---|
String |
getId()
The unique identifier for an object. |
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. |
String |
getValue()
Returns the value of the proposition parameter |
Long |
getVersionNumber()
Returns the version number for this object. |
Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject |
---|
afterUnmarshal, beforeUnmarshal, equals, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public String getId()
Identifiable
getId
in interface Identifiable
public String getPropId()
PropositionParameterContract
It is the Id of the parent proposition.
getPropId
in interface PropositionParameterContract
public String getValue()
PropositionParameterContract
It is the value of the parameter
getValue
in interface PropositionParameterContract
public String getParameterType()
PropositionParameterContract
It identified the type of the parameter.
getParameterType
in interface PropositionParameterContract
public Integer getSequenceNumber()
PropositionParameterContract
getSequenceNumber
in interface PropositionParameterContract
public Long getVersionNumber()
Versioned
getVersionNumber
in interface Versioned
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |