BEA Systems, Inc.

examples.buybeans.item
Class CoffeeBeanValue

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

public class CoffeeBeanValue
extends BasicBeanValue

This is an item that has the special characteristics of a coffee bean.

See Also:
CoffeeBean, CoffeeBeanHome, CoffeeBean.getCoffeeBeanByValue(), CoffeeBean.setCoffeeBeanByValue(CoffeeBeanValue), Serialized Form

Field Summary
 java.lang.String country
           country [CoffeeBean] <*>------> [String]
 boolean gourmet
           gourmet [CoffeeBean] <*>------> [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
 [CoffeeBean] <*>------> [boolean]

 

country

public java.lang.String country
                  country
 [CoffeeBean] <*>------> [String]

 

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved