Package org.exbin.xbup.catalog.entity
Class XBEFormatJoin
- 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.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
-
-
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 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.XBCFormatSpec getSpec()
- Specified by:
getSpec
in interfaceorg.exbin.xbup.core.catalog.base.XBCFormatJoin
- Specified by:
getSpec
in interfaceorg.exbin.xbup.core.catalog.base.XBCJoinDef
- Specified by:
getSpec
in interfaceorg.exbin.xbup.core.catalog.base.XBCSpecDef
- Overrides:
getSpec
in classXBEJoinDef
-
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 interfaceXBMJoinDef
- Specified by:
setSpec
in interfaceXBMSpecDef
- Overrides:
setSpec
in classXBESpecDef
- Parameters:
spec
- specification
-
getTarget
@Nonnull public org.exbin.xbup.core.catalog.base.XBCFormatRev getTarget()
- Specified by:
getTarget
in interfaceorg.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 interfaceorg.exbin.xbup.core.catalog.base.XBCSpecDef
- Overrides:
getType
in classXBEJoinDef
-
-