|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.iastate.metnet.hibernate.AbstractAbbreviationrules
public abstract class AbstractAbbreviationrules
A class that represents a row in the abbreviationrules table. You can customize the behavior of
this class by editing the class, Abbreviationrules(). WARNING: DO NOT EDIT THIS FILE.
This is a generated file that is synchronized * by MyEclipse Hibernate tool integration.
| Constructor Summary | |
|---|---|
AbstractAbbreviationrules()
Simple constructor of AbstractAbbreviationrules instances. |
|
AbstractAbbreviationrules(java.lang.Integer ruleid)
Constructor of AbstractAbbreviationrules 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 |
getLongterm()
Return the value of the longterm column. |
java.lang.Integer |
getRuleid()
Return the simple primary key value that identifies this object. |
java.lang.String |
getShortterm()
Return the value of the shortterm column. |
java.lang.Integer |
getType()
Return the value of the type 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 |
setLongterm(java.lang.String longterm)
Set the value of the longterm column. |
void |
setRuleid(java.lang.Integer ruleid)
Set the simple primary key value that identifies this object. |
void |
setShortterm(java.lang.String shortterm)
Set the value of the shortterm column. |
void |
setType(java.lang.Integer type)
Set the value of the type column. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractAbbreviationrules()
public AbstractAbbreviationrules(java.lang.Integer ruleid)
ruleid - | Method Detail |
|---|
public java.lang.Integer getRuleid()
public void setRuleid(java.lang.Integer ruleid)
ruleid - public java.lang.Integer getType()
public void setType(java.lang.Integer type)
type - public java.lang.String getShortterm()
public void setShortterm(java.lang.String shortterm)
shortterm - public java.lang.String getLongterm()
public void setLongterm(java.lang.String longterm)
longterm - 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 | |||||||||