Package net.sf.basedb.core
Class ItemContext.RowRestrictions
- java.lang.Object
-
- net.sf.basedb.core.ItemContext.RowRestrictions
-
- Enclosing class:
- ItemContext
static class ItemContext.RowRestrictions extends Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) List<Restriction>
restrictions
(package private) IdListRestriction
rowIdList
(package private) int
rowIndex
-
Constructor Summary
Constructors Constructor Description RowRestrictions(int rowIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
addRestriction(Restriction r)
(package private) Restriction
getRowRestriction()
-
-
-
Field Detail
-
rowIndex
final int rowIndex
-
restrictions
List<Restriction> restrictions
-
rowIdList
IdListRestriction rowIdList
-
-
Method Detail
-
getRowRestriction
Restriction getRowRestriction()
-
addRestriction
void addRestriction(Restriction r)
-
-