com.ibm.commerce.contract.catalogfilter.beans

Interface CatalogFilterListDataBeanCmd

  • All Known Implementing Classes:
    CatalogFilterListDataBeanCmdImpl


    public interface CatalogFilterListDataBeanCmd
    This is the interface of the data bean command for catalog filter list data bean. The default implementation of this command interface is com.ibm.commerce.catalogfilter.beans.CatalogFilterListDataBeanCmdImpl.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      The IBM Copyright notice field.
      static java.lang.String defaultCommandClassName
      The default implementation class.
      static java.lang.String NAME
      The full class name for this interface file.
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        The IBM Copyright notice field.
        See Also:
        Constant Field Values
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The default implementation class.
        See Also:
        Constant Field Values
      • NAME

        static final java.lang.String NAME
        The full class name for this interface file.
        See Also:
        Constant Field Values