001    package org.apache.turbine.services.security.torque.om;
002    
003    
004    import org.apache.torque.om.Persistent;
005    
006    /**
007     * The skeleton for this class was autogenerated by Torque on:
008     *
009     * [Tue Jun 14 18:58:30 CEST 2011]
010     *
011     * You should add additional methods to this class to meet the
012     * application requirements.  This class will only be generated as
013     * long as it does not already exist in the output directory.
014     */
015    public  class TurbineUser
016        extends org.apache.turbine.services.security.torque.om.BaseTurbineUser
017        implements Persistent
018    {
019        /** Serial version */
020        private static final long serialVersionUID = 1308070710096L;
021    
022    }