org.kuali.ole.ingest.krms.pojo
Class OleSimpleProposition
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OleSimpleProposition
public OleSimpleProposition()
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.