BEA Systems, Inc.

theory.smart.ebusiness.shoppingadvisor
Class CustomerProfileValue

java.lang.Object
  |
  +--theory.smart.foundation.SmartValue
        |
        +--theory.smart.ebusiness.shoppingadvisor.CustomerProfileValue

public class CustomerProfileValue
extends SmartValue

This class stores a list of qualities desired by a particular customer

See Also:
CustomerProfile, CustomerProfileHome, CustomerProfile.getCustomerProfileByValue(), CustomerProfile.setCustomerProfileByValue(CustomerProfileValue), Serialized Form

Field Summary
 SmartHandle customer
           customer [CustomerProfile] <>------> [theory.smart.ebusiness.customer.Customer]
 java.lang.String customerKey
           customerKey [CustomerProfile] <*>------> [String] (Primary Key)
 com.sun.java.util.collections.LinkedList qualities
           quality (List) [CustomerProfile] <*>------> [theory.smart.axiom.units.Quality] 0..*
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

customerKey

public java.lang.String customerKey
                  customerKey
 [CustomerProfile] <*>------> [String] (Primary Key)

 

qualities

public com.sun.java.util.collections.LinkedList qualities
                  quality (List)
 [CustomerProfile] <*>------> [theory.smart.axiom.units.Quality] 
                     0..*
 

customer

public SmartHandle customer
                  customer
 [CustomerProfile] <>------> [theory.smart.ebusiness.customer.Customer] 

 

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved