|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakartadmin.app.AdminIpnHistories
public class AdminIpnHistories
Object that contains and array of AdminIpnHistory objects together with size and offset information.
| Field Summary | |
|---|---|
private AdminIpnHistory[] |
ipnHistoryArray
ipnHistoryArray |
private int |
offset
offset |
private int |
totalNumRecords
totalNumProducts |
| Constructor Summary | |
|---|---|
AdminIpnHistories()
Constructor |
|
| Method Summary | |
|---|---|
AdminIpnHistory[] |
getIpnHistoryArray()
|
int |
getOffset()
|
int |
getTotalNumRecords()
|
void |
setIpnHistoryArray(AdminIpnHistory[] ipnHistoryArray)
|
void |
setOffset(int offset)
|
void |
setTotalNumRecords(int totalNumRecords)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private int totalNumRecords
private int offset
private AdminIpnHistory[] ipnHistoryArray
| Constructor Detail |
|---|
public AdminIpnHistories()
| Method Detail |
|---|
public AdminIpnHistory[] getIpnHistoryArray()
public void setIpnHistoryArray(AdminIpnHistory[] ipnHistoryArray)
ipnHistoryArray - The ipnHistoryArray to set.public int getOffset()
public void setOffset(int offset)
offset - The offset to set.public int getTotalNumRecords()
public void setTotalNumRecords(int totalNumRecords)
totalNumRecords - The totalNumRecords to set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||