|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.konakartadmin.app.AdminAuditSearchResult
public class AdminAuditSearchResult
Object that contains an array of AdminAudit objects together with size and offset information.
Field Summary | |
---|---|
private AdminAudit[] |
auditArray
AuditArray |
private int |
offset
offset |
private int |
totalNumRecords
totalNumProducts |
Constructor Summary | |
---|---|
AdminAuditSearchResult()
Constructor |
Method Summary | |
---|---|
AdminAudit[] |
getAuditArray()
|
int |
getOffset()
|
int |
getTotalNumRecords()
|
void |
setAuditArray(AdminAudit[] auditArray)
|
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 AdminAudit[] auditArray
Constructor Detail |
---|
public AdminAuditSearchResult()
Method Detail |
---|
public AdminAudit[] getAuditArray()
public void setAuditArray(AdminAudit[] auditArray)
auditArray
- The auditArray 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 |