|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.iastate.metnet.hibernate.BlockunitrefKey
public class BlockunitrefKey
A class representing a composite primary key id for the blockunitref table. This object should only be instantiated for use with instances of the Blockunitref class.
| Constructor Summary | |
|---|---|
BlockunitrefKey()
Simple constructor of BlockunitrefKey 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.Integer |
getBlockid()
Returns the value of the blockid property. |
java.lang.String |
getReftype()
Returns the value of the reftype property. |
java.lang.String |
getRefvalue()
Returns the value of the refvalue property. |
java.lang.String |
getUsername()
Returns the value of the username 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 |
setBlockid(java.lang.Integer blockid)
Sets the value of the blockid property. |
void |
setReftype(java.lang.String reftype)
Sets the value of the reftype property. |
void |
setRefvalue(java.lang.String refvalue)
Sets the value of the refvalue property. |
void |
setUsername(java.lang.String username)
Sets the value of the username property. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BlockunitrefKey()
| Method Detail |
|---|
public java.lang.Integer getBlockid()
public void setBlockid(java.lang.Integer blockid)
blockid - public java.lang.String getReftype()
public void setReftype(java.lang.String reftype)
reftype - public java.lang.String getRefvalue()
public void setRefvalue(java.lang.String refvalue)
refvalue - public java.lang.String getUsername()
public void setUsername(java.lang.String username)
username - 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 | |||||||||