jspPhoneBook.data |
|
Java Source File Name | Type | Comment |
PersonDataStruct.java | Class | Data structure for DO class.
A container for data members of a DO class.
A DO class contains a reference to a DataStruct class. |
PersonDO.java | Class | Data core class, used to set and retrieve the PersonDO information. |
PersonDOI.java | Interface | |
PersonQuery.java | Class | PersonQuery is used to query the person table in the database.
It returns objects of type PersonDO. |