com.ibm.commerce.beans
Interface DataBean

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
AuctionInputDataBean, AuctionSmartDataBean, BuyerSupplierMappingInputDataBean, BuyerSupplierMappingSmartDataBean, BuyerSupplierSecurityInputDataBean, BuyerSupplierSecuritySmartDataBean, CollateralInputDataBean, CollateralSmartDataBean, CommandDataBean, DiscountInputDataBean, DiscountSmartDataBean, DynamicDataBean, DynamicTreeUserDataBean, FormattedMonetaryAmountInputDataBean, FormattedMonetaryAmountSmartDataBean, FormattedQuantityAmountInputDataBean, FormattedQuantityAmountSmartDataBean, InputDataBean, OrderInputDataBean, PriceInputDataBean, PriceSmartDataBean, ProcurementBuyerProfileInputDataBean, ProcurementBuyerProfileSmartDataBean, ProcurementMessageViewInputDataBean, ProcurementMessageViewSmartDataBean, ProcurementProtocolInputDataBean, ProcurementProtocolSmartDataBean, ProcurementSystemInputDataBean, ProcurementSystemSmartDataBean, SmartDataBean, StaticDataBean, ViewApplicableCouponInputDataBean, ViewAppliedCouponInputDataBean, ViewCouponDetailInputDataBean, ViewWalletInputDataBean

public interface DataBean
extends java.io.Serializable

DataBeans are JavaBeans that are placed into JSP pages and represent data that is accessible by the page designer. DataBeans can have a associated DataBean Commands that are invoked when the JSP instantiates the DataBean at runtime. The DataBean command generally performs the operation of retrieving the data for the DataBean from Objects.


Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String emptyString
           
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT

emptyString

public static final java.lang.String emptyString