|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakartadmin.app.AdminProducts
public class AdminProducts
Object that contains and array of AdminProduct objects together with size and offset information.
| Field Summary | |
|---|---|
private int |
offset
offset |
private AdminProduct[] |
productArray
productArray |
private int |
totalNumProducts
totalNumProducts |
| Constructor Summary | |
|---|---|
AdminProducts()
Constructor |
|
| Method Summary | |
|---|---|
int |
getOffset()
|
AdminProduct[] |
getProductArray()
|
int |
getTotalNumProducts()
|
void |
setOffset(int offset)
|
void |
setProductArray(AdminProduct[] productArray)
|
void |
setTotalNumProducts(int totalNumProducts)
|
java.lang.String |
toString()
|
java.lang.String |
toStringBrief()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private int totalNumProducts
private int offset
private AdminProduct[] productArray
| Constructor Detail |
|---|
public AdminProducts()
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toStringBrief()
public AdminProduct[] getProductArray()
public void setProductArray(AdminProduct[] productArray)
productArray - The productArray to set.public int getTotalNumProducts()
public void setTotalNumProducts(int totalNumProducts)
totalNumProducts - The totalNumProducts to set.public int getOffset()
public void setOffset(int offset)
offset - The offset to set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||