gnu.caf.db
Class PagingList

java.lang.Object
  extended by gnu.caf.db.PagingList
All Implemented Interfaces:
java.io.Serializable

public class PagingList
extends java.lang.Object
implements java.io.Serializable

ÆäÀ̡󸮽à »ç¿ëÇÏ´Â DTO Ŭ·¡½º.

Since:
1.0
Author:
ÀÌÈ£¼º
See Also:
Serialized Form

Constructor Summary
PagingList()
           
 
Method Summary
 int getAffectedRows()
           
 java.util.List getList()
           
 int getPageNo()
           
 int getPageSize()
           
 int getTotalCount()
           
 void setAffectedRows(int affectedRows)
           
 void setList(java.util.List list)
           
 void setPageNo(int pageNo)
           
 void setPageSize(int pageSize)
           
 void setTotalCount(int count)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PagingList

public PagingList()
Method Detail

getTotalCount

public int getTotalCount()

setTotalCount

public void setTotalCount(int count)

getList

public java.util.List getList()

setList

public void setList(java.util.List list)

getAffectedRows

public int getAffectedRows()

setAffectedRows

public void setAffectedRows(int affectedRows)

getPageNo

public int getPageNo()

setPageNo

public void setPageNo(int pageNo)

getPageSize

public int getPageSize()

setPageSize

public void setPageSize(int pageSize)


Copyright © 2003 All Rights Reserved.