|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.iastate.metnet.hibernate.BrendasubstrateKey
public class BrendasubstrateKey
A class representing a composite primary key id for the _brendasubstrate table. This object should only be instantiated for use with instances of the Brendasubstrate class.
| Constructor Summary | |
|---|---|
BrendasubstrateKey()
Simple constructor of BrendasubstrateKey instances. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object rhs)
Implementation of the equals comparison on the basis of equality of the id components. |
java.lang.String |
getEcid()
Returns the value of the ecid property. |
java.lang.String |
getSubstrate()
Returns the value of the substrate property. |
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 |
setEcid(java.lang.String ecid)
Sets the value of the ecid property. |
void |
setSubstrate(java.lang.String substrate)
Sets the value of the substrate property. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BrendasubstrateKey()
| Method Detail |
|---|
public java.lang.String getEcid()
public void setEcid(java.lang.String ecid)
ecid - public java.lang.String getSubstrate()
public void setSubstrate(java.lang.String substrate)
substrate - 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 | |||||||||