Class ContentDocument


  • public class ContentDocument
    extends java.lang.Object
    The A+ Content document. This is the enhanced content that is published to product detail pages.
    • Constructor Detail

      • ContentDocument

        public ContentDocument()
    • Method Detail

      • getName

        public java.lang.String getName()
        The A+ Content document name.
        Returns:
        name
      • setName

        public void setName​(java.lang.String name)
      • getContentType

        public ContentType getContentType()
        Get contentType
        Returns:
        contentType
      • setContentType

        public void setContentType​(ContentType contentType)
      • contentSubType

        public ContentDocument contentSubType​(java.lang.String contentSubType)
      • getContentSubType

        public java.lang.String getContentSubType()
        Get contentSubType
        Returns:
        contentSubType
      • setContentSubType

        public void setContentSubType​(java.lang.String contentSubType)
      • getLocale

        public java.lang.String getLocale()
        Get locale
        Returns:
        locale
      • setLocale

        public void setLocale​(java.lang.String locale)
      • getContentModuleList

        public ContentModuleList getContentModuleList()
        Get contentModuleList
        Returns:
        contentModuleList
      • setContentModuleList

        public void setContentModuleList​(ContentModuleList contentModuleList)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object