|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.bankframe.examples.bo.impl.address.AddressPK
This class defines the primary key attributes of the Address Entity
| Field Summary | |
java.lang.String |
ownerId
|
| Fields inherited from interface com.bankframe.ejb.EPrimaryKey |
serialVersionUID |
| Constructor Summary | |
AddressPK()
Default Constructor. |
|
AddressPK(java.lang.String ownerId)
Constructor. |
|
| Method Summary | |
boolean |
equals(java.lang.Object o)
This method compares this instance with another for equality. |
int |
hashCode()
This method returns a hash-code value for this primary key. |
DataPacket |
toDataPacket()
This method converts this primary key to a DataPacket. |
java.lang.String |
toString()
This method generates a string representation of this primary key |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public java.lang.String ownerId
| Constructor Detail |
public AddressPK()
public AddressPK(java.lang.String ownerId)
| Method Detail |
public boolean equals(java.lang.Object o)
equals in interface EPrimaryKeyequals in class java.lang.Objecto - the object to compare to
public int hashCode()
hashCode in interface EPrimaryKeyhashCode in class java.lang.Objectpublic DataPacket toDataPacket()
toDataPacket in interface EPrimaryKeypublic java.lang.String toString()
toString in interface EPrimaryKeytoString in class java.lang.Object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||