org.kuali.ole.ingest.krms.pojo
Class OleCompoundProposition
java.lang.Object
org.kuali.ole.ingest.krms.pojo.OleCompoundProposition
public class OleCompoundProposition
- 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 |
OleCompoundProposition
public OleCompoundProposition()
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getOperator
public String getOperator()
setOperator
public void setOperator(String operator)
getSimplePropositions
public List<OleSimpleProposition> getSimplePropositions()
setSimplePropositions
public void setSimplePropositions(List<OleSimpleProposition> simplePropositions)
getCompoundPropositions
public List<OleCompoundProposition> getCompoundPropositions()
setCompoundPropositions
public void setCompoundPropositions(List<OleCompoundProposition> compoundPropositions)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.