|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DataBean
interface representing the data in one row of the database classes that implements this are generally generated by the GeneratDAO object
| Method Summary | |
|---|---|
java.lang.Object[] |
getData()
Get row data from Object. |
int[] |
getDataTypes()
return the type of columns in the database |
void |
setData(java.lang.Object[] parms)
set object data. |
java.lang.String |
toJSON()
Get the row data in an JSON form |
java.lang.String |
toXML()
Get the row data in an XML form |
| Method Detail |
|---|
java.lang.String toXML()
java.lang.String toJSON()
throws org.json.JSONException
org.json.JSONException
java.lang.Object[] getData()
throws DBException
DBExceptionDAO
void setData(java.lang.Object[] parms)
throws DBException
parms - row data
DBExceptionDAOint[] getDataTypes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||