Roster/src/java/org/thdl/roster/om/PersonPersonTypePeer.java

20 lines
481 B
Java
Executable File

package org.thdl.roster.om;
import org.apache.torque.*;
import java.util.*;
/**
* The skeleton for this class was autogenerated by Torque on:
*
* [Thu Feb 27 15:11:05 EST 2003]
*
* You should add additional methods to this class to meet the
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*/
public class PersonPersonTypePeer
extends org.thdl.roster.om.BasePersonPersonTypePeer
{
}