|
© 2005 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.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 CatalogItemViewhas an index
within the context of a ViewIterator.
View,
ViewIterator,
Serialized Form| Constructor 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. |
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.
| Method Detail |
public int getFirstIndex()
getFirstIndex in interface Viewpublic int getLastIndex()
getLastIndex in interface Viewpublic int getSize()
getSize in interface Viewpublic int getViewIndex()
View within its ViewIterator.
getViewIndex in interface ViewView within its ViewIterator.public String toString()
|
© 2005 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||