Coverage Report - org.apache.turbine.services.security.torque.om.TurbineRolePeer
 
Classes in this File Line Coverage Branch Coverage Complexity
TurbineRolePeer
0%
0/1
N/A
0
 
 1  
 package org.apache.turbine.services.security.torque.om;
 2  
 
 3  
 /**
 4  
  * The skeleton for this class was autogenerated by Torque on:
 5  
  *
 6  
  * [Tue Jun 14 18:58:30 CEST 2011]
 7  
  *
 8  
  *  You should add additional methods to this class to meet the
 9  
  *  application requirements.  This class will only be generated as
 10  
  *  long as it does not already exist in the output directory.
 11  
  */
 12  0
 public class TurbineRolePeer
 13  
     extends org.apache.turbine.services.security.torque.om.BaseTurbineRolePeer
 14  
 {
 15  
     /** Serial version */
 16  
     private static final long serialVersionUID = 1308070710096L;
 17  
 
 18  
 }