All Examples  All Cluster Examples  This Example  This Package

Class examples.cluster.ejb.account.AccountPK

java.lang.Object
   |
   +----examples.cluster.ejb.account.AccountPK

public class AccountPK
extends Object
implements Serializable
This class is the Primary Key for the EJBean AccountBean.

Author:
Copyright (c) 1999-2000 by BEA Systems, Inc. All Rights Reserved.

Variable Index

 o accountId

Constructor Index

 o AccountPK()
Default constructor
 o AccountPK(String)
Primaary key constructor given an Account ID.

Variables

 o accountId
 public String accountId

Constructors

 o AccountPK
 public AccountPK()
Default constructor

Returns:
AccountPK
 o AccountPK
 public AccountPK(String accountId)
Primaary key constructor given an Account ID.

Parameters:
accountId - String Account ID
Returns:
AccountPK

All Examples  All Cluster Examples  This Example  This Package