org.kuali.ole.ingest.krms.pojo
Class OleSimpleProposition

java.lang.Object
  extended by org.kuali.ole.ingest.krms.pojo.OleSimpleProposition

public class OleSimpleProposition
extends Object

Created with IntelliJ IDEA. User: vivekb Date: 8/22/12 Time: 11:46 AM To change this template use File | Settings | File Templates.


Constructor Summary
OleSimpleProposition()
           
 
Method Summary
 String getDescription()
           
 String getFunction()
           
 String getOperator()
           
 List<OleTerm> getTerms()
           
 List<OleValue> getValues()
           
 void setDescription(String description)
           
 void setFunction(String function)
           
 void setOperator(String operator)
           
 void setTerms(List<OleTerm> terms)
           
 void setValues(List<OleValue> values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OleSimpleProposition

public OleSimpleProposition()
Method Detail

getFunction

public String getFunction()

setFunction

public void setFunction(String function)

getTerms

public List<OleTerm> getTerms()

setTerms

public void setTerms(List<OleTerm> terms)

getOperator

public String getOperator()

setOperator

public void setOperator(String operator)

getValues

public List<OleValue> getValues()

setValues

public void setValues(List<OleValue> values)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)


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