BEA Systems, Inc.

com.beasys.commerce.axiom.contact
Class UserValue

java.lang.Object
  |
  +--com.beasys.commerce.foundation.SmartValue
        |
        +--com.beasys.commerce.axiom.contact.UserValue
All Implemented Interfaces:
java.io.Serializable
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.

 Primary Key = com.beasys.commerce.axiom.contact.UserPk
 

See Also:
UserPk, UserHome, UserImpl, UserValue, 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