com.ibm.commerce.tools.experimentation.search

Class CatalogGroupSearchDataBean

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


    public class CatalogGroupSearchDataBean
    extends java.lang.Object
    implements java.io.Serializable
    This data bean contains a row of catalog group data that is returned by the catalog group search function implemented in CatalogGroupSearchListDataBean.
    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 group.
      java.lang.String getIdentifier()
      This method returns the identifier of this catalog group.
      java.lang.String getName()
      This method returns the name of this catalog group.
      void populate()
      This method populates this data bean.
      void setId(java.lang.Long newId)
      This method sets the ID of this catalog group.
      void setIdentifier(java.lang.String newIdentifier)
      This method sets the identifier of this catalog group.
      void setName(java.lang.String newName)
      This method sets the name of this catalog group.
      • 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

      • CatalogGroupSearchDataBean

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

      • getId

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

        public java.lang.String getIdentifier()
        This method returns the identifier of this catalog group.
        Returns:
        The identifier of this catalog group.
      • getName

        public java.lang.String getName()
        This method returns the name of this catalog group.
        Returns:
        The name of this catalog group.
      • 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 group.
        Parameters:
        newId - The ID of this catalog group.
      • setIdentifier

        public void setIdentifier(java.lang.String newIdentifier)
        This method sets the identifier of this catalog group.
        Parameters:
        newIdentifier - The identifier of this catalog group.
      • setName

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