com.ibm.commerce.tools.experimentation.search

Class CatalogEntrySearchDataBean

  • java.lang.Object
    • com.ibm.commerce.tools.experimentation.search.CatalogEntrySearchDataBean
  • All Implemented Interfaces:
    java.io.Serializable


    public class CatalogEntrySearchDataBean
    extends java.lang.Object
    implements java.io.Serializable
    This data bean contains a row of catalog entry data that is returned by the catalog entry search function implemented in CatalogEntrySearchListDataBean.
    See Also:
    Serialized Form
    • Field Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.Long getId()
      This method returns the ID of this catalog entry.
      java.lang.String getName()
      This method returns the name of this catalog entry.
      java.lang.String getPartNumber()
      This method returns the part number (SKU) of this catalog entry.
      void populate()
      This method populates this data bean.
      void setId(java.lang.Long newId)
      This method sets the ID of this catalog entry.
      void setName(java.lang.String newName)
      This method sets the name of this catalog entry.
      void setPartNumber(java.lang.String newPartNumber)
      This method sets the part number (SKU) of this catalog entry.
      • 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
        IBM copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • CatalogEntrySearchDataBean

        public CatalogEntrySearchDataBean()
        The default constructor for this class.
    • Method Detail

      • getId

        public java.lang.Long getId()
        This method returns the ID of this catalog entry.
        Returns:
        The ID of this catalog entry.
      • getName

        public java.lang.String getName()
        This method returns the name of this catalog entry.
        Returns:
        The name of this catalog entry.
      • getPartNumber

        public java.lang.String getPartNumber()
        This method returns the part number (SKU) of this catalog entry.
        Returns:
        The part number (SKU) of this catalog entry.
      • populate

        public void populate()
        This method populates this data bean. Since a lazy fetch mechanism is used for this bean, nothing is done here. Override this method if a different implementation is required.
      • setId

        public void setId(java.lang.Long newId)
        This method sets the ID of this catalog entry.
        Parameters:
        newId - The ID of this catalog entry.
      • setName

        public void setName(java.lang.String newName)
        This method sets the name of this catalog entry.
        Parameters:
        newName - The name of this catalog entry.
      • setPartNumber

        public void setPartNumber(java.lang.String newPartNumber)
        This method sets the part number (SKU) of this catalog entry.
        Parameters:
        newPartNumber - The part number (SKU) of this catalog entry.