|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.sf.jagzilla.hibernate.LongDescPrimaryKey
represents the primary key for the class LongDesc.
LongDesc,
Serialized Form| Constructor Summary | |
LongDescPrimaryKey()
|
|
LongDescPrimaryKey(int bugId,
int who,
java.util.Date when)
constructs the pk with the given data. |
|
| Method Summary | |
boolean |
equals(java.lang.Object o)
Returns true if this LongDescPrimaryKey is the same as the o argument. |
int |
getBugId()
|
java.lang.String |
getTheText()
|
java.util.Date |
getWhen()
|
int |
getWho()
|
int |
hashCode()
Override hashCode. |
void |
setBugId(int bugId)
|
void |
setTheText(java.lang.String theText)
|
void |
setWhen(java.util.Date when)
|
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 LongDescPrimaryKey()
public LongDescPrimaryKey(int bugId,
int who,
java.util.Date when)
bugId - who - when - | Method Detail |
public int getBugId()
public void setBugId(int bugId)
bugId - The bugId to set.public java.util.Date getWhen()
public void setWhen(java.util.Date when)
when - The when to set.public int getWho()
public void setWho(int who)
who - The who to set.public java.lang.String getTheText()
public void setTheText(java.lang.String theText)
theText - The theText to set.public boolean equals(java.lang.Object o)
true if this LongDescPrimaryKey is the same as the o argument.
true if this LongDescPrimaryKey is the same as the o argument.public int hashCode()
public java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||