org.kuali.rice.krms.impl.ui
Class AgendaTreeRuleNode

java.lang.Object
  extended by org.kuali.rice.krms.impl.ui.AgendaTreeNode
      extended by org.kuali.rice.krms.impl.ui.AgendaTreeRuleNode
All Implemented Interfaces:
Serializable

public class AgendaTreeRuleNode
extends AgendaTreeNode

data class for agenda tree Nodes containing agenda items

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Serialized Form

Constructor Summary
AgendaTreeRuleNode(AgendaItemBo agendaItem)
           
 
Method Summary
 AgendaItemBo getAgendaItem()
           
 void setAgendaItem(AgendaItemBo agendaItem)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgendaTreeRuleNode

public AgendaTreeRuleNode(AgendaItemBo agendaItem)
Method Detail

getAgendaItem

public AgendaItemBo getAgendaItem()
Returns:
the agendaItem

setAgendaItem

public void setAgendaItem(AgendaItemBo agendaItem)
Parameters:
agendaItem - the agendaItem to set


Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.