com.ibm.commerce.catalog.objects

Class CatalogDescriptionEntityCreationData

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


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

      Fields 
      Modifier and Type Field and Description
      java.lang.Long catalogReferenceNumber
      The catalog ID.
      static java.lang.String COPYRIGHT
      The internal copyright field.
      java.lang.String fullIImage
      The path to the full image.
      java.lang.Integer language_id
      The language ID.
      java.lang.String longDescription
      The long description.
      java.lang.String name
      The language dependent name of the catalog.
      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(CatalogDescriptionAccessBean accessBean)
      Copy attributes' values from the Catalog Description access bean to the Catalog Description entity creation data.
      java.lang.Long getCatalogReferenceNumber()
      Gets the catalog ID.
      java.lang.String getFullIImage()
      Gets the FullIImage.
      java.lang.Integer getLanguage_id()
      Gets the language ID.
      java.lang.String getLongDescription()
      Gets the long description.
      java.lang.String getName()
      Gets the language dependent name of the catalog.
      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 description.
      void setCatalogReferenceNumber(java.lang.Long catalogReferenceNumber)
      Sets the catalog ID.
      void setFullIImage(java.lang.String fullIImage)
      Sets the path to the full image.
      void setLanguage_id(java.lang.Integer language_id)
      Sets the language ID.
      void setLongDescription(java.lang.String longDescription)
      Sets the long description.
      void setName(java.lang.String name)
      Sets the language dependent name of the catalog.
      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
      • catalogReferenceNumber

        public java.lang.Long catalogReferenceNumber
        The catalog 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.
      • shortDescription

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

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

        public java.lang.String longDescription
        The long description.
    • Constructor Detail

      • CatalogDescriptionEntityCreationData

        public CatalogDescriptionEntityCreationData()
        Default constructor for the catalog description entity creation data.
    • Method Detail

      • getCatalogReferenceNumber

        public java.lang.Long getCatalogReferenceNumber()
        Gets the catalog ID.
        Returns:
        catalogReferenceNumber The catalog ID
      • setCatalogReferenceNumber

        public void setCatalogReferenceNumber(java.lang.Long catalogReferenceNumber)
        Sets the catalog ID.
        Parameters:
        catalogReferenceNumber - The catalog ID
      • getFullIImage

        public java.lang.String getFullIImage()
        Gets the FullIImage.
        Returns:
        fullIImage The FullIImage
      • 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.
        Returns:
        name The language dependent name of the catalog
      • setName

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

        public void reset()
                   throws java.lang.IllegalAccessException
        Reset all attributes of the catalog description.
        Throws:
        java.lang.IllegalAccessException
      • copyFromAccessBean

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