|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.beasys.commerce.ebusiness.catalog.CatalogItemView
A CatalogItemView
is a window onto a large CatalogItem
result set. It has a size (the number of items in the view), a beginning index
(the index of the first item in the view), and an ending index (the index of the
last item in the view). Additionally, a CatalogItemView
has an index
within the context of a ViewIterator
.
View
,
ViewIterator
, Serialized FormConstructor Summary | |
CatalogItemView()
Default constructor |
|
CatalogItemView(int size,
int firstIndex,
int lastIndex,
int viewIndex)
Creates a new CatalogItemView with the given size,
first index, last index, and view index. |
Method Summary | |
int |
getFirstIndex()
Returns the index of the first item in the view. |
int |
getLastIndex()
Returns the index of the last item in the view. |
int |
getSize()
Returns the number of items in the view. |
int |
getViewIndex()
Returns the index of this View within its ViewIterator . |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public CatalogItemView()
public CatalogItemView(int size, int firstIndex, int lastIndex, int viewIndex)
CatalogItemView
with the given size,
first index, last index, and view index.
size
- The size of the view.firstIndex
- The first index.lastIndex
- The last index.viewIndex
- The index of this View
within its ViewIterator
.Method Detail |
public int getSize()
public int getFirstIndex()
public int getLastIndex()
public int getViewIndex()
View
within its ViewIterator
.
View
within its ViewIterator
.public java.lang.String toString()
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |