Coverage Report - org.kuali.student.process.poc.ProcessPocConstants
 
Classes in this File Line Coverage Branch Coverage Complexity
ProcessPocConstants
0%
0/1
N/A
0
 
 1  
 /*
 2  
  * To change this template, choose Tools | Templates
 3  
  * and open the template in the editor.
 4  
  */
 5  
 package org.kuali.student.process.poc;
 6  
 
 7  
 /**
 8  
  *
 9  
  * @author nwright
 10  
  */
 11  0
 public class ProcessPocConstants {
 12  
 
 13  
     public static final String PERSON_ID_BARBARA_HARRIS_2016 = "2016";
 14  
     public static final String PERSON_ID_KARA_STONE_2272 = "2272";
 15  
     public static final String PERSON_ID_CLIFFORD_RIDDLE_2397 = "2397";
 16  
     public static final String PERSON_ID_BETTY_MARTIN_2005 = "2005";
 17  
     public static final String PERSON_ID_NINA_WELCH_2166 = "2166";
 18  
     public static final String PERSON_ID_AMBER_HOPKINS_2155 = "2155";
 19  
     public static final String PERSON_ID_JOHNNY_MANNING_2374 = "2374";
 20  
     public static final String PERSON_ID_EDDIE_PITTMAN_2406 = "2406";
 21  
     public static final String PERSON_ID_TRACY_BURTON_2132 = "2132";
 22  
     
 23  
     public static final String SPRING_2011_TERM_KEY = "kuali.atp.SP2011";    
 24  
     public static final String SUMMER_2011_TERM_KEY = "kuali.atp.SU2011";        
 25  
     public static final String FALL_2011_TERM_KEY = "kuali.atp.FA2011";
 26  
     public static final String SPRING_2012_TERM_KEY = "kuali.atp.SP2012";       
 27  
 
 28  
 }