Class HierarchicalContent


  • public class HierarchicalContent
    extends java.lang.Object
    A content for hierarchical relations
    Since:
    8.0.0
    Version:
    $Revision: 26403 $ $Date: 2024-05-23 15:24:17 -0300 (Thu, 23 May 2024) $
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getId()
      Returns the id.
      java.lang.String getImage()
      Returns the image.
      java.lang.String getIntroduction()
      Returns the introduction.
      java.lang.String getLinkChannelId()
      Returns the linkChannelId.
      java.lang.String getLinkContent()
      Returns the linkContent.
      java.lang.String getLinkDocumentId()
      Returns the linkDocumentId.
      int getLinkOpeningType()
      Returns the linkOpeningType.
      java.lang.String getLinkPageId()
      Returns the linkPageId.
      java.lang.String getLinkPopUpProperties()
      Returns the linkPopUpProperties.
      java.lang.String getLinkUrl()
      Returns the linkUrl.
      java.lang.String getParentContentId()
      Returns the parentContentId.
      int getPosition()
      Returns the position.
      java.lang.String getTitle()
      Returns the title.
      int getType()
      Returns the type.
      boolean isHidden()
      Returns if the content is hidden.
      void setHidden​(boolean hidden)
      Sets if the content is hidden.
      void setId​(java.lang.String id)
      Sets the id.
      void setImage​(java.lang.String image)
      Sets the image.
      void setIntroduction​(java.lang.String introduction)
      Sets the introduction.
      void setLinkChannelId​(java.lang.String linkChannelId)
      Sets the linkChannelId.
      void setLinkContent​(java.lang.String linkContent)
      Sets the linkContent.
      void setLinkDocumentId​(java.lang.String linkDocumentType)
      Sets the linkDocumentId.
      void setLinkOpeningType​(int linkOpeningType)
      Sets the linkOpeningType.
      void setLinkPageId​(java.lang.String linkPageId)
      Sets the linkPageId.
      void setLinkPopUpProperties​(java.lang.String linkPopUpProperties)
      Sets the linkPopUpProperties.
      void setLinkUrl​(java.lang.String linkUrl)
      Sets the linkUrl.
      void setParentContentId​(java.lang.String parentContentId)
      Sets the parentContentId.
      void setPosition​(int position)
      Sets the position.
      void setTitle​(java.lang.String title)
      Sets the title.
      void setType​(int type)
      Sets the type.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HierarchicalContent

        public HierarchicalContent()
    • Method Detail

      • getId

        public java.lang.String getId()
        Returns the id.
        Returns:
        the id
        Since:
        8.0.0
      • setId

        public void setId​(java.lang.String id)
        Sets the id.
        Parameters:
        id - the id value to set.
        Since:
        8.0.0
      • getTitle

        public java.lang.String getTitle()
        Returns the title.
        Returns:
        the title
        Since:
        8.0.0
      • setTitle

        public void setTitle​(java.lang.String title)
        Sets the title.
        Parameters:
        title - the title value to set.
        Since:
        8.0.0
      • getIntroduction

        public java.lang.String getIntroduction()
        Returns the introduction.
        Returns:
        the introduction
        Since:
        8.0.0
      • setIntroduction

        public void setIntroduction​(java.lang.String introduction)
        Sets the introduction.
        Parameters:
        introduction - the introduction value to set.
        Since:
        8.0.0
      • getImage

        public java.lang.String getImage()
        Returns the image.
        Returns:
        the image
        Since:
        8.0.0
      • setImage

        public void setImage​(java.lang.String image)
        Sets the image.
        Parameters:
        image - the image value to set.
        Since:
        8.0.0
      • getParentContentId

        public java.lang.String getParentContentId()
        Returns the parentContentId.
        Returns:
        the parentContentId
        Since:
        8.0.0
      • setParentContentId

        public void setParentContentId​(java.lang.String parentContentId)
        Sets the parentContentId.
        Parameters:
        parentContentId - the parentContentId value to set.
        Since:
        8.0.0
      • getPosition

        public int getPosition()
        Returns the position.
        Returns:
        the position
        Since:
        8.0.0
      • setPosition

        public void setPosition​(int position)
        Sets the position.
        Parameters:
        position - the position value to set.
        Since:
        8.0.0
      • getType

        public int getType()
        Returns the type.
        Returns:
        the type
        Since:
        8.0.0
      • setType

        public void setType​(int type)
        Sets the type.
        Parameters:
        type - the type value to set.
        Since:
        8.0.0
      • getLinkContent

        public java.lang.String getLinkContent()
        Returns the linkContent.
        Returns:
        the linkContent
        Since:
        8.0.0
      • setLinkContent

        public void setLinkContent​(java.lang.String linkContent)
        Sets the linkContent.
        Parameters:
        linkContent - the linkContent value to set.
        Since:
        8.0.0
      • getLinkDocumentId

        public java.lang.String getLinkDocumentId()
        Returns the linkDocumentId.
        Returns:
        the linkDocumentId
        Since:
        8.0.0
      • setLinkDocumentId

        public void setLinkDocumentId​(java.lang.String linkDocumentType)
        Sets the linkDocumentId.
        Parameters:
        linkDocumentType - the linkDocumentId value to set.
        Since:
        8.0.0
      • getLinkOpeningType

        public int getLinkOpeningType()
        Returns the linkOpeningType.
        Returns:
        the linkOpeningType
        Since:
        8.0.0
      • setLinkOpeningType

        public void setLinkOpeningType​(int linkOpeningType)
        Sets the linkOpeningType.
        Parameters:
        linkOpeningType - the linkOpeningType value to set.
        Since:
        8.0.0
      • getLinkPageId

        public java.lang.String getLinkPageId()
        Returns the linkPageId.
        Returns:
        the linkPageId
        Since:
        8.0.0
      • setLinkPageId

        public void setLinkPageId​(java.lang.String linkPageId)
        Sets the linkPageId.
        Parameters:
        linkPageId - the linkPageId value to set.
        Since:
        8.0.0
      • getLinkChannelId

        public java.lang.String getLinkChannelId()
        Returns the linkChannelId.
        Returns:
        the linkChannelId
        Since:
        9.0.0
      • setLinkChannelId

        public void setLinkChannelId​(java.lang.String linkChannelId)
        Sets the linkChannelId.
        Parameters:
        linkChannelId - the linkChannelId value to set.
        Since:
        9.0.0
      • getLinkUrl

        public java.lang.String getLinkUrl()
        Returns the linkUrl.
        Returns:
        the linkUrl
        Since:
        8.0.0
      • setLinkUrl

        public void setLinkUrl​(java.lang.String linkUrl)
        Sets the linkUrl.
        Parameters:
        linkUrl - the linkUrl value to set.
        Since:
        8.0.0
      • getLinkPopUpProperties

        public java.lang.String getLinkPopUpProperties()
        Returns the linkPopUpProperties.
        Returns:
        the linkPopUpProperties
        Since:
        8.0.0
      • setLinkPopUpProperties

        public void setLinkPopUpProperties​(java.lang.String linkPopUpProperties)
        Sets the linkPopUpProperties.
        Parameters:
        linkPopUpProperties - the linkPopUpProperties value to set.
        Since:
        8.0.0
      • isHidden

        public boolean isHidden()
        Returns if the content is hidden.
        Returns:
        true if content is hidden, false if it's not hidden.
        Since:
        10.2.0
      • setHidden

        public void setHidden​(boolean hidden)
        Sets if the content is hidden.
        Parameters:
        hidden - the value to set the content hidden.
        Since:
        10.2.0