BEA Systems, Inc.

theory.smart.ebusiness.giftregistry
Class GiftRegistryValue

java.lang.Object
  |
  +--theory.smart.foundation.SmartValue
        |
        +--theory.smart.ebusiness.order.OrderValue
              |
              +--theory.smart.ebusiness.giftregistry.GiftRegistryValue

public class GiftRegistryValue
extends OrderValue

A gift registry is a list of things that a customer would like to have purchased on their behalf. Items are removed from the Registries OrderLines and added to the collection of PurchasedOrderLines.

See Also:
GiftRegistry, GiftRegistryHome, GiftRegistry.getGiftRegistryByValue(), GiftRegistry.setGiftRegistryByValue(GiftRegistryValue), Serialized Form

Field Summary
 com.sun.java.util.collections.TreeMap emails
           email (Map) [GiftRegistry] <*>------> [theory.smart.axiom.contact.Email] 0..*
 SmartHandle owner
           owner [GiftRegistry] <>------> [theory.smart.ebusiness.customer.Customer]
 java.lang.String password
           password [GiftRegistry] <*>------> [String]
 com.sun.java.util.collections.LinkedList purchasedOrderLines
           purchasedOrderLine (List) [GiftRegistry] <*>------> [theory.smart.ebusiness.giftregistry.PurchasedOrderLine] 0..*
 
Fields inherited from class theory.smart.ebusiness.order.OrderValue
customer, key, orderLines, status
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

password

public java.lang.String password
                  password
 [GiftRegistry] <*>------> [String] 

 

purchasedOrderLines

public com.sun.java.util.collections.LinkedList purchasedOrderLines
                  purchasedOrderLine (List)
 [GiftRegistry] <*>------> [theory.smart.ebusiness.giftregistry.PurchasedOrderLine] 
                     0..*
 

owner

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

 

emails

public com.sun.java.util.collections.TreeMap emails
                  email (Map)
 [GiftRegistry] <*>------> [theory.smart.axiom.contact.Email] 
                     0..*
 

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved