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.XBCSpecgetParent()longgetXBLimit()Returns maximum XBIndex of specification bindvoidsetParent(org.exbin.xbup.core.catalog.base.XBCSpec spec)Sets relevant specification.voidsetXBLimit(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:
getParentin interfaceorg.exbin.xbup.core.catalog.base.XBCRev
-
setParent
public void setParent(org.exbin.xbup.core.catalog.base.XBCSpec spec)
Description copied from interface:XBMRevSets relevant specification.
-
getXBLimit
public long getXBLimit()
Returns maximum XBIndex of specification bind- Specified by:
getXBLimitin interfaceorg.exbin.xbup.core.catalog.base.XBCRev- Returns:
- the XBLimit
-
setXBLimit
public void setXBLimit(long xbLimit)
Description copied from interface:XBMRevSets maximum XBIndex of specification bind- Specified by:
setXBLimitin interfaceXBMRev- Parameters:
xbLimit- the maximum XB Index
-
-