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

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

public class OleKrmsAgenda
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
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

OleKrmsAgenda

public OleKrmsAgenda()
Method Detail

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.

getRules

public List<OleKrmsRule> getRules()
Gets the rules attribute.

Returns:
Returns the rules.

setRules

public void setRules(List<OleKrmsRule> rules)
Sets the rules attribute value.

Parameters:
rules - The rules to set.


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