anyframe.common.util
Class SearchVO
java.lang.Object
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
SearchVO
public SearchVO()
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
Copyright © 2008-2009 Samsung SDS. All Rights Reserved.