Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

edu.virtualschool.jwaa.bean.FieldBean Class Reference

List of all members.

Detailed Description

AnswerBean models the answer by a specified person provided to a specific question in a specific page while that answer is in the server's ram. AnswerBean instances are managed persistently via the load and save methods in that course's Answers database table, indexed by pagesID, pageID, questionID, and studentID.

Definition at line 21 of file FieldBean.java.

Public Member Functions

 FieldBean (DBQuery query) throws DB.Fault
 FieldBean (String accountID, String pageID, String fieldID, String value, Timestamp time)
void update (DB dbms, AccountAbstraction account, CommaSeparatedField value) throws Fault
final String getQuestionID ()
final String getStudentID ()
final String getField ()
final Timestamp getWhen ()
void save (DB dbms) throws Fault
String toString ()

Public Attributes

final String accountID
final String pageID
final String fieldID
String value
Timestamp when

Static Package Attributes

final Logger logger = Logger.getLogger(FieldBean.class.getName())


The documentation for this class was generated from the following file: