Package org.exbin.xbup.catalog.entity
Class XBEBlockListJoin
- java.lang.Object
-
- org.exbin.xbup.catalog.entity.XBEItem
-
- org.exbin.xbup.catalog.entity.XBESpecDef
-
- org.exbin.xbup.catalog.entity.XBEJoinDef
-
- org.exbin.xbup.catalog.entity.XBEBlockListJoin
-
- All Implemented Interfaces:
java.io.Serializable,XBMBase,XBMBlockListJoin,XBMItem,XBMJoinDef,XBMSpecDef,org.exbin.xbup.core.catalog.base.XBCBase,org.exbin.xbup.core.catalog.base.XBCBlockListJoin,org.exbin.xbup.core.catalog.base.XBCItem,org.exbin.xbup.core.catalog.base.XBCJoinDef,org.exbin.xbup.core.catalog.base.XBCSpecDef
@ParametersAreNonnullByDefault public class XBEBlockListJoin extends XBEJoinDef implements XBMBlockListJoin
Block list join database entity.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XBEBlockListJoin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.exbin.xbup.core.catalog.base.XBCBlockSpecgetSpec()java.util.Optional<org.exbin.xbup.core.catalog.base.XBCBlockRev>getTarget()org.exbin.xbup.core.block.definition.XBParamTypegetType()voidsetSpec(org.exbin.xbup.core.catalog.base.XBCSpec spec)Sets specification which is also owner.voidsetTarget(org.exbin.xbup.core.catalog.base.XBCBlockRev blockRev)Sets target specification.-
Methods inherited from class org.exbin.xbup.catalog.entity.XBESpecDef
getTargetRev, setTargetRev, setType
-
Methods inherited from class org.exbin.xbup.catalog.entity.XBEItem
equals, getId, getParentItem, getXBIndex, hashCode, setParentItem, setXBIndex, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.exbin.xbup.catalog.modifiable.XBMItem
setParentItem, setXBIndex
-
Methods inherited from interface org.exbin.xbup.catalog.modifiable.XBMJoinDef
setTargetRev
-
Methods inherited from interface org.exbin.xbup.catalog.modifiable.XBMSpecDef
setType
-
-
-
-
Method Detail
-
getSpec
@Nonnull public org.exbin.xbup.core.catalog.base.XBCBlockSpec getSpec()
- Specified by:
getSpecin interfaceorg.exbin.xbup.core.catalog.base.XBCBlockListJoin- Specified by:
getSpecin interfaceorg.exbin.xbup.core.catalog.base.XBCJoinDef- Specified by:
getSpecin interfaceorg.exbin.xbup.core.catalog.base.XBCSpecDef- Overrides:
getSpecin classXBEJoinDef
-
setSpec
public void setSpec(org.exbin.xbup.core.catalog.base.XBCSpec spec)
Description copied from interface:XBMSpecDefSets specification which is also owner.- Specified by:
setSpecin interfaceXBMBlockListJoin- Specified by:
setSpecin interfaceXBMJoinDef- Specified by:
setSpecin interfaceXBMSpecDef- Overrides:
setSpecin classXBESpecDef- Parameters:
spec- specification
-
getTarget
@Nonnull public java.util.Optional<org.exbin.xbup.core.catalog.base.XBCBlockRev> getTarget()
- Specified by:
getTargetin interfaceorg.exbin.xbup.core.catalog.base.XBCBlockListJoin
-
setTarget
public void setTarget(@Nullable org.exbin.xbup.core.catalog.base.XBCBlockRev blockRev)Description copied from interface:XBMBlockListJoinSets target specification.- Specified by:
setTargetin interfaceXBMBlockListJoin- Parameters:
blockRev- block revision
-
getType
@Nonnull public org.exbin.xbup.core.block.definition.XBParamType getType()
- Specified by:
getTypein interfaceorg.exbin.xbup.core.catalog.base.XBCSpecDef- Overrides:
getTypein classXBEJoinDef
-
-