|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.krms.dto.PropositionParameterEditor
public class PropositionParameterEditor
Created with IntelliJ IDEA. User: SW Date: 2013/02/15 Time: 10:29 AM To change this template use File | Settings | File Templates.
| Constructor Summary | |
|---|---|
PropositionParameterEditor()
|
|
PropositionParameterEditor(PropositionParameterContract definition)
Converts a immutable object to it's mutable bo counterpart |
|
PropositionParameterEditor(String parameterType,
Integer sequenceNumber)
|
|
| Method Summary | |
|---|---|
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()
|
void |
setId(String id)
|
void |
setParameterType(String parameterType)
|
void |
setPropId(String propId)
|
void |
setSequenceNumber(Integer sequenceNumber)
|
void |
setTermValue(TermDefinition termValue)
|
void |
setValue(String value)
|
void |
setVersionNumber(Long versionNumber)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropositionParameterEditor()
public PropositionParameterEditor(String parameterType,
Integer sequenceNumber)
public PropositionParameterEditor(PropositionParameterContract definition)
definition - immutable object| Method Detail |
|---|
public void setId(String id)
public String getId()
getId in interface Identifiablepublic void setPropId(String propId)
public String getPropId()
PropositionParameterContractIt is the Id of the parent proposition.
getPropId in interface PropositionParameterContractpublic void setValue(String value)
public String getValue()
PropositionParameterContractIt is the value of the parameter
getValue in interface PropositionParameterContractpublic void setTermValue(TermDefinition termValue)
public TermDefinition getTermValue()
PropositionParameterContractIt is the term value of the parameter
getTermValue in interface PropositionParameterContractpublic void setParameterType(String parameterType)
public String getParameterType()
PropositionParameterContractIt identified the type of the parameter.
getParameterType in interface PropositionParameterContractpublic void setSequenceNumber(Integer sequenceNumber)
public Integer getSequenceNumber()
PropositionParameterContract
getSequenceNumber in interface PropositionParameterContractpublic Long getVersionNumber()
getVersionNumber in interface Versionedpublic void setVersionNumber(Long versionNumber)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||