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