SimpleBean is an abstract class intended to be extended by all beans used by the {@link SimpleDAO SimpleDAO} framework. It includes publicmethods for populating the bean from the database and determining specific database properties at runtime (e.g. database table name)
User: jumiller Date: Apr 27, 2006 Time: 2:28:55 PM @author Justin Miller @version 1.0 @see SimpleDAO
|
|