| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
| ActivityOfferingTemplateInfo |
|
| 0.0;0 |
| 1 | package org.kuali.student.enrollment.courseoffering.dto; | |
| 2 | ||
| 3 | /** | |
| 4 | * This class //TODO ... | |
| 5 | * | |
| 6 | * @author Kuali Student Team | |
| 7 | */ | |
| 8 | 0 | public class ActivityOfferingTemplateInfo { |
| 9 | ||
| 10 | private String activityOfferingTypeKey; | |
| 11 | ||
| 12 | private int position; | |
| 13 | ||
| 14 | private int quantity; | |
| 15 | } |