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 SummaryConstructors Constructor Description XBEItemLimi()
 - 
Method SummaryAll 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- 
getIdpublic long getId() - Specified by:
- getIdin interface- org.exbin.xbup.core.catalog.base.XBCBase
 
 - 
getOwner@Nonnull public org.exbin.xbup.core.catalog.base.XBCBlockSpec getOwner() - Specified by:
- getOwnerin interface- org.exbin.xbup.core.catalog.base.XBCItemLimi
 
 - 
setOwnerpublic void setOwner(org.exbin.xbup.core.catalog.base.XBCBlockSpec owner) Description copied from interface:XBMItemLimiSets block specification which is owner.- Specified by:
- setOwnerin interface- XBMItemLimi
- Parameters:
- owner- block specification
 
 - 
getTarget@Nonnull public org.exbin.xbup.core.catalog.base.XBCLimitSpec getTarget() - Specified by:
- getTargetin interface- org.exbin.xbup.core.catalog.base.XBCItemLimi
 
 - 
setTargetpublic void setTarget(org.exbin.xbup.core.catalog.base.XBCLimitSpec target) Description copied from interface:XBMItemLimiSets owner which is directory.- Specified by:
- setTargetin interface- XBMItemLimi
- Parameters:
- target- limit specification
 
 - 
getXBIndexpublic long getXBIndex() - Specified by:
- getXBIndexin interface- org.exbin.xbup.core.catalog.base.XBCItemLimi
 
 - 
setXBIndexpublic void setXBIndex(long xbIndex) Description copied from interface:XBMItemLimiSets basic indexing value.- Specified by:
- setXBIndexin interface- XBMItemLimi
- Parameters:
- xbIndex- XB Index
 
 
- 
 
-