public class KrmsProposition extends Object
Constructor and Description |
---|
KrmsProposition() |
Modifier and Type | Method and Description |
---|---|
String |
getConstant()
Gets the constant attribute.
|
String |
getFunction()
Gets the function attribute.
|
String |
getOperator()
Gets the operator attribute.
|
String |
getOperatorCode()
Gets the operatorCode attribute.
|
String |
getTerm()
Gets the term attribute.
|
String |
getType()
Gets the type attribute.
|
void |
setConstant(String constant)
Sets the constant attribute value.
|
void |
setFunction(String function)
Sets the function attribute value.
|
void |
setOperator(String operator)
Sets the operator attribute value.
|
void |
setOperatorCode(String operatorCode)
Sets the operatorCode attribute value.
|
void |
setTerm(String term)
Sets the term attribute value.
|
void |
setType(String type)
Sets the type attribute value.
|
public KrmsProposition()
public void setTerm(String term)
term
- The term to set.public void setType(String type)
type
- The type to set.public String getOperator()
public void setOperator(String operator)
operator
- The operator to set.public String getConstant()
public void setConstant(String constant)
constant
- The constant to set.public String getFunction()
public void setFunction(String function)
function
- The function to set.public String getOperatorCode()
public void setOperatorCode(String operatorCode)
operatorCode
- The operatorCode to set.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.