KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > campware > cream > om > ProductCategoryPeer


1 package org.campware.cream.om;
2
3 /**
4  * The skeleton for this class was autogenerated by Torque on:
5  *
6  * [Fri Feb 25 22:39:31 CET 2005]
7  *
8  * You should add additional methods to this class to meet the
9  * application requirements. This class will only be generated as
10  * long as it does not already exist in the output directory.
11  */

12 public class ProductCategoryPeer
13     extends org.campware.cream.om.BaseProductCategoryPeer
14 {
15 }
16
Popular Tags