org.kuali.ole.ingest.pojo
Class KrmsProposition

java.lang.Object
  extended by org.kuali.ole.ingest.pojo.KrmsProposition

public class KrmsProposition
extends Object

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

KrmsProposition

public KrmsProposition()
Method Detail

getTerm

public String getTerm()
Gets the term attribute.

Returns:
Returns the term.

setTerm

public void setTerm(String term)
Sets the term attribute value.

Parameters:
term - The term to set.

getType

public String getType()
Gets the type attribute.

Returns:
Returns the type.

setType

public void setType(String type)
Sets the type attribute value.

Parameters:
type - The type to set.

getOperator

public String getOperator()
Gets the operator attribute.

Returns:
Returns the operator.

setOperator

public void setOperator(String operator)
Sets the operator attribute value.

Parameters:
operator - The operator to set.

getConstant

public String getConstant()
Gets the constant attribute.

Returns:
Returns the constant.

setConstant

public void setConstant(String constant)
Sets the constant attribute value.

Parameters:
constant - The constant to set.

getFunction

public String getFunction()
Gets the function attribute.

Returns:
Returns the function.

setFunction

public void setFunction(String function)
Sets the function attribute value.

Parameters:
function - The function to set.

getOperatorCode

public String getOperatorCode()
Gets the operatorCode attribute.

Returns:
Returns the operatorCode.

setOperatorCode

public void setOperatorCode(String operatorCode)
Sets the operatorCode attribute value.

Parameters:
operatorCode - The operatorCode to set.


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.