Class HierarchicalContent


  • public class HierarchicalContent
    extends Object
    A content for hierarchical relations
    Since:
    8.0.0
    Version:
    $Revision: 20412 $ $Date: 2017-07-20 16:55:43 -0300 (Thu, 20 Jul 2017) $
    • Constructor Detail

      • HierarchicalContent

        public HierarchicalContent()
    • Method Detail

      • getId

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

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

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

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

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

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

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

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

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

        public void setParentContentId​(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 String getLinkContent()
        Returns the linkContent.
        Returns:
        the linkContent
        Since:
        8.0.0
      • setLinkContent

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

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

        public void setLinkDocumentId​(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 String getLinkPageId()
        Returns the linkPageId.
        Returns:
        the linkPageId
        Since:
        8.0.0
      • setLinkPageId

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

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

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

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

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

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

        public void setLinkPopUpProperties​(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