01: package org.tigris.scarab.om;
02:
03: import org.apache.torque.om.Persistent;
04:
05: /**
06: * You should add additional methods to this class to meet the
07: * application requirements. This class will only be generated as
08: * long as it does not already exist in the output directory.
09: */
10: public class ScarabRoleImpl extends
11: org.tigris.scarab.om.BaseScarabRoleImpl implements Persistent {
12: }
|