Package org.exbin.xbup.catalog.entity
Class XBEFormatCons
- java.lang.Object
-
- org.exbin.xbup.catalog.entity.XBEItem
-
- org.exbin.xbup.catalog.entity.XBESpecDef
-
- org.exbin.xbup.catalog.entity.XBEConsDef
-
- org.exbin.xbup.catalog.entity.XBEFormatCons
-
- All Implemented Interfaces:
java.io.Serializable,XBMBase,XBMConsDef,XBMFormatCons,XBMItem,XBMSpecDef,org.exbin.xbup.core.catalog.base.XBCBase,org.exbin.xbup.core.catalog.base.XBCConsDef,org.exbin.xbup.core.catalog.base.XBCFormatCons,org.exbin.xbup.core.catalog.base.XBCItem,org.exbin.xbup.core.catalog.base.XBCSpecDef
@ParametersAreNonnullByDefault public class XBEFormatCons extends XBEConsDef implements XBMFormatCons
Format consist database entity.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XBEFormatCons()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.exbin.xbup.core.catalog.base.XBCFormatSpecgetSpec()Gets specification which is also owner.org.exbin.xbup.core.catalog.base.XBCGroupRevgetTarget()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.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.XBMConsDef
getTargetRev
-
Methods inherited from interface org.exbin.xbup.catalog.modifiable.XBMItem
setParentItem, setXBIndex
-
Methods inherited from interface org.exbin.xbup.catalog.modifiable.XBMSpecDef
setTargetRev, setType
-
-
-
-
Method Detail
-
getSpec
@Nonnull public org.exbin.xbup.core.catalog.base.XBCFormatSpec getSpec()
Description copied from interface:XBMConsDefGets specification which is also owner.- Specified by:
getSpecin interfaceorg.exbin.xbup.core.catalog.base.XBCConsDef- Specified by:
getSpecin interfaceorg.exbin.xbup.core.catalog.base.XBCFormatCons- Specified by:
getSpecin interfaceorg.exbin.xbup.core.catalog.base.XBCSpecDef- Specified by:
getSpecin interfaceXBMConsDef- Overrides:
getSpecin classXBEConsDef- Returns:
- specification
-
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 interfaceXBMFormatCons- Specified by:
setSpecin interfaceXBMSpecDef- Overrides:
setSpecin classXBESpecDef- Parameters:
spec- specification
-
getTarget
@Nonnull public org.exbin.xbup.core.catalog.base.XBCGroupRev getTarget()
- Specified by:
getTargetin interfaceorg.exbin.xbup.core.catalog.base.XBCFormatCons
-
setTarget
public void setTarget(org.exbin.xbup.core.catalog.base.XBCGroupRev target)
Description copied from interface:XBMFormatConssets target specification.- Specified by:
setTargetin interfaceXBMFormatCons- Parameters:
target- group revision, never empty
-
getType
@Nonnull public org.exbin.xbup.core.block.definition.XBParamType getType()
- Specified by:
getTypein interfaceorg.exbin.xbup.core.catalog.base.XBCSpecDef- Overrides:
getTypein classXBEConsDef
-
-