Class XBEFormatJoin

  • All Implemented Interfaces:
    java.io.Serializable, XBMBase, XBMItem, XBMJoinDef, XBMSpecDef, org.exbin.xbup.core.catalog.base.XBCBase, org.exbin.xbup.core.catalog.base.XBCFormatJoin, org.exbin.xbup.core.catalog.base.XBCItem, org.exbin.xbup.core.catalog.base.XBCJoinDef, org.exbin.xbup.core.catalog.base.XBCSpecDef

    @ParametersAreNonnullByDefault
    public class XBEFormatJoin
    extends XBEJoinDef
    implements org.exbin.xbup.core.catalog.base.XBCFormatJoin
    Format join database entity.
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class org.exbin.xbup.catalog.entity.XBEItem

        id
    • Constructor Summary

      Constructors 
      Constructor Description
      XBEFormatJoin()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.exbin.xbup.core.catalog.base.XBCFormatSpec getSpec()  
      org.exbin.xbup.core.catalog.base.XBCFormatRev getTarget()  
      org.exbin.xbup.core.block.definition.XBParamType getType()  
      void setSpec​(org.exbin.xbup.core.catalog.base.XBCSpec spec)
      Sets specification which is also owner.
      void setTarget​(org.exbin.xbup.core.catalog.base.XBCFormatRev target)  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface org.exbin.xbup.core.catalog.base.XBCBase

        getId
      • Methods inherited from interface org.exbin.xbup.core.catalog.base.XBCItem

        getParentItem, getXBIndex
      • Methods inherited from interface org.exbin.xbup.core.catalog.base.XBCJoinDef

        getTargetRev
    • Constructor Detail

      • XBEFormatJoin

        public XBEFormatJoin()
    • Method Detail

      • getSpec

        @Nonnull
        public org.exbin.xbup.core.catalog.base.XBCFormatSpec getSpec()
        Specified by:
        getSpec in interface org.exbin.xbup.core.catalog.base.XBCFormatJoin
        Specified by:
        getSpec in interface org.exbin.xbup.core.catalog.base.XBCJoinDef
        Specified by:
        getSpec in interface org.exbin.xbup.core.catalog.base.XBCSpecDef
        Overrides:
        getSpec in class XBEJoinDef
      • setSpec

        public void setSpec​(org.exbin.xbup.core.catalog.base.XBCSpec spec)
        Description copied from interface: XBMSpecDef
        Sets specification which is also owner.
        Specified by:
        setSpec in interface XBMJoinDef
        Specified by:
        setSpec in interface XBMSpecDef
        Overrides:
        setSpec in class XBESpecDef
        Parameters:
        spec - specification
      • getTarget

        @Nonnull
        public org.exbin.xbup.core.catalog.base.XBCFormatRev getTarget()
        Specified by:
        getTarget in interface org.exbin.xbup.core.catalog.base.XBCFormatJoin
      • setTarget

        public void setTarget​(org.exbin.xbup.core.catalog.base.XBCFormatRev target)
      • getType

        @Nonnull
        public org.exbin.xbup.core.block.definition.XBParamType getType()
        Specified by:
        getType in interface org.exbin.xbup.core.catalog.base.XBCSpecDef
        Overrides:
        getType in class XBEJoinDef