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

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

public class OleKrmsRule
extends Object

Created with IntelliJ IDEA. User: vivekb Date: 8/22/12 Time: 3:04 PM To change this template use File | Settings | File Templates.


Constructor Summary
OleKrmsRule()
           
 
Method Summary
 OleKrmsRuleAction getFalseActions()
          Gets the falseActions attribute.
 String getName()
          Gets the name attribute.
 OleKrmsProposition getOleProposition()
           
 OleKrmsRuleAction getTrueActions()
          Gets the trueActions attribute.
 void setFalseActions(OleKrmsRuleAction falseActions)
          Sets the falseActions attribute value.
 void setName(String name)
          Sets the name attribute value.
 void setOleProposition(OleKrmsProposition oleProposition)
           
 void setTrueActions(OleKrmsRuleAction 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

OleKrmsRule

public OleKrmsRule()
Method Detail

getTrueActions

public OleKrmsRuleAction getTrueActions()
Gets the trueActions attribute.

Returns:
Returns the trueActions.

setTrueActions

public void setTrueActions(OleKrmsRuleAction trueActions)
Sets the trueActions attribute value.

Parameters:
trueActions - The trueActions to set.

getFalseActions

public OleKrmsRuleAction getFalseActions()
Gets the falseActions attribute.

Returns:
Returns the falseActions.

setFalseActions

public void setFalseActions(OleKrmsRuleAction 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.

getOleProposition

public OleKrmsProposition getOleProposition()

setOleProposition

public void setOleProposition(OleKrmsProposition oleProposition)


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