2004.04.29


com.jdc.app.rdb.schema
Class User

java.lang.Object
  |
  +--com.jdc.lang.Object
        |
        +--com.jdc.lang.SerializableObject
              |
              +--com.jdc.rdb.Schema
                    |
                    +--com.jdc.app.rdb.schema.User
All Implemented Interfaces:
Schema, Serializable

public class User
extends Schema

User defines the J. Damon & Co. database user table schema.

Version:
1.0
Author:
Jay Damon
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.jdc.lang.Object
string
 
Constructor Summary
User()
          Constructs a new User object.
 
Method Summary
 Database getDatabase()
          Returns the Database object for this schema.
 
Methods inherited from class com.jdc.rdb.Schema
equals, getAlias, getName, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

User

public User()
Constructs a new User object.

Method Detail

getDatabase

public Database getDatabase()
Description copied from interface: Schema
Returns the Database object for this schema.

Specified by:
getDatabase in interface Schema
Specified by:
getDatabase in class Schema
Returns:
The database object for this schema.

2004.04.29



Copyright © 2004 J. Damon & Co.; All Rights Reserved WorldWide.