bea Systems, Inc.

examples.buybeans.item
Class JellyBeanValue

java.lang.Object
  |
  +--theory.smart.foundation.SmartValue
        |
        +--theory.smart.ebusiness.item.ItemValue
              |
              +--examples.buybeans.item.BasicBeanValue
                    |
                    +--examples.buybeans.item.JellyBeanValue

public class JellyBeanValue
extends BasicBeanValue

This is an item that has the special characteristics of a Jelly Bean.

See Also:
JellyBean, JellyBeanHome, JellyBean.getJellyBeanByValue(), JellyBean.setJellyBeanByValue(JellyBeanValue), Serialized Form

Field Summary
 boolean gourmet
           gourmet [JellyBean] <*>------> [boolean]
 boolean sugarfree
           sugarfree [JellyBean] <*>------> [boolean]
 
Fields inherited from class examples.buybeans.item.BasicBeanValue
customerRating, fullDescription
 
Fields inherited from class theory.smart.ebusiness.item.ItemValue
description, identifier, price, qualities, supplier, version
 
Constructor Summary
protected JellyBeanValue()
          Only get/setJellyBeanByValue 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

gourmet

public boolean gourmet
                  gourmet
 [JellyBean] <*>------> [boolean] 

 

sugarfree

public boolean sugarfree
                  sugarfree
 [JellyBean] <*>------> [boolean] 

 
Constructor Detail

JellyBeanValue

protected JellyBeanValue()
Only get/setJellyBeanByValue methods are allowed to call this constructor.

bea Systems, Inc.

© Copyright 2000 bea Systems, Inc. All rights reserved.