|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.iastate.metnet.hibernate.AbstractUser
public abstract class AbstractUser
A class that represents a row in the user table. You can customize the behavior of this class by
editing the class, User(). WARNING: DO NOT EDIT THIS FILE. This is a generated file
that is synchronized * by MyEclipse Hibernate tool integration.
| Constructor Summary | |
|---|---|
AbstractUser()
Simple constructor of AbstractUser instances. |
|
AbstractUser(java.lang.String username)
Constructor of AbstractUser instances given a simple primary key. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object rhs)
Implementation of the equals comparison on the basis of equality of the primary key values. |
java.lang.String |
getAffiliation()
Return the value of the Affiliation column. |
java.lang.Integer |
getBmid()
Return the value of the BMID column. |
java.lang.String |
getClassification()
Return the value of the Classification column. |
java.util.Date |
getDate()
Return the value of the Date column. |
java.lang.String |
getEmail()
Return the value of the Email column. |
java.lang.String |
getFirstname()
Return the value of the Firstname column. |
java.lang.String |
getLastname()
Return the value of the Lastname column. |
java.lang.String |
getPassword()
Return the value of the Password column. |
java.lang.String |
getUsername()
Return the simple primary key value that identifies this object. |
int |
hashCode()
Implementation of the hashCode method conforming to the Bloch pattern with the exception of array properties (these are very unlikely primary key types). |
void |
setAffiliation(java.lang.String affiliation)
Set the value of the Affiliation column. |
void |
setBmid(java.lang.Integer bmid)
Set the value of the BMID column. |
void |
setClassification(java.lang.String classification)
Set the value of the Classification column. |
void |
setDate(java.util.Date date)
Set the value of the Date column. |
void |
setEmail(java.lang.String email)
Set the value of the Email column. |
void |
setFirstname(java.lang.String firstname)
Set the value of the Firstname column. |
void |
setLastname(java.lang.String lastname)
Set the value of the Lastname column. |
void |
setPassword(java.lang.String password)
Set the value of the Password column. |
void |
setUsername(java.lang.String username)
Set the simple primary key value that identifies this object. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractUser()
public AbstractUser(java.lang.String username)
username - | Method Detail |
|---|
public java.lang.String getUsername()
public void setUsername(java.lang.String username)
username - public java.lang.String getFirstname()
public void setFirstname(java.lang.String firstname)
firstname - public java.lang.String getLastname()
public void setLastname(java.lang.String lastname)
lastname - public java.lang.String getEmail()
public void setEmail(java.lang.String email)
email - public java.lang.String getAffiliation()
public void setAffiliation(java.lang.String affiliation)
affiliation - public java.lang.String getClassification()
public void setClassification(java.lang.String classification)
classification - public java.lang.String getPassword()
public void setPassword(java.lang.String password)
password - public java.lang.Integer getBmid()
public void setBmid(java.lang.Integer bmid)
bmid - public java.util.Date getDate()
public void setDate(java.util.Date date)
date - public boolean equals(java.lang.Object rhs)
equals in class java.lang.Objectrhs -
public int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||