View Javadoc
1   package org.apache.fulcrum.security.torque.om;
2   
3   
4   /**
5    * The skeleton for this class was autogenerated by Torque on:
6    *
7    * [Thu Nov 04 10:34:40 CET 2021]
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  public  class TurbineGroup
15      extends org.apache.fulcrum.security.torque.om.BaseTurbineGroup
16      implements org.apache.fulcrum.security.model.turbine.entity.TurbineGroup
17  {
18      /** Serial version */
19      private static final long serialVersionUID = 1636018480590L;
20  
21  
22  
23  }