|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectboard.dto.BoardListDTOReal
°Ô½ÃÆÇ ¸®½ºÆ®¸¦ À§ÇÑ DTO
Constructor Summary | |
BoardListDTOReal()
|
Method Summary | |
int |
getCurrentPage()
ÇöÀç ÆäÀÌÁöÀÇ ¹øÈ£¸¦ ¾Ë·ÁÁØ´Ù. |
int |
getEndBlock()
ÆäÀÌÁöºí·°ÀÇ ¸¶Áö¸· ÆäÀÌÁö¸¦ ¾Ë·ÁÁØ´Ù. |
String |
getKeyword()
°Ë»ö¾î¸¦ ¸®ÅÏÇÑ´Ù. |
Vector |
getList()
°Ô½ÃÆÇ ¸®½ºÆ®¸¦ BoardDTOÀÇ Vector·Î °¡Á®¿Â´Ù. |
int |
getSearchType()
°Ë»ö ŸÀÔÀ» ¸®ÅÏ, 1:Á¦¸ñ°Ë»ö, 2:³»¿ë°Ë»ö, 3:Á¦¸ñ°ú ³»¿ë°Ë»ö |
int |
getStartBlock()
ÆäÀÌÁöºí·°ÀÇ ½ÃÀÛ ÆäÀÌÁö¸¦ ¾Ë·ÁÁØ´Ù. |
int |
getTotalPage()
Àüü ÆäÀÌÁö¼ö¸¦ ¸®ÅÏ |
boolean |
isNextPage()
´ÙÀ½ ÆäÀÌÁö°¡ Á¸ÀçÇÏ´ÂÁö ¾Ë·ÁÁØ´Ù. |
boolean |
isPrevPage()
ÀÌÀü ÆäÀÌÁö°¡ Á¸ÀçÇÏ´ÂÁö ¾Ë·ÁÁØ´Ù. |
void |
setCurrentPage(int currentPage)
ÇöÀç ÆäÀÌÁöÀÇ ¹øÈ£¸¦ ¼³Á¤ÇÑ´Ù. |
void |
setEndBlock(int endBlock)
ÆäÀÌÁöºí·°ÀÇ ¸¶Áö¸· ÆäÀÌÁö¸¦ ¼³Á¤ÇÑ´Ù. |
void |
setKeyword(String keyword)
°Ë»ö¾î¸¦ ¼³Á¤ÇÑ´Ù. |
void |
setList(Vector list)
°Ô½ÃÆÇ ¸®½ºÆ®¸¦ BoardDTOÀÇ Vector·Î ¼³Á¤ÇÑ´Ù. |
void |
setNextPage(boolean nextPage)
´ÙÀ½ ÆäÀÌÁö°¡ Á¸ÀçÇÏ´ÂÁö ¼³Á¤ÇÑ´Ù. |
void |
setPrevPage(boolean prevPage)
ÀÌÀü ÆäÀÌÁö°¡ Á¸ÀçÇÏ´ÂÁö ¼³Á¤ÇÑ´Ù. |
void |
setSearchType(int searchType)
°Ë»ö ŸÀÔÀ» ÀúÀå, 1:Á¦¸ñ°Ë»ö, 2:³»¿ë°Ë»ö, 3:Á¦¸ñ°ú ³»¿ë°Ë»ö |
void |
setStartBlock(int startBlock)
ÆäÀÌÁöºí·°ÀÇ ½ÃÀÛ ÆäÀÌÁö¸¦ ¼³Á¤ÇÑ´Ù. |
void |
setTotalPage(int totalPage)
Àüü ÆäÀÌÁö¼ö¸¦ ¼³Á¤ÇÑ´Ù. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BoardListDTOReal()
Method Detail |
public int getTotalPage() throws RemoteException
getTotalPage
in interface BoardListDTO
RemoteException
public void setTotalPage(int totalPage)
totalPage
- public void setKeyword(String keyword)
keyword
- The keyword to set.public String getKeyword() throws RemoteException
getKeyword
in interface BoardListDTO
RemoteException
BoardListDTO.getKeyword()
public void setSearchType(int searchType)
searchType
- The searchType to set.public int getSearchType() throws RemoteException
getSearchType
in interface BoardListDTO
RemoteException
BoardListDTO.getSearchType()
public void setStartBlock(int startBlock)
startBlock
- The startBlock to set.public int getStartBlock() throws RemoteException
getStartBlock
in interface BoardListDTO
RemoteException
BoardListDTO.getStartBlock()
public void setEndBlock(int endBlock)
endBlock
- The endBlock to set.public int getEndBlock() throws RemoteException
getEndBlock
in interface BoardListDTO
RemoteException
BoardListDTO.getEndBlock()
public void setCurrentPage(int currentPage)
currentPage
- The currentPage to set.public int getCurrentPage() throws RemoteException
getCurrentPage
in interface BoardListDTO
RemoteException
BoardListDTO.getCurrentPage()
public void setNextPage(boolean nextPage)
nextPage
- The nextPage to set.public boolean isNextPage() throws RemoteException
isNextPage
in interface BoardListDTO
RemoteException
BoardListDTO.isNextPage()
public void setPrevPage(boolean prevPage)
prevPage
- The prevPage to set.public boolean isPrevPage() throws RemoteException
isPrevPage
in interface BoardListDTO
RemoteException
BoardListDTO.isPrevPage()
public Vector getList() throws RemoteException
getList
in interface BoardListDTO
RemoteException
BoardListDTO.getList()
public void setList(Vector list)
list
- The list to set.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |