examples.buybeans.item
Interface  JellyBean
- public interface JellyBean- extends BasicBean
This is an item that has the special characteristics of a Jelly Bean.
 
 Primary Key = examples.buybeans.item.JellyBeanPk
 
 
 
                  gourmet
 [JellyBean] <*>------> [boolean] 
 
 
 
                  sugarfree
 [JellyBean] <*>------> [boolean] 
 
- See Also: 
- JellyBeanPk,- JellyBeanHome,- JellyBeanImpl,- JellyBeanValue
 
 
| Methods inherited from interface theory.smart.ebusiness.item.Item | 
| addFirstQuality, 
addLastQuality, 
addQualities, 
addQualities, 
addQuality, 
addQuality, 
calculatePrice, 
calculatePrice, 
containsQuality, 
getDefaultItemPriceCalculationPolicy, 
getDescription, 
getFirstQuality, 
getIdentifier, 
getItemByValue, 
getLastQuality, 
getNumberOfQualities, 
getPrice, 
getQualities, 
getQualities, 
getQuality, 
getSupplier, 
getVersion, 
indexOfQuality, 
isQualitiesEmtpy, 
lastIndexOfQuality, 
removeAllQualities, 
removeFirstQuality, 
removeLastQuality, 
removeQuality, 
removeQuality, 
setDefaultItemPriceCalculationPolicy, 
setDescription, 
setItemByValue, 
setPrice, 
setQuality | 
 
 
 
 
 
getJellyBeanByValue
public JellyBeanValue getJellyBeanByValue()
                                   throws java.rmi.RemoteException
- Get all of JellyBean's attributes.- 
 
- 
- Returns:
- JellyBeanValue the JellyBean value object
 
setJellyBeanByValue
public void setJellyBeanByValue(JellyBeanValue value)
                         throws java.rmi.RemoteException
- Set all of JellyBean's attributes to the passed in value.
 Note: Primary key attributes are not set.- 
 
- 
- Parameters:
- JellyBeanValue- the JellyBean value object
 
getGourmet
public boolean getGourmet()
                   throws java.rmi.RemoteException
- Get the value of gourmet- 
 
- 
- Returns:
- gourmet.
 
setGourmet
public void setGourmet(boolean gourmet)
                throws java.rmi.RemoteException
- Set the value of gourmet- 
 
- 
- Parameters:
- gourmets- gourmet to be added
 
getSugarfree
public boolean getSugarfree()
                     throws java.rmi.RemoteException
- Get the value of sugarfree- 
 
- 
- Returns:
- sugarfree.
 
setSugarfree
public void setSugarfree(boolean sugarfree)
                  throws java.rmi.RemoteException
- Set the value of sugarfree- 
 
- 
- Parameters:
- sugarfrees- sugarfree to be added
 
©  Copyright  2000 bea Systems, Inc. All rights reserved.