Interface XBMItemLimi
-
- All Superinterfaces:
org.exbin.xbup.core.catalog.base.XBCBase,org.exbin.xbup.core.catalog.base.XBCItemLimi,XBMBase
- All Known Implementing Classes:
XBEItemLimi
@ParametersAreNonnullByDefault public interface XBMItemLimi extends org.exbin.xbup.core.catalog.base.XBCItemLimi, XBMBase
Interface for item limitation entity.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetOwner(org.exbin.xbup.core.catalog.base.XBCBlockSpec owner)Sets block specification which is owner.voidsetTarget(org.exbin.xbup.core.catalog.base.XBCLimitSpec target)Sets owner which is directory.voidsetXBIndex(long xbIndex)Sets basic indexing value.
-
-
-
Method Detail
-
setOwner
void setOwner(org.exbin.xbup.core.catalog.base.XBCBlockSpec owner)
Sets block specification which is owner.- Parameters:
owner- block specification
-
setTarget
void setTarget(org.exbin.xbup.core.catalog.base.XBCLimitSpec target)
Sets owner which is directory.- Parameters:
target- limit specification
-
setXBIndex
void setXBIndex(long xbIndex)
Sets basic indexing value.- Parameters:
xbIndex- XB Index
-
-