Class XBEXHDoc

  • All Implemented Interfaces:
    java.io.Serializable, XBMBase, XBMXHDoc, org.exbin.xbup.core.catalog.base.XBCBase, org.exbin.xbup.core.catalog.base.XBCXHDoc

    @ParametersAreNonnullByDefault
    public class XBEXHDoc
    extends java.lang.Object
    implements XBMXHDoc, java.io.Serializable
    Item HTML documentation database entity.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      XBEXHDoc()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      XBEXFile getDocFile()  
      long getId()  
      XBEItem getItem()  
      XBEXLanguage getLang()  
      void setDocFile​(org.exbin.xbup.core.catalog.base.XBCXFile docFile)
      Sets documentation file.
      void setItem​(org.exbin.xbup.core.catalog.base.XBCItem item)
      Sets relevant item.
      void setLang​(org.exbin.xbup.core.catalog.base.XBCXLanguage lang)
      Sets language.
      • Methods inherited from class java.lang.Object

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

      • XBEXHDoc

        public XBEXHDoc()
    • Method Detail

      • getId

        public long getId()
        Specified by:
        getId in interface org.exbin.xbup.core.catalog.base.XBCBase
      • getDocFile

        @Nonnull
        public XBEXFile getDocFile()
        Specified by:
        getDocFile in interface org.exbin.xbup.core.catalog.base.XBCXHDoc
      • setDocFile

        public void setDocFile​(org.exbin.xbup.core.catalog.base.XBCXFile docFile)
        Description copied from interface: XBMXHDoc
        Sets documentation file.
        Specified by:
        setDocFile in interface XBMXHDoc
        Parameters:
        docFile - file
      • getItem

        @Nonnull
        public XBEItem getItem()
        Specified by:
        getItem in interface org.exbin.xbup.core.catalog.base.XBCXHDoc
      • setItem

        public void setItem​(org.exbin.xbup.core.catalog.base.XBCItem item)
        Description copied from interface: XBMXHDoc
        Sets relevant item.
        Specified by:
        setItem in interface XBMXHDoc
        Parameters:
        item - item
      • getLang

        @Nonnull
        public XBEXLanguage getLang()
        Specified by:
        getLang in interface org.exbin.xbup.core.catalog.base.XBCXHDoc
      • setLang

        public void setLang​(org.exbin.xbup.core.catalog.base.XBCXLanguage lang)
        Description copied from interface: XBMXHDoc
        Sets language.
        Specified by:
        setLang in interface XBMXHDoc
        Parameters:
        lang - the language