board.dto
Class BoardListDTOReal

java.lang.Object
  extended byboard.dto.BoardListDTOReal
All Implemented Interfaces:
BoardListDTO, Serializable

public class BoardListDTOReal
extends Object
implements BoardListDTO

°Ô½ÃÆÇ ¸®½ºÆ®¸¦ À§ÇÑ DTO

Since:
2005. 4. 6.
Author:
BABU
See Also:
Serialized Form

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

BoardListDTOReal

public BoardListDTOReal()
Method Detail

getTotalPage

public int getTotalPage()
                 throws RemoteException
Àüü ÆäÀÌÁö¼ö¸¦ ¸®ÅÏ

Specified by:
getTotalPage in interface BoardListDTO
Returns:
Àüü ÆäÀÌÁö¼ö
Throws:
RemoteException

setTotalPage

public void setTotalPage(int totalPage)
Àüü ÆäÀÌÁö¼ö¸¦ ¼³Á¤ÇÑ´Ù.

Parameters:
totalPage -

setKeyword

public void setKeyword(String keyword)
°Ë»ö¾î¸¦ ¼³Á¤ÇÑ´Ù.

Parameters:
keyword - The keyword to set.

getKeyword

public String getKeyword()
                  throws RemoteException
°Ë»ö¾î¸¦ ¸®ÅÏÇÑ´Ù.

Specified by:
getKeyword in interface BoardListDTO
Returns:
Throws:
RemoteException
See Also:
BoardListDTO.getKeyword()

setSearchType

public void setSearchType(int searchType)
°Ë»ö ŸÀÔÀ» ÀúÀå, 1:Á¦¸ñ°Ë»ö, 2:³»¿ë°Ë»ö, 3:Á¦¸ñ°ú ³»¿ë°Ë»ö

Parameters:
searchType - The searchType to set.

getSearchType

public int getSearchType()
                  throws RemoteException
°Ë»ö ŸÀÔÀ» ¸®ÅÏ, 1:Á¦¸ñ°Ë»ö, 2:³»¿ë°Ë»ö, 3:Á¦¸ñ°ú ³»¿ë°Ë»ö

Specified by:
getSearchType in interface BoardListDTO
Returns:
Throws:
RemoteException
See Also:
BoardListDTO.getSearchType()

setStartBlock

public void setStartBlock(int startBlock)
ÆäÀÌÁöºí·°ÀÇ ½ÃÀÛ ÆäÀÌÁö¸¦ ¼³Á¤ÇÑ´Ù.

Parameters:
startBlock - The startBlock to set.

getStartBlock

public int getStartBlock()
                  throws RemoteException
ÆäÀÌÁöºí·°ÀÇ ½ÃÀÛ ÆäÀÌÁö¸¦ ¾Ë·ÁÁØ´Ù.

Specified by:
getStartBlock in interface BoardListDTO
Returns:
Throws:
RemoteException
See Also:
BoardListDTO.getStartBlock()

setEndBlock

public void setEndBlock(int endBlock)
ÆäÀÌÁöºí·°ÀÇ ¸¶Áö¸· ÆäÀÌÁö¸¦ ¼³Á¤ÇÑ´Ù.

Parameters:
endBlock - The endBlock to set.

getEndBlock

public int getEndBlock()
                throws RemoteException
ÆäÀÌÁöºí·°ÀÇ ¸¶Áö¸· ÆäÀÌÁö¸¦ ¾Ë·ÁÁØ´Ù.

Specified by:
getEndBlock in interface BoardListDTO
Returns:
Throws:
RemoteException
See Also:
BoardListDTO.getEndBlock()

setCurrentPage

public void setCurrentPage(int currentPage)
ÇöÀç ÆäÀÌÁöÀÇ ¹øÈ£¸¦ ¼³Á¤ÇÑ´Ù.

Parameters:
currentPage - The currentPage to set.

getCurrentPage

public int getCurrentPage()
                   throws RemoteException
ÇöÀç ÆäÀÌÁöÀÇ ¹øÈ£¸¦ ¾Ë·ÁÁØ´Ù.

Specified by:
getCurrentPage in interface BoardListDTO
Returns:
Throws:
RemoteException
See Also:
BoardListDTO.getCurrentPage()

setNextPage

public void setNextPage(boolean nextPage)
´ÙÀ½ ÆäÀÌÁö°¡ Á¸ÀçÇÏ´ÂÁö ¼³Á¤ÇÑ´Ù.

Parameters:
nextPage - The nextPage to set.

isNextPage

public boolean isNextPage()
                   throws RemoteException
´ÙÀ½ ÆäÀÌÁö°¡ Á¸ÀçÇÏ´ÂÁö ¾Ë·ÁÁØ´Ù.

Specified by:
isNextPage in interface BoardListDTO
Returns:
Throws:
RemoteException
See Also:
BoardListDTO.isNextPage()

setPrevPage

public void setPrevPage(boolean prevPage)
ÀÌÀü ÆäÀÌÁö°¡ Á¸ÀçÇÏ´ÂÁö ¼³Á¤ÇÑ´Ù.

Parameters:
prevPage - The prevPage to set.

isPrevPage

public boolean isPrevPage()
                   throws RemoteException
ÀÌÀü ÆäÀÌÁö°¡ Á¸ÀçÇÏ´ÂÁö ¾Ë·ÁÁØ´Ù.

Specified by:
isPrevPage in interface BoardListDTO
Returns:
Throws:
RemoteException
See Also:
BoardListDTO.isPrevPage()

getList

public Vector getList()
               throws RemoteException
°Ô½ÃÆÇ ¸®½ºÆ®¸¦ BoardDTOÀÇ Vector·Î °¡Á®¿Â´Ù.

Specified by:
getList in interface BoardListDTO
Returns:
Throws:
RemoteException
See Also:
BoardListDTO.getList()

setList

public void setList(Vector list)
°Ô½ÃÆÇ ¸®½ºÆ®¸¦ BoardDTOÀÇ Vector·Î ¼³Á¤ÇÑ´Ù.

Parameters:
list - The list to set.