|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.sf.jagzilla.hibernate.BugActivityPrimaryKey
represents the primary key for the class BugActivity.
BugActivity,
Serialized Form| Constructor Summary | |
BugActivityPrimaryKey()
|
|
| Method Summary | |
boolean |
equals(BugActivityPrimaryKey o)
Returns true if this BugActivityPrimaryKey is equal to another BugActivityPrimaryKey. |
boolean |
equals(java.lang.Object o)
Returns true if this BugActivityPrimaryKey is equal to another object. |
int |
getBugId()
|
java.util.Date |
getBugWhen()
|
int |
getFieldId()
|
int |
getWho()
|
int |
hashCode()
Override hashCode. |
void |
setBugId(int bugId)
|
void |
setBugWhen(java.util.Date bugWhen)
|
void |
setFieldId(int fieldId)
|
void |
setWho(int who)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public BugActivityPrimaryKey()
| Method Detail |
public int getBugId()
public void setBugId(int bugId)
bugId - The bugId to set.public java.util.Date getBugWhen()
public void setBugWhen(java.util.Date bugWhen)
bugWhen - The bugWhen to set.public int getFieldId()
public void setFieldId(int fieldId)
fieldId - The fieldId to set.public int getWho()
public void setWho(int who)
who - The who to set.public java.lang.String toString()
public boolean equals(java.lang.Object o)
public boolean equals(BugActivityPrimaryKey o)
public int hashCode()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||