Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
LuiPersonRelationTypeEntity |
|
| 0.0;0 |
1 | package org.kuali.student.enrollment.lpr.model; | |
2 | ||
3 | import javax.persistence.Entity; | |
4 | import javax.persistence.Table; | |
5 | ||
6 | import org.kuali.student.r2.common.entity.TypeEntity; | |
7 | ||
8 | /** | |
9 | * @author Igor | |
10 | */ | |
11 | @Entity | |
12 | @Table(name = "KSLP_LPR_TYPE") | |
13 | 0 | public class LuiPersonRelationTypeEntity extends TypeEntity<LuiPersonRelationAttributeEntity> { |
14 | } |