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