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 TorqueDynamicUser
15      extends org.apache.fulcrum.security.torque.om.BaseTorqueDynamicUser
16  {
17      /** Serial version */
18      private static final long serialVersionUID = 1636018480470L;
19  
20  
21  
22  }