|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropositionParameterContract
The contract for PropositionParameter
Method Summary | |
---|---|
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 |
Methods inherited from interface org.kuali.rice.core.api.mo.common.Identifiable |
---|
getId |
Methods inherited from interface org.kuali.rice.core.api.mo.common.Versioned |
---|
getVersionNumber |
Method Detail |
---|
String getPropId()
It is the Id of the parent proposition.
String getValue()
It is the value of the parameter
TermDefinition getTermValue()
It is the term value of the parameter
String getParameterType()
It identified the type of the parameter.
Integer getSequenceNumber()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |