Package org.exbin.xbup.catalog.entity
Class XBEXDesc
- java.lang.Object
-
- org.exbin.xbup.catalog.entity.XBEXDesc
-
- All Implemented Interfaces:
java.io.Serializable
,XBMBase
,XBMXDesc
,org.exbin.xbup.core.catalog.base.XBCBase
,org.exbin.xbup.core.catalog.base.XBCXDesc
public class XBEXDesc extends java.lang.Object implements XBMXDesc, java.io.Serializable
Item description database entity.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XBEXDesc()
-
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 description language.void
setText(java.lang.String text)
Sets description text.
-
-
-
Method Detail
-
getId
public long getId()
- Specified by:
getId
in interfaceorg.exbin.xbup.core.catalog.base.XBCBase
-
getItem
@Nonnull public org.exbin.xbup.core.catalog.base.XBCItem getItem()
- Specified by:
getItem
in interfaceorg.exbin.xbup.core.catalog.base.XBCXDesc
-
getText
@Nonnull public java.lang.String getText()
- Specified by:
getText
in interfaceorg.exbin.xbup.core.catalog.base.XBCXDesc
-
getLang
@Nonnull public org.exbin.xbup.core.catalog.base.XBCXLanguage getLang()
- Specified by:
getLang
in interfaceorg.exbin.xbup.core.catalog.base.XBCXDesc
-
setItem
public void setItem(org.exbin.xbup.core.catalog.base.XBCItem item)
Description copied from interface:XBMXDesc
Sets relevant item.
-
setLang
public void setLang(org.exbin.xbup.core.catalog.base.XBCXLanguage lang)
Description copied from interface:XBMXDesc
Sets description language.
-
-