12packageorg.apache.jetspeed.om.dbpsml;
345import org.apache.torque.om.Persistent;
67/***8 * The skeleton for this class was autogenerated by Torque on:9 *10 * [Thu Apr 22 23:12:36 EDT 2004]11 *12 * You should add additional methods to this class to meet the13 * application requirements. This class will only be generated as14 * long as it does not already exist in the output directory.15 */16publicclass JetspeedUserProfile
17extends org.apache.jetspeed.om.dbpsml.BaseJetspeedUserProfile
18 implements Persistent
19 {
20 }