net.kapsch.oss.common.ibs
Class Item

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

public class Item
extends java.lang.Object


Constructor Summary
protected Item(ItemBase the_base)
           
 
Method Summary
protected  void createInDatabase()
           
 Items enumerateSubItems()
           
 Item findSubItem(java.lang.String theSubName)
           
 byte[] getBlobValue()
           
 int getFirstChild()
           
 int getID()
           
 int getIntValue()
           
 java.lang.String getName()
           
 int getNextSilbling()
           
 int getParentID()
           
 java.lang.String getStringValue()
           
 java.lang.String getType()
           
protected  boolean readFromDatabase(int theID)
           
protected  void saveToDatabase()
           
 void setBlobValue(byte[] theBlobValue)
           
protected  void setFirstChild(int theFirstChild)
           
protected  void setID(int theID)
           
 void setIntValue(int theIntValue)
           
 void setName(java.lang.String theName)
           
protected  void setNextSilbling(int theNextSilbling)
           
protected  void setParentID(int theParentID)
           
 void setStrValue(java.lang.String theStrValue)
           
 void setType(java.lang.String theType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Item

protected Item(ItemBase the_base)
Method Detail

setID

protected void setID(int theID)

setType

public void setType(java.lang.String theType)

setName

public void setName(java.lang.String theName)

setParentID

protected void setParentID(int theParentID)

setIntValue

public void setIntValue(int theIntValue)

setStrValue

public void setStrValue(java.lang.String theStrValue)

setBlobValue

public void setBlobValue(byte[] theBlobValue)

setFirstChild

protected void setFirstChild(int theFirstChild)

setNextSilbling

protected void setNextSilbling(int theNextSilbling)

getID

public int getID()

getType

public java.lang.String getType()

getName

public java.lang.String getName()

getParentID

public int getParentID()

getIntValue

public int getIntValue()

getStringValue

public java.lang.String getStringValue()

getBlobValue

public byte[] getBlobValue()

getFirstChild

public int getFirstChild()

getNextSilbling

public int getNextSilbling()

createInDatabase

protected void createInDatabase()
                         throws IBSException
IBSException

readFromDatabase

protected boolean readFromDatabase(int theID)
                            throws IBSException
IBSException

saveToDatabase

protected void saveToDatabase()
                       throws IBSException
IBSException

findSubItem

public Item findSubItem(java.lang.String theSubName)
                 throws IBSException
IBSException

enumerateSubItems

public Items enumerateSubItems()
                        throws IBSException
IBSException