BEA Systems, Inc.

examples.usermgmt
Class UnifiedUserPk

java.lang.Object
  |
  +--com.beasys.commerce.foundation.SmartKey
        |
        +--com.beasys.commerce.axiom.contact.UserPk
              |
              +--examples.usermgmt.UnifiedUserPk

public class UnifiedUserPk
extends UserPk

Pk class for the UnifiedUser example bean. This must extend UserPk so that they can be used interchangeably in the system.

See Also:
Serialized Form

Fields inherited from class com.beasys.commerce.axiom.contact.UserPk
identifier
 
Constructor Summary
UnifiedUserPk()
          Default constructor.
UnifiedUserPk(java.lang.String identifier)
          Constructs the UnifiedUserPk.
 
Methods inherited from class com.beasys.commerce.axiom.contact.UserPk
compareTo, hashCode, toString
 
Methods inherited from class com.beasys.commerce.foundation.SmartKey
equals
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnifiedUserPk

public UnifiedUserPk()
Default constructor.

UnifiedUserPk

public UnifiedUserPk(java.lang.String identifier)
Constructs the UnifiedUserPk. Basically a pass-through to the UserPk.
Parameters:
identifier - the unique identifier

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved