| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
| LuiTypeEntity | 
  | 
  | 0.0;0 | 
| 1 |  package org.kuali.student.enrollment.class1.lui.model; | |
| 2 | ||
| 3 |  import javax.persistence.Column; | |
| 4 |  import javax.persistence.Entity; | |
| 5 |  import javax.persistence.Table; | |
| 6 | ||
| 7 |  import org.kuali.student.r2.common.entity.TypeEntity; | |
| 8 | ||
| 9 | @Entity  | |
| 10 |  @Table(name = "KSEN_LUI_TYPE") | |
| 11 | 0 |  public class LuiTypeEntity extends TypeEntity<LuiTypeAttributeEntity>{ | 
| 12 | ||
| 13 | }  |