|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--test.ojb.ejb.PlzEntryBmpKey
This is a Primary Key Class for the Entity Bean
Field Summary | |
(package private) int |
id
|
(package private) static long |
serialVersionUID
|
Constructor Summary | |
PlzEntryBmpKey(Identity oid)
PlzEntryBmpKey(String key) constructor |
|
PlzEntryBmpKey(int key)
PlzEntryBmpKey(String key) constructor |
Method Summary | |
boolean |
equals(java.lang.Object o)
equals method - user must provide a proper implementation for the equal method. |
int |
hashCode()
hashode method - user must provide a proper implementation for the hashCode method. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
static final long serialVersionUID
int id
Constructor Detail |
public PlzEntryBmpKey(int key)
public PlzEntryBmpKey(Identity oid)
Method Detail |
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |