Package org.exbin.xbup.catalog.entity
Class XBEItemLimi
- java.lang.Object
-
- org.exbin.xbup.catalog.entity.XBEItemLimi
-
- All Implemented Interfaces:
java.io.Serializable,XBMBase,XBMItemLimi,org.exbin.xbup.core.catalog.base.XBCBase,org.exbin.xbup.core.catalog.base.XBCItemLimi
@ParametersAreNonnullByDefault public class XBEItemLimi extends java.lang.Object implements XBMItemLimi, java.io.Serializable
Item limitations database entity.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XBEItemLimi()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetId()org.exbin.xbup.core.catalog.base.XBCBlockSpecgetOwner()org.exbin.xbup.core.catalog.base.XBCLimitSpecgetTarget()longgetXBIndex()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
-
getId
public long getId()
- Specified by:
getIdin interfaceorg.exbin.xbup.core.catalog.base.XBCBase
-
getOwner
@Nonnull public org.exbin.xbup.core.catalog.base.XBCBlockSpec getOwner()
- Specified by:
getOwnerin interfaceorg.exbin.xbup.core.catalog.base.XBCItemLimi
-
setOwner
public void setOwner(org.exbin.xbup.core.catalog.base.XBCBlockSpec owner)
Description copied from interface:XBMItemLimiSets block specification which is owner.- Specified by:
setOwnerin interfaceXBMItemLimi- Parameters:
owner- block specification
-
getTarget
@Nonnull public org.exbin.xbup.core.catalog.base.XBCLimitSpec getTarget()
- Specified by:
getTargetin interfaceorg.exbin.xbup.core.catalog.base.XBCItemLimi
-
setTarget
public void setTarget(org.exbin.xbup.core.catalog.base.XBCLimitSpec target)
Description copied from interface:XBMItemLimiSets owner which is directory.- Specified by:
setTargetin interfaceXBMItemLimi- Parameters:
target- limit specification
-
getXBIndex
public long getXBIndex()
- Specified by:
getXBIndexin interfaceorg.exbin.xbup.core.catalog.base.XBCItemLimi
-
setXBIndex
public void setXBIndex(long xbIndex)
Description copied from interface:XBMItemLimiSets basic indexing value.- Specified by:
setXBIndexin interfaceXBMItemLimi- Parameters:
xbIndex- XB Index
-
-