Class XBEXName

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

    @ParametersAreNonnullByDefault
    public class XBEXName
    extends java.lang.Object
    implements XBMXName, java.io.Serializable
    Item name database entity.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      XBEXName()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getId()  
      org.exbin.xbup.core.catalog.base.XBCItem getItem()  
      org.exbin.xbup.core.catalog.base.XBCXLanguage getLang()  
      java.lang.String getText()  
      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.
      void setText​(java.lang.String text)
      Sets item text.
      • Methods inherited from class java.lang.Object

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

      • XBEXName

        public XBEXName()
    • Method Detail

      • getId

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

        @Nonnull
        public org.exbin.xbup.core.catalog.base.XBCItem getItem()
        Specified by:
        getItem in interface org.exbin.xbup.core.catalog.base.XBCXName
      • getText

        @Nonnull
        public java.lang.String getText()
        Specified by:
        getText in interface org.exbin.xbup.core.catalog.base.XBCXName
      • getLang

        @Nonnull
        public org.exbin.xbup.core.catalog.base.XBCXLanguage getLang()
        Specified by:
        getLang in interface org.exbin.xbup.core.catalog.base.XBCXName
      • setItem

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

        public void setText​(java.lang.String text)
        Description copied from interface: XBMXName
        Sets item text.
        Specified by:
        setText in interface XBMXName
        Parameters:
        text - text
      • setLang

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