|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.sf.jagzilla.hibernate.AttachStatusPrimaryKey
represents the primary key for the class AttachStatus.
AttachStatus,
Serialized Form| Constructor Summary | |
AttachStatusPrimaryKey()
|
|
AttachStatusPrimaryKey(int attachId,
int statusId)
constructs an instance withe the given data |
|
| Method Summary | |
boolean |
equals(AttachStatusPrimaryKey o)
Returns true if this AttachStatusPrimaryKey is equal to another AttachStatusPrimaryKey. |
boolean |
equals(java.lang.Object o)
Returns true if this AttachStatusPrimaryKey is equal to another object. |
int |
getAttachId()
|
int |
getStatusId()
|
int |
hashCode()
Override hashCode. |
void |
setAttachId(int attachId)
|
void |
setStatusId(int statusId)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public AttachStatusPrimaryKey()
public AttachStatusPrimaryKey(int attachId,
int statusId)
attachId - id of the attachstatusId - id of the status| Method Detail |
public int getAttachId()
public void setAttachId(int attachId)
attachId - The attachId to set.public int getStatusId()
public void setStatusId(int statusId)
statusId - The statusId to set.public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object o)
public boolean equals(AttachStatusPrimaryKey o)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||