Show Bookingitem.java syntax highlighted
package ch.iticket.db;
import org.apache.torque.om.Persistent;
/**
* The skeleton for this class was autogenerated by Torque on:
*
* [Thu May 25 14:47:14 CEST 2006]
*
* 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 Bookingitem
extends ch.iticket.db.BaseBookingitem
implements Persistent
{
}
See more files for this project here