net.kapsch.oss.common.ibs
Class ItemBase

java.lang.Object
  |
  +--net.kapsch.oss.common.ibs.ItemBase

public class ItemBase
extends java.lang.Object


Field Summary
protected  java.sql.Connection con
           
 
Constructor Summary
ItemBase(java.lang.String jdbcUrl)
           
 
Method Summary
 Item findItem(int theID)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

con

protected java.sql.Connection con
Constructor Detail

ItemBase

public ItemBase(java.lang.String jdbcUrl)
         throws IBSException
Method Detail

findItem

public Item findItem(int theID)
              throws IBSException
IBSException