View Javadoc

1   package org.apache.turbine.services.security.torque.om;
2   
3   
4   import org.apache.torque.om.Persistent;
5   
6   /***
7    * The skeleton for this class was autogenerated by Torque on:
8    *
9    * [Tue Nov 04 15:53:51 CET 2008]
10   *
11   * You should add additional methods to this class to meet the
12   * application requirements.  This class will only be generated as
13   * long as it does not already exist in the output directory.
14   */
15  public  class TurbineGroup
16      extends org.apache.turbine.services.security.torque.om.BaseTurbineGroup
17      implements Persistent
18  {
19      /*** Serial version */
20      private static final long serialVersionUID = 1225810431249L;
21  
22  }