edu.iastate.metnet.hibernate
Class User

java.lang.Object
  extended by edu.iastate.metnet.hibernate.AbstractUser
      extended by edu.iastate.metnet.hibernate.User
All Implemented Interfaces:
java.io.Serializable

public class User
extends AbstractUser
implements java.io.Serializable

A class that represents a row in the 'user' table. This class may be customized as it is never re-generated after being created.

See Also:
Serialized Form

Constructor Summary
User()
          Simple constructor of User instances.
User(java.lang.String username)
          Constructor of User instances given a simple primary key.
 
Method Summary
 
Methods inherited from class edu.iastate.metnet.hibernate.AbstractUser
equals, getAffiliation, getBmid, getClassification, getDate, getEmail, getFirstname, getLastname, getPassword, getUsername, hashCode, setAffiliation, setBmid, setClassification, setDate, setEmail, setFirstname, setLastname, setPassword, setUsername
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

User

public User()
Simple constructor of User instances.


User

public User(java.lang.String username)
Constructor of User instances given a simple primary key.

Parameters:
username -