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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

gourmet

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

 

sugarfree

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

 

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved