Anyframe Core

anyframe.common.util
Class SearchVO

java.lang.Object
  extended by anyframe.common.util.SearchVO
All Implemented Interfaces:
Serializable

public class SearchVO
extends Object
implements Serializable

This SearchVO entity class contains attributes for common searching information and putter,setter methods of them. And it contains toString method for logging.

Author:
Taeho Kim
See Also:
Serialized Form

Constructor Summary
SearchVO()
           
 
Method Summary
 int getPageIndex()
           
 String getSearchCondition()
           
 String getSearchKeyword()
           
 void setPageIndex(int pageIndex)
           
 void setSearchCondition(String searchCondition)
           
 void setSearchKeyword(String searchKeyword)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SearchVO

public SearchVO()
Method Detail

getSearchCondition

public String getSearchCondition()

setSearchCondition

public void setSearchCondition(String searchCondition)

getSearchKeyword

public String getSearchKeyword()

setSearchKeyword

public void setSearchKeyword(String searchKeyword)

getPageIndex

public int getPageIndex()

setPageIndex

public void setPageIndex(int pageIndex)

toString

public String toString()
Overrides:
toString in class Object

Anyframe Core

Copyright © 2008-2009 Samsung SDS. All Rights Reserved.