org.kuali.ole.ingest.pojo
Class KrmsRule

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

public class KrmsRule
extends Object

KrmsRule is a business object class for Krms Rule


Constructor Summary
KrmsRule()
           
 
Method Summary
 OleProposition getCompoundProposition()
          Gets the compoundProposition attribute.
 List<KrmsAction> getFalseActions()
          Gets the falseActions attribute.
 String getName()
          Gets the name attribute.
 KrmsProposition getProposition()
          Gets the proposition attribute.
 List<KrmsAction> getTrueActions()
          Gets the trueActions attribute.
 void setCompoundProposition(OleProposition compoundProposition)
          Sets the compoundProposition attribute value.
 void setFalseActions(List<KrmsAction> falseActions)
          Sets the falseActions attribute value.
 void setName(String name)
          Sets the name attribute value.
 void setProposition(KrmsProposition proposition)
          Sets the proposition attribute value.
 void setTrueActions(List<KrmsAction> trueActions)
          Sets the trueActions attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KrmsRule

public KrmsRule()
Method Detail

getTrueActions

public List<KrmsAction> getTrueActions()
Gets the trueActions attribute.

Returns:
Returns the trueActions.

setTrueActions

public void setTrueActions(List<KrmsAction> trueActions)
Sets the trueActions attribute value.

Parameters:
trueActions - The trueActions to set.

getFalseActions

public List<KrmsAction> getFalseActions()
Gets the falseActions attribute.

Returns:
Returns the falseActions.

setFalseActions

public void setFalseActions(List<KrmsAction> falseActions)
Sets the falseActions attribute value.

Parameters:
falseActions - The falseActions to set.

getName

public String getName()
Gets the name attribute.

Returns:
Returns the name.

setName

public void setName(String name)
Sets the name attribute value.

Parameters:
name - The name to set.

getCompoundProposition

public OleProposition getCompoundProposition()
Gets the compoundProposition attribute.

Returns:
Returns the compoundProposition.

setCompoundProposition

public void setCompoundProposition(OleProposition compoundProposition)
Sets the compoundProposition attribute value.

Parameters:
compoundProposition - The compoundProposition to set.

getProposition

public KrmsProposition getProposition()
Gets the proposition attribute.

Returns:
Returns the proposition.

setProposition

public void setProposition(KrmsProposition proposition)
Sets the proposition attribute value.

Parameters:
proposition - The proposition to set.


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