|
WebLogic Server 6.0 Code Examples, BEA Systems, Inc. | |||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--examples.cluster.ejb.account.AccountPK
This class is the Primary Key for the EJBean AccountBean.
Field Summary | |
java.lang.String |
accountId
|
Constructor Summary | |
AccountPK()
Default constructor |
|
AccountPK(java.lang.String accountId)
Primaary key constructor given an account ID. |
Method Summary | |
boolean |
equals(java.lang.Object o)
|
int |
hashCode()
|
Methods inherited from class java.lang.Object |
|
Field Detail |
public java.lang.String accountId
Constructor Detail |
public AccountPK()
public AccountPK(java.lang.String accountId)
accountId
- string account IDMethod Detail |
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
Documentation is available at http://e-docs.bea.com/wls/docs60 |
|||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |