|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 objectMethod Detail |
---|
public void setId(String id)
public String getId()
getId
in interface Identifiable
public void setPropId(String propId)
public String getPropId()
PropositionParameterContract
It is the Id of the parent proposition.
getPropId
in interface PropositionParameterContract
public void setValue(String value)
public String getValue()
PropositionParameterContract
It is the value of the parameter
getValue
in interface PropositionParameterContract
public void setTermValue(TermDefinition termValue)
public TermDefinition getTermValue()
PropositionParameterContract
It is the term value of the parameter
getTermValue
in interface PropositionParameterContract
public void setParameterType(String parameterType)
public String getParameterType()
PropositionParameterContract
It identified the type of the parameter.
getParameterType
in interface PropositionParameterContract
public void setSequenceNumber(Integer sequenceNumber)
public Integer getSequenceNumber()
PropositionParameterContract
getSequenceNumber
in interface PropositionParameterContract
public Long getVersionNumber()
getVersionNumber
in interface Versioned
public void setVersionNumber(Long versionNumber)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |