Class UserDatabase

java.lang.Object
edu.suffolk.litlab.efspserver.db.Database
edu.suffolk.litlab.efspserver.db.UserDatabase
All Implemented Interfaces:
AutoCloseable

public class UserDatabase extends Database
Very similar to the CodeDatabase, but for user data, kept at a minimum.

At the most, we save the transaction ID for the filing and some method of contact (maybe their name too), so they can have instructions on what to do.

Author:
brycew