Package org.exbin.xbup.catalog.entity
Class XBEGroupJoin
- 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.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
-
-
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 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.XBCGroupSpec getSpec()
- Specified by:
getSpec
in interfaceorg.exbin.xbup.core.catalog.base.XBCGroupJoin
- 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 interfaceXBMGroupJoin
- 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.XBCGroupRev getTarget()
- Specified by:
getTarget
in interfaceorg.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 interfaceXBMGroupJoin
- Parameters:
target
- group revision, never empty
-
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
-
-