Package org.exbin.xbup.catalog.entity
Class XBERev
- java.lang.Object
-
- org.exbin.xbup.catalog.entity.XBEItem
-
- org.exbin.xbup.catalog.entity.XBERev
-
- All Implemented Interfaces:
java.io.Serializable
,XBMBase
,XBMItem
,XBMRev
,org.exbin.xbup.core.catalog.base.XBCBase
,org.exbin.xbup.core.catalog.base.XBCItem
,org.exbin.xbup.core.catalog.base.XBCRev
- Direct Known Subclasses:
XBEBlockRev
,XBEFormatRev
,XBEGroupRev
@ParametersAreNonnullByDefault public class XBERev extends XBEItem implements XBMRev
Revision database entity.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XBERev()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.exbin.xbup.core.catalog.base.XBCSpec
getParent()
long
getXBLimit()
Returns maximum XBIndex of specification bindvoid
setParent(org.exbin.xbup.core.catalog.base.XBCSpec spec)
Sets relevant specification.void
setXBLimit(long xbLimit)
Sets maximum XBIndex of specification bind-
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
-
Methods inherited from interface org.exbin.xbup.catalog.modifiable.XBMRev
setXBIndex
-
-
-
-
Method Detail
-
getParent
@Nonnull public org.exbin.xbup.core.catalog.base.XBCSpec getParent()
- Specified by:
getParent
in interfaceorg.exbin.xbup.core.catalog.base.XBCRev
-
setParent
public void setParent(org.exbin.xbup.core.catalog.base.XBCSpec spec)
Description copied from interface:XBMRev
Sets relevant specification.
-
getXBLimit
public long getXBLimit()
Returns maximum XBIndex of specification bind- Specified by:
getXBLimit
in interfaceorg.exbin.xbup.core.catalog.base.XBCRev
- Returns:
- the XBLimit
-
setXBLimit
public void setXBLimit(long xbLimit)
Description copied from interface:XBMRev
Sets maximum XBIndex of specification bind- Specified by:
setXBLimit
in interfaceXBMRev
- Parameters:
xbLimit
- the maximum XB Index
-
-