|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.ole.ingest.krms.pojo.OleKrmsRule
public class OleKrmsRule
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 |
---|
public OleKrmsRule()
Method Detail |
---|
public OleKrmsRuleAction getTrueActions()
public void setTrueActions(OleKrmsRuleAction trueActions)
trueActions
- The trueActions to set.public OleKrmsRuleAction getFalseActions()
public void setFalseActions(OleKrmsRuleAction falseActions)
falseActions
- The falseActions to set.public String getName()
public void setName(String name)
name
- The name to set.public OleKrmsProposition getOleProposition()
public void setOleProposition(OleKrmsProposition oleProposition)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |