Coverage Report - org.kuali.rice.krms.impl.repository.AgendaAttributeBo
 
Classes in this File Line Coverage Branch Coverage Complexity
AgendaAttributeBo
N/A
N/A
0
 
 1  
 package org.kuali.rice.krms.impl.repository
 2  
 
 3  
 /**
 4  
  * This class represents an AgendaAttribute business object.
 5  
  * The agenda attributes are used to associate an agenda with an event and to 
 6  
  * distinguish agendas from each other.
 7  
  * 
 8  
  * @author Kuali Rice Team (rice.collab@kuali.org)
 9  
  *
 10  
  */
 11  
 public class AgendaAttributeBo extends BaseAttributeBo{
 12  
 
 13  
         // reference to the agenda associated with this attribute
 14  
         def String agendaId
 15  
 
 16  
 }