com.ibm.commerce.contract.catalogfilter.beans

Class CatalogFilter

  • java.lang.Object
    • com.ibm.commerce.contract.catalogfilter.beans.CatalogFilter


  • public class CatalogFilter
    extends java.lang.Object
    This class represents an object of catalog filter.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      The IBM copyright notice field.
    • Constructor Summary

      Constructors 
      Constructor and Description
      CatalogFilter() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.Long getCatalogId()
      This method returns the identifier of the catalog that is related to this catalog filter.
      java.lang.Long getFilterId()
      This method returns the catalog filter identifier.
      java.lang.String getFilterName()
      This method returns the name of the catalog filter.
      java.lang.String getLongDescription()
      his method returns the long description of the catalog filter.
      java.lang.String getShortDescription()
      This method returns the short description of the catalog filter.
      void setCatalogId(java.lang.Long inCatalogId)
      This method sets the catalog filter identifier.
      void setFilterId(java.lang.Long inFilterId)
      This method sets the catalog filter identifier.
      void setFilterName(java.lang.String inFilterName)
      This method sets the catalog filer name.
      void setLongDescription(java.lang.String inDescription)
      This method sets the long description of the catalog filter.
      void setShortDescription(java.lang.String inDescription)
      This method sets the short description of the catalog filter.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        The IBM copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • CatalogFilter

        public CatalogFilter()
    • Method Detail

      • getCatalogId

        public java.lang.Long getCatalogId()
        This method returns the identifier of the catalog that is related to this catalog filter.
        Returns:
        the catalog identifier
      • getFilterId

        public java.lang.Long getFilterId()
        This method returns the catalog filter identifier.
        Returns:
        the catalog filter identifier,
      • getFilterName

        public java.lang.String getFilterName()
        This method returns the name of the catalog filter.
        Returns:
        the name of the catalog filter.
      • getLongDescription

        public java.lang.String getLongDescription()
        his method returns the long description of the catalog filter.
        Returns:
        the long description
      • getShortDescription

        public java.lang.String getShortDescription()
        This method returns the short description of the catalog filter.
        Returns:
        the short description of the catalog filter
      • setCatalogId

        public void setCatalogId(java.lang.Long inCatalogId)
        This method sets the catalog filter identifier.
        Parameters:
        inCatalogId -
      • setFilterId

        public void setFilterId(java.lang.Long inFilterId)
        This method sets the catalog filter identifier.
        Parameters:
        inFilterId -
      • setFilterName

        public void setFilterName(java.lang.String inFilterName)
        This method sets the catalog filer name.
        Parameters:
        inFilterName -
      • setLongDescription

        public void setLongDescription(java.lang.String inDescription)
        This method sets the long description of the catalog filter.
        Parameters:
        inDescription -
      • setShortDescription

        public void setShortDescription(java.lang.String inDescription)
        This method sets the short description of the catalog filter.
        Parameters:
        inDescription -