net.kapsch.oss.common.ibs
Class Item
java.lang.Object
|
+--net.kapsch.oss.common.ibs.Item
- public class Item
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Item
protected Item(ItemBase the_base)
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