001package org.apache.fulcrum.security.torque.om;
002
003/**
004 * The skeleton for this class was autogenerated by Torque on:
005 *
006 * [Wed Oct 13 10:43:56 CEST 2021]
007 *
008 * You should add additional methods to this class to meet the
009 * application requirements.  This class will only be generated as
010 * long as it does not already exist in the output directory.
011 */
012
013public class TurbinePermissionPeerImpl
014    extends org.apache.fulcrum.security.torque.om.BaseTurbinePermissionPeerImpl
015    implements org.apache.fulcrum.security.torque.peer.TorqueTurbinePeer
016{
017    /** Serial version */
018    private static final long serialVersionUID = 1634114636195L;
019
020
021
022}