com.ibm.commerce.catalog.objects

Class CatalogEntryDescriptionEntityCreationData

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


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

      Fields 
      Modifier and Type Field and Description
      java.lang.String auxDescription1
      The first auxiliary description.
      java.lang.String auxDescription2
      The second auxiliary description.
      java.sql.Timestamp availabilityDate
      The availability date.
      java.lang.Integer available
      The length of time to availability of the catalog entry.
      java.lang.Long catalogEntryReferenceNumber
      The catalog entry ID.
      static java.lang.String COPYRIGHT
      The internal copyright field.
      java.lang.String fullImage
      The path to the full image.
      java.lang.String keyWord
      The keyword for the catalog entry.
      java.lang.Integer language_id
      The language ID.
      java.lang.String name
      The language dependent name of the catalog entry.
      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(CatalogEntryDescriptionAccessBean accessBean)
      Copy attributes' values from the Catalog Entry Description access bean to the Catalog Entry Description entity creation data.
      java.lang.String getAuxDescription1()
      Gets the first auxiliary description.
      java.lang.String getAuxDescription2()
      Gets the second auxiliary description.
      java.sql.Timestamp getAvailabilityDate()
      Gets the availability date.
      java.lang.Integer getAvailable()
      Gets the length of time to availability of the catalog entry.
      java.lang.Long getCatalogEntryReferenceNumber()
      Gets the catalog entry ID.
      java.lang.String getFullImage()
      Gets the path to the full image.
      java.lang.String getKeyWord()
      Gets the keyword.
      java.lang.Integer getLanguage_id()
      Gets the language ID.
      java.lang.String getName()
      Gets the language dependent name of the catalog entry.
      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 Entry Description.
      void setAuxDescription1(java.lang.String auxDescription1)
      Sets the first auxiliary description.
      void setAuxDescription2(java.lang.String auxDescription2)
      Sets the second auxiliary description.
      void setAvailabilityDate(java.sql.Timestamp availabilityDate)
      Sets the availability date.
      void setAvailable(java.lang.Integer available)
      Sets the length of time to availability of the catalog entry.
      void setCatalogEntryReferenceNumber(java.lang.Long catalogEntryReferenceNumber)
      Sets the catalog entry ID.
      void setFullImage(java.lang.String fullImage)
      Sets the path to the full image.
      void setKeyWord(java.lang.String keyWord)
      Sets the keyword.
      void setLanguage_id(java.lang.Integer language_id)
      Sets the language ID.
      void setName(java.lang.String name)
      Sets the language dependent name of the catalog entry.
      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
      • fullImage

        public java.lang.String fullImage
        The path to the full image.
      • name

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

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

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

        public java.lang.Long catalogEntryReferenceNumber
        The catalog entry ID.
      • language_id

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

        public java.sql.Timestamp availabilityDate
        The availability date.
      • published

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

        public java.lang.Integer available
        The length of time to availability of the catalog entry.
      • auxDescription1

        public java.lang.String auxDescription1
        The first auxiliary description.
      • auxDescription2

        public java.lang.String auxDescription2
        The second auxiliary description.
      • keyWord

        public java.lang.String keyWord
        The keyword for the catalog entry.
    • Constructor Detail

      • CatalogEntryDescriptionEntityCreationData

        public CatalogEntryDescriptionEntityCreationData()
        Default constructor the Catalog Entry Description entity creation data.
    • Method Detail

      • getFullImage

        public java.lang.String getFullImage()
        Gets the path to the full image.
        Returns:
        fullImage The path to the full image
      • setFullImage

        public void setFullImage(java.lang.String fullImage)
        Sets the path to the full image.
        Parameters:
        fullImage - The path to the full image
      • getName

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

        public void setName(java.lang.String name)
        Sets the language dependent name of the catalog entry.
        Parameters:
        name - The language dependent name of the catalog entry
      • 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
      • getCatalogEntryReferenceNumber

        public java.lang.Long getCatalogEntryReferenceNumber()
        Gets the catalog entry ID.
        Returns:
        catalogEntryReferenceNumber The catalog entry ID
      • setCatalogEntryReferenceNumber

        public void setCatalogEntryReferenceNumber(java.lang.Long catalogEntryReferenceNumber)
        Sets the catalog entry ID.
        Parameters:
        catalogEntryReferenceNumber - The catalog entry ID
      • 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
      • getAvailabilityDate

        public java.sql.Timestamp getAvailabilityDate()
        Gets the availability date.
        Returns:
        availabilityDate The availability date
      • setAvailabilityDate

        public void setAvailabilityDate(java.sql.Timestamp availabilityDate)
        Sets the availability date.
        Parameters:
        availabilityDate - The availability date
      • 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
      • getAvailable

        public java.lang.Integer getAvailable()
        Gets the length of time to availability of the catalog entry.
        Returns:
        available The length of time to availability of the catalog entry
      • setAvailable

        public void setAvailable(java.lang.Integer available)
        Sets the length of time to availability of the catalog entry.
        Parameters:
        available - The length of time to availability of the catalog entry
      • getAuxDescription1

        public java.lang.String getAuxDescription1()
        Gets the first auxiliary description.
        Returns:
        auxDescription1 The first auxiliary description
      • setAuxDescription1

        public void setAuxDescription1(java.lang.String auxDescription1)
        Sets the first auxiliary description.
        Parameters:
        auxDescription1 - The first auxiliary description
      • getAuxDescription2

        public java.lang.String getAuxDescription2()
        Gets the second auxiliary description.
        Returns:
        auxDescription2 The second auxiliary description
      • setAuxDescription2

        public void setAuxDescription2(java.lang.String auxDescription2)
        Sets the second auxiliary description.
        Parameters:
        auxDescription2 - The second auxiliary description
      • getKeyWord

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

        public void setKeyWord(java.lang.String keyWord)
        Sets the keyword.
        Parameters:
        keyWord - The keyword
      • reset

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

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