Coverage Report - org.apache.turbine.services.schedule.JobEntryTorque
 
Classes in this File Line Coverage Branch Coverage Complexity
JobEntryTorque
0%
0/1
N/A
0
 
 1  
 package org.apache.turbine.services.schedule;
 2  
 
 3  
 
 4  
 /**
 5  
  * The skeleton for this class was autogenerated by Torque on:
 6  
  *
 7  
  * [Thu Apr 12 15:27:23 CEST 2018]
 8  
  *
 9  
  * You should add additional methods to this class to meet the
 10  
  * application requirements.  This class will only be generated as
 11  
  * long as it does not already exist in the output directory.
 12  
  */
 13  
 
 14  0
 public  class JobEntryTorque
 15  
     extends org.apache.turbine.services.schedule.BaseJobEntryTorque
 16  
 {
 17  
     /** Serial version */
 18  
     private static final long serialVersionUID = 1523539643876L;
 19  
 
 20  
 
 21  
 
 22  
 }