|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EPrimaryKey
This interface defines the methods that all BankFrame Primary Key classes must provide
Field Summary | |
---|---|
static long |
serialVersionUID
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
This method determines if this instance is equal to the specified instance. |
int |
hashCode()
This method returns a hash-code value for this instance. |
DataPacket |
toDataPacket()
This method converts this primary key's values to a DataPacket. |
String |
toString()
This method converts this primary-key's attributes to human readable form. |
Field Detail |
---|
static final long serialVersionUID
Method Detail |
---|
boolean equals(Object obj)
equals
in class Object
obj
- the instance to compare to.
int hashCode()
hashCode
in class Object
DataPacket toDataPacket()
String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |