BEA Systems, Inc.

com.beasys.commerce.axiom.contact
Class UserValue

java.lang.Object
  |
  +--com.beasys.commerce.foundation.SmartValue
        |
        +--com.beasys.commerce.axiom.contact.UserValue
Direct Known Subclasses:
ContactValue

public class UserValue
extends SmartValue

* User is a component that represents a user of a system. Users can be members * of groups, represented by the Group component. Users are extentions of * ConfigurableEntity, and therefore have the concept of getting and setting * properties that are relevant to the user. * * <pre> * Primary Key = com.beasys.commerce.axiom.contact.UserPk * </pre> * * <ul> * <li>Containment: By Value </li> * <li>Multiplicity: 1:1 </li> * <li>PRIMARY KEY FIELD</li> * </ul> * * @see com.beasys.commerce.axiom.contact.UserPk * @see com.beasys.commerce.axiom.contact.UserHome * @see com.beasys.commerce.axiom.contact.UserImpl * @see com.beasys.commerce.axiom.contact.UserValue *

See Also:
User, UserHome, User.getUserByValue(), User.setUserByValue(UserValue), Serialized Form

Field Summary
 java.lang.String identifier
           Containment: By Value Multiplicity: 1:1 PRIMARY KEY FIELD
 
Constructor Summary
protected UserValue()
          Only get/setUserByValue methods are allowed to call this constructor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

identifier

public java.lang.String identifier
Constructor Detail

UserValue

protected UserValue()
Only get/setUserByValue methods are allowed to call this constructor.

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved