Class XBEGroupJoin

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

    @ParametersAreNonnullByDefault
    public class XBEGroupJoin
    extends XBEJoinDef
    implements XBMGroupJoin
    Group 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
      XBEGroupJoin()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.exbin.xbup.core.catalog.base.XBCGroupSpec getSpec()  
      org.exbin.xbup.core.catalog.base.XBCGroupRev 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.XBCGroupRev target)
      Sets target specification.
      • 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

      • XBEGroupJoin

        public XBEGroupJoin()
    • Method Detail

      • getSpec

        @Nonnull
        public org.exbin.xbup.core.catalog.base.XBCGroupSpec getSpec()
        Specified by:
        getSpec in interface org.exbin.xbup.core.catalog.base.XBCGroupJoin
        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
      • getTarget

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

        public void setTarget​(org.exbin.xbup.core.catalog.base.XBCGroupRev target)
        Description copied from interface: XBMGroupJoin
        Sets target specification.
        Specified by:
        setTarget in interface XBMGroupJoin
        Parameters:
        target - group revision, never empty
      • 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