org.openmobileis.database.fastobjectdb.db.test
Class TestDataWithArray
java.lang.Object
org.openmobileis.database.fastobjectdb.db.test.TestDataWithArray
- All Implemented Interfaces:
- java.io.Serializable
- public class TestDataWithArray
- extends java.lang.Object
- implements java.io.Serializable
Contain test of all FODB functionnalities. Can be use as a tutorial to understand
how to develop FODB applications.
- Since:
- JDK 1.1
- Version:
- 1.0.
- Author:
- Philippe Delrieu
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TestDataWithArray
public TestDataWithArray(java.lang.String id,
long idLong)
addElement
public void addElement(java.lang.String element)
addElement
public void addElement(int element)
addElement
public void addElement(long element)
getStringList
public java.lang.String[] getStringList()
getIntList
public int[] getIntList()
getLongList
public long[] getLongList()
getId
public java.lang.String getId()
getIdLong
public long getIdLong()
toString
public java.lang.String toString()
Copyright 2005 e-Care. All Rights Reserved.