|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.ole.ingest.pojo.KrmsProposition
public class KrmsProposition
KrmsProposition is a business object class for Krms Proposition
Constructor Summary | |
---|---|
KrmsProposition()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KrmsProposition()
Method Detail |
---|
public String getTerm()
public void setTerm(String term)
term
- The term to set.public String getType()
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |