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