|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.ole.ingest.krms.pojo.OleKrmsAgenda
public class OleKrmsAgenda
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 | |
---|---|
OleKrmsAgenda()
|
Method Summary | |
---|---|
String |
getName()
Gets the name attribute. |
List<OleKrmsRule> |
getRules()
Gets the rules attribute. |
void |
setName(String name)
Sets the name attribute value. |
void |
setRules(List<OleKrmsRule> rules)
Sets the rules attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OleKrmsAgenda()
Method Detail |
---|
public String getName()
public void setName(String name)
name
- The name to set.public List<OleKrmsRule> getRules()
public void setRules(List<OleKrmsRule> rules)
rules
- The rules to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |