com.ibm.commerce.catalog.objects

Class CatalogGroupDescriptionEntityCreationData

  • java.lang.Object
    • com.ibm.commerce.catalog.objects.CatalogGroupDescriptionEntityCreationData
  • All Implemented Interfaces:
    EntityBeanCreationData, java.io.Serializable


    public class CatalogGroupDescriptionEntityCreationData
    extends java.lang.Object
    implements EntityBeanCreationData
    This EntityCreationData represents the data object for creating the Catalog Group Description EJB.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      java.lang.Long catalogGroupReferenceNumber
      The catalog group ID.
      static java.lang.String COPYRIGHT
      The internal copyright field.
      java.lang.String display
      The display.
      java.lang.String fullIImage
      The path to the full image.
      java.lang.String keyWord
      The keyword for the catalog group.
      java.lang.Integer language_id
      The language ID.
      java.lang.String longDescription
      The long description.
      java.lang.Long memberGroupId
      The member group ID.
      java.lang.String name
      The language dependent name of the catalog group.
      java.lang.String note
      The footnote.
      java.lang.Integer published
      The published flag.
      java.lang.String shortDescription
      The short description.
      java.lang.String thumbNail
      The path to the thumbnail image.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void copyFromAccessBean(CatalogGroupDescriptionAccessBean accessBean)
      Copy attributes' values from the Catalog Group Description access bean to the Catalog Group Description entity creation data.
      java.lang.Long getCatalogGroupReferenceNumber()
      Gets the catalog group ID.
      java.lang.String getDisplay()
      Gets the display.
      java.lang.String getFullIImage()
      Gets the path to the full image.
      java.lang.String getKeyWord()
      Gets the keyword for the catalog group.
      java.lang.Integer getLanguage_id()
      Gets the language ID.
      java.lang.String getLongDescription()
      Gets the long description.
      java.lang.Long getMemberGroupId()
      Gets the member group ID.
      java.lang.String getName()
      Gets the language dependent name of the catalog group.
      java.lang.String getNote()
      Gets the footnote.
      java.lang.Integer getPublished()
      Gets the published flag.
      java.lang.String getShortDescription()
      Gets the short description.
      java.lang.String getThumbNail()
      Gets the path to the thumbnail image.
      void reset()
      Reset all attributes of the Catalog Group Description.
      void setCatalogGroupReferenceNumber(java.lang.Long catalogGroupReferenceNumber)
      Sets the catalog group ID.
      void setDisplay(java.lang.String display)
      Sets the display.
      void setFullIImage(java.lang.String fullIImage)
      Sets the path to the full image.
      void setKeyWord(java.lang.String keyWord)
      Sets the keyword for the catalog group.
      void setLanguage_id(java.lang.Integer language_id)
      Sets the language ID.
      void setLongDescription(java.lang.String longDescription)
      Sets the long description.
      void setMemberGroupId(java.lang.Long memberGroupId)
      Sets the member group ID.
      void setName(java.lang.String name)
      Sets the language dependent name of the catalog group.
      void setNote(java.lang.String note)
      Sets the footnote.
      void setPublished(java.lang.Integer published)
      Sets the published flag.
      void setShortDescription(java.lang.String shortDescription)
      Sets the short description.
      void setThumbNail(java.lang.String thumbNail)
      Sets the path to the thumbnail image.
      • 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 internal copyright field.
        See Also:
        Constant Field Values
      • catalogGroupReferenceNumber

        public java.lang.Long catalogGroupReferenceNumber
        The catalog group ID.
      • fullIImage

        public java.lang.String fullIImage
        The path to the full image.
      • language_id

        public java.lang.Integer language_id
        The language ID.
      • name

        public java.lang.String name
        The language dependent name of the catalog group.
      • shortDescription

        public java.lang.String shortDescription
        The short description.
      • thumbNail

        public java.lang.String thumbNail
        The path to the thumbnail image.
      • published

        public java.lang.Integer published
        The published flag.
      • memberGroupId

        public java.lang.Long memberGroupId
        The member group ID.
      • display

        public java.lang.String display
        The display.
      • keyWord

        public java.lang.String keyWord
        The keyword for the catalog group.
      • longDescription

        public java.lang.String longDescription
        The long description.
      • note

        public java.lang.String note
        The footnote.
    • Constructor Detail

      • CatalogGroupDescriptionEntityCreationData

        public CatalogGroupDescriptionEntityCreationData()
        Default constructor for the Catalog Group Description entity creation data.
    • Method Detail

      • getCatalogGroupReferenceNumber

        public java.lang.Long getCatalogGroupReferenceNumber()
        Gets the catalog group ID.
        Returns:
        catalogGroupReferenceNumber The catalog group ID
      • setCatalogGroupReferenceNumber

        public void setCatalogGroupReferenceNumber(java.lang.Long catalogGroupReferenceNumber)
        Sets the catalog group ID.
        Parameters:
        catalogGroupReferenceNumber - The catalog group ID
      • getFullIImage

        public java.lang.String getFullIImage()
        Gets the path to the full image.
        Returns:
        fullIImage The path to the full image
      • setFullIImage

        public void setFullIImage(java.lang.String fullIImage)
        Sets the path to the full image.
        Parameters:
        fullIImage - The path to the full image
      • getLanguage_id

        public java.lang.Integer getLanguage_id()
        Gets the language ID.
        Returns:
        language_id The language ID
      • setLanguage_id

        public void setLanguage_id(java.lang.Integer language_id)
        Sets the language ID.
        Parameters:
        language_id - The language ID
      • getName

        public java.lang.String getName()
        Gets the language dependent name of the catalog group.
        Returns:
        name The language dependent name of the catalog group
      • setName

        public void setName(java.lang.String name)
        Sets the language dependent name of the catalog group.
        Parameters:
        name - The language dependent name of the catalog group
      • getShortDescription

        public java.lang.String getShortDescription()
        Gets the short description.
        Returns:
        shortDescription The short description
      • setShortDescription

        public void setShortDescription(java.lang.String shortDescription)
        Sets the short description.
        Parameters:
        shortDescription - The short description
      • getThumbNail

        public java.lang.String getThumbNail()
        Gets the path to the thumbnail image.
        Returns:
        thumbNail The path to the thumbnail image
      • setThumbNail

        public void setThumbNail(java.lang.String thumbNail)
        Sets the path to the thumbnail image.
        Parameters:
        thumbNail - The path to the thumbnail image
      • getPublished

        public java.lang.Integer getPublished()
        Gets the published flag.
        Returns:
        published The published flag
      • setPublished

        public void setPublished(java.lang.Integer published)
        Sets the published flag.
        Parameters:
        published - The published flag
      • getMemberGroupId

        public java.lang.Long getMemberGroupId()
        Gets the member group ID.
        Returns:
        memberGroupId The member group ID
      • setMemberGroupId

        public void setMemberGroupId(java.lang.Long memberGroupId)
        Sets the member group ID.
        Parameters:
        memberGroupId - The member group ID
      • getDisplay

        public java.lang.String getDisplay()
        Gets the display.
        Returns:
        display The display
      • setDisplay

        public void setDisplay(java.lang.String display)
        Sets the display.
        Parameters:
        display - The display
      • getKeyWord

        public java.lang.String getKeyWord()
        Gets the keyword for the catalog group.
        Returns:
        keyWord The keyword for the catalog group
      • setKeyWord

        public void setKeyWord(java.lang.String keyWord)
        Sets the keyword for the catalog group.
        Parameters:
        keyWord - The keyword for the catalog group
      • getLongDescription

        public java.lang.String getLongDescription()
        Gets the long description.
        Returns:
        longDescription The long description
      • setLongDescription

        public void setLongDescription(java.lang.String longDescription)
        Sets the long description.
        Parameters:
        longDescription - The long description
      • getNote

        public java.lang.String getNote()
        Gets the footnote.
        Returns:
        The footnote
      • setNote

        public void setNote(java.lang.String note)
        Sets the footnote.
        Parameters:
        note - The footnote
      • reset

        public void reset()
                   throws java.lang.IllegalAccessException
        Reset all attributes of the Catalog Group Description.
        Throws:
        java.lang.IllegalAccessException - An illegal access exception
      • copyFromAccessBean

        public void copyFromAccessBean(CatalogGroupDescriptionAccessBean accessBean)
        Copy attributes' values from the Catalog Group Description access bean to the Catalog Group Description entity creation data.
        Parameters:
        AccessBean - The Catalog Group Description access bean