Class TocLink


  • public class TocLink
    extends Object
    Represents a link in the table of contents, this object can have nested child links
    Author:
    OpenCollab
    • Method Detail

      • getHref

        public String getHref()
        Returns:
        the href
      • setHref

        public void setHref​(String href)
        Parameters:
        href - the href to set
      • getTitle

        public String getTitle()
        Returns:
        the title
      • setTitle

        public void setTitle​(String title)
        Parameters:
        title - the title to set
      • getAltTitle

        public String getAltTitle()
        Returns:
        the altTitle
      • setAltTitle

        public void setAltTitle​(String altTitle)
        Parameters:
        altTitle - the altTitle to set
      • getTocChildLinks

        public List<TocLink> getTocChildLinks()
        Returns:
        the tocChildLinks
      • setTocChildLinks

        public void setTocChildLinks​(List<TocLink> tocChildLinks)
        Parameters:
        tocChildLinks - the tocChildLinks to set