|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.sf.jagzilla.hibernate.KeywordPrimaryKey
represents the primary key for the class Keyword.
Keyword,
Serialized Form| Constructor Summary | |
KeywordPrimaryKey()
|
|
| Method Summary | |
boolean |
equals(KeywordPrimaryKey o)
Returns true if this KeywordPrimaryKey is equal to another KeywordPrimaryKey. |
boolean |
equals(java.lang.Object o)
Returns true if this KeywordPrimaryKey is equal to another object. |
int |
getBugId()
|
int |
getKeywordId()
|
int |
hashCode()
Override hashCode. |
void |
setBugId(int bugId)
|
void |
setKeywordId(int keywordId)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public KeywordPrimaryKey()
| Method Detail |
public int getBugId()
public void setBugId(int bugId)
bugId - The bugId to set.public int getKeywordId()
public void setKeywordId(int keywordId)
keywordId - The keywordId to set.public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object o)
public boolean equals(KeywordPrimaryKey o)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||