edu.iastate.metnet.hibernate
Class AbstractBrendaref

java.lang.Object
  extended by edu.iastate.metnet.hibernate.AbstractBrendaref
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
Brendaref

public abstract class AbstractBrendaref
extends java.lang.Object
implements java.io.Serializable

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.

See Also:
Serialized Form

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

AbstractBrendaref

public AbstractBrendaref()
Simple constructor of AbstractBrendaref instances.


AbstractBrendaref

public AbstractBrendaref(java.lang.Integer rowid)
Constructor of AbstractBrendaref instances given a simple primary key.

Parameters:
rowid -
Method Detail

getRowid

public java.lang.Integer getRowid()
Return the simple primary key value that identifies this object.

Returns:
java.lang.Integer

setRowid

public void setRowid(java.lang.Integer rowid)
Set the simple primary key value that identifies this object.

Parameters:
rowid -

getEcid

public java.lang.String getEcid()
Return the value of the ECID column.

Returns:
java.lang.String

setEcid

public void setEcid(java.lang.String ecid)
Set the value of the ECID column.

Parameters:
ecid -

getYear

public java.lang.String getYear()
Return the value of the YEAR column.

Returns:
java.lang.String

setYear

public void setYear(java.lang.String year)
Set the value of the YEAR column.

Parameters:
year -

getJournal

public java.lang.String getJournal()
Return the value of the JOURNAL column.

Returns:
java.lang.String

setJournal

public void setJournal(java.lang.String journal)
Set the value of the JOURNAL column.

Parameters:
journal -

getPages

public java.lang.String getPages()
Return the value of the PAGES column.

Returns:
java.lang.String

setPages

public void setPages(java.lang.String pages)
Set the value of the PAGES column.

Parameters:
pages -

getVol

public java.lang.String getVol()
Return the value of the VOL column.

Returns:
java.lang.String

setVol

public void setVol(java.lang.String vol)
Set the value of the VOL column.

Parameters:
vol -

getNo

public java.lang.String getNo()
Return the value of the NO column.

Returns:
java.lang.String

setNo

public void setNo(java.lang.String no)
Set the value of the NO column.

Parameters:
no -

getTitle

public java.lang.String getTitle()
Return the value of the TITLE column.

Returns:
java.lang.String

setTitle

public void setTitle(java.lang.String title)
Set the value of the TITLE column.

Parameters:
title -

getOrganism

public java.lang.String getOrganism()
Return the value of the ORGANISM column.

Returns:
java.lang.String

setOrganism

public void setOrganism(java.lang.String organism)
Set the value of the ORGANISM column.

Parameters:
organism -

getAuthors

public java.lang.String getAuthors()
Return the value of the AUTHORS column.

Returns:
java.lang.String

setAuthors

public void setAuthors(java.lang.String authors)
Set the value of the AUTHORS column.

Parameters:
authors -

equals

public boolean equals(java.lang.Object rhs)
Implementation of the equals comparison on the basis of equality of the primary key values.

Overrides:
equals in class java.lang.Object
Parameters:
rhs -
Returns:
boolean

hashCode

public 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).

Overrides:
hashCode in class java.lang.Object
Returns:
int