|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.iastate.metnet.hibernate.AbstractBrendaref
public abstract class AbstractBrendaref
A class that represents a row in the _brendaref table. You can customize the behavior of this
class by editing the class, Brendaref(). WARNING: DO NOT EDIT THIS FILE. This is a
generated file that is synchronized * by MyEclipse Hibernate tool integration.
| Constructor Summary | |
|---|---|
AbstractBrendaref()
Simple constructor of AbstractBrendaref instances. |
|
AbstractBrendaref(java.lang.Integer rowid)
Constructor of AbstractBrendaref 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 |
getAuthors()
Return the value of the AUTHORS column. |
java.lang.String |
getEcid()
Return the value of the ECID column. |
java.lang.String |
getJournal()
Return the value of the JOURNAL column. |
java.lang.String |
getNo()
Return the value of the NO column. |
java.lang.String |
getOrganism()
Return the value of the ORGANISM column. |
java.lang.String |
getPages()
Return the value of the PAGES column. |
java.lang.Integer |
getRowid()
Return the simple primary key value that identifies this object. |
java.lang.String |
getTitle()
Return the value of the TITLE column. |
java.lang.String |
getVol()
Return the value of the VOL column. |
java.lang.String |
getYear()
Return the value of the YEAR column. |
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 |
setAuthors(java.lang.String authors)
Set the value of the AUTHORS column. |
void |
setEcid(java.lang.String ecid)
Set the value of the ECID column. |
void |
setJournal(java.lang.String journal)
Set the value of the JOURNAL column. |
void |
setNo(java.lang.String no)
Set the value of the NO column. |
void |
setOrganism(java.lang.String organism)
Set the value of the ORGANISM column. |
void |
setPages(java.lang.String pages)
Set the value of the PAGES column. |
void |
setRowid(java.lang.Integer rowid)
Set the simple primary key value that identifies this object. |
void |
setTitle(java.lang.String title)
Set the value of the TITLE column. |
void |
setVol(java.lang.String vol)
Set the value of the VOL column. |
void |
setYear(java.lang.String year)
Set the value of the YEAR column. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractBrendaref()
public AbstractBrendaref(java.lang.Integer rowid)
rowid - | Method Detail |
|---|
public java.lang.Integer getRowid()
public void setRowid(java.lang.Integer rowid)
rowid - public java.lang.String getEcid()
public void setEcid(java.lang.String ecid)
ecid - public java.lang.String getYear()
public void setYear(java.lang.String year)
year - public java.lang.String getJournal()
public void setJournal(java.lang.String journal)
journal - public java.lang.String getPages()
public void setPages(java.lang.String pages)
pages - public java.lang.String getVol()
public void setVol(java.lang.String vol)
vol - public java.lang.String getNo()
public void setNo(java.lang.String no)
no - public java.lang.String getTitle()
public void setTitle(java.lang.String title)
title - public java.lang.String getOrganism()
public void setOrganism(java.lang.String organism)
organism - public java.lang.String getAuthors()
public void setAuthors(java.lang.String authors)
authors - 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 | |||||||||