Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
AtpStateDao |
|
| 0.0;0 |
1 | package org.kuali.student.r2.core.class1.atp.dao; | |
2 | ||
3 | import org.kuali.student.enrollment.dao.GenericEntityDao; | |
4 | import org.kuali.student.r2.core.class1.atp.model.AtpStateEntity; | |
5 | ||
6 | 0 | public class AtpStateDao extends GenericEntityDao<AtpStateEntity>{ |
7 | ||
8 | } |