com.ibm.commerce.marketing.beans

Class CatalogGroupDataBean

  • java.lang.Object
    • com.ibm.commerce.marketing.beans.CatalogGroupDataBean
  • All Implemented Interfaces:
    java.io.Serializable


    public class CatalogGroupDataBean
    extends java.lang.Object
    implements java.io.Serializable
    A Java bean used to store the result of the catalog group queries provided by methods in com.ibm.commerce.tools.campaigns.CampaignInitiativeEvaluateCmd.
    See Also:
    Serialized Form
    • Field Summary

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

      Constructors 
      Constructor and Description
      CatalogGroupDataBean()
      CatalogGroupDataBean default constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.Long getId()
      This method returns the ID of the catalog group.
      java.lang.String getIdentifier()
      This method returns the identifier of the catalog group.
      java.lang.String getIdInString()
      This method returns the ID of the catalog group in string.
      java.lang.String getName()
      This method returns the name of the catalog group.
      java.lang.String getShortDescription()
      This method returns the short description of the catalog group.
      void setId(java.lang.Long newId)
      This method sets the ID of the catalog group.
      void setId(java.lang.Number newId)
      This method sets the ID of the catalog group.
      void setIdentifier(java.lang.String newIdentifier)
      This method sets the identifier of the catalog group.
      void setIdInString(java.lang.String newId)
      This method sets the ID of the catalog group in string.
      void setName(java.lang.String newName)
      This method sets the name of the catalog group.
      void setShortDescription(java.lang.String newShortDescription)
      This method sets the short description of the catalog group.
      java.lang.String toString()
      This method returns the string representation of the catalog group.
      • Methods inherited from class java.lang.Object

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

      • COPYRIGHT

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

      • CatalogGroupDataBean

        public CatalogGroupDataBean()
        CatalogGroupDataBean default constructor.
    • Method Detail

      • getId

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

        public java.lang.String getIdentifier()
        This method returns the identifier of the catalog group.
        Returns:
        Identifier of the catalog group.
      • getIdInString

        public java.lang.String getIdInString()
        This method returns the ID of the catalog group in string.
        Returns:
        ID of the catalog group in string.
      • getName

        public java.lang.String getName()
        This method returns the name of the catalog group.
        Returns:
        Name of the catalog group.
      • getShortDescription

        public java.lang.String getShortDescription()
        This method returns the short description of the catalog group.
        Returns:
        Short description of the catalog group.
      • setId

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

        public void setId(java.lang.Number newId)
        This method sets the ID of the catalog group.
        Parameters:
        newId - ID of the catalog group.
      • setIdentifier

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

        public void setIdInString(java.lang.String newId)
        This method sets the ID of the catalog group in string.
        Parameters:
        newId - ID of the catalog group in string.
      • setName

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

        public void setShortDescription(java.lang.String newShortDescription)
        This method sets the short description of the catalog group.
        Parameters:
        newShortDescription - Short description of the catalog group.
      • toString

        public java.lang.String toString()
        This method returns the string representation of the catalog group.
        Overrides:
        toString in class java.lang.Object
        Returns:
        String representation of the catalog group.