com.konakartadmin.app
Class AdminProducts

java.lang.Object
  extended by com.konakartadmin.app.AdminProducts

public class AdminProducts
extends java.lang.Object

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

totalNumProducts

private int totalNumProducts
totalNumProducts


offset

private int offset
offset


productArray

private AdminProduct[] productArray
productArray

Constructor Detail

AdminProducts

public AdminProducts()
Constructor

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
Returns:
Returns a string describing the AdminProducts object.

toStringBrief

public java.lang.String toStringBrief()
Returns:
Returns a brief string describing the AdminProducts object.

getProductArray

public AdminProduct[] getProductArray()
Returns:
Returns the productArray.

setProductArray

public void setProductArray(AdminProduct[] productArray)
Parameters:
productArray - The productArray to set.

getTotalNumProducts

public int getTotalNumProducts()
Returns:
Returns the totalNumProducts.

setTotalNumProducts

public void setTotalNumProducts(int totalNumProducts)
Parameters:
totalNumProducts - The totalNumProducts to set.

getOffset

public int getOffset()
Returns:
Returns the offset.

setOffset

public void setOffset(int offset)
Parameters:
offset - The offset to set.


Copyright © 2011 DS Data Systems UK Ltd.