package itn.let.cop.resve.service; import java.io.Serializable; import org.apache.commons.lang3.builder.ToStringBuilder; /** * 대관관리 정보를 관리하기 위한 VO 클래스 * @author 공통 서비스 개발팀 이삼섭 * @since 2009.03.12 * @version 1.0 * @see * *
 * << 개정이력(Modification Information) >>
 * 
 *   수정일      수정자          수정내용
 *  -------    --------    ---------------------------
 *  2009.03.12  이삼섭          최초 생성
 *  2011.08.31  JJY            경량환경 템플릿 커스터마이징버전 생성 
 *  
 *  
*/ @SuppressWarnings("serial") public class ResveVO extends Resve implements Serializable { /** 검색시작일 */ private String searchBgnDe = ""; /** 검색조건 */ private String searchCnd = ""; /** 검색종료일 */ private String searchEndDe = ""; /** 검색단어 */ private String searchWrd = ""; /** 정렬순서(DESC,ASC) */ private String sortOrdr = ""; /** 검색사용여부 */ private String searchUseYn = ""; /** 현재페이지 */ private int pageIndex = 1; /** 페이지갯수 */ private int pageUnit = 10; /** 페이지사이즈 */ private int pageSize = 10; /** firstIndex */ private int firstIndex = 1; /** lastIndex */ private int lastIndex = 1; /** recordCountPerPage */ private int recordCountPerPage = 10; /** rowNo */ private int rowNo = 0; /** 검색 삭제포함 */ private String delSttus = ""; /** 사용자 대관현황 달력 - 검색년도 */ private String searchYear = ""; /** 사용자 대관현황 달력 - 검색월 */ private String searchMonth = ""; /** 사용자 대관현황 달력 - 검색일자 */ private String searchDate = ""; /** 사용자 대관현황 달력 - 검색일자 */ private String searchDate1 = ""; /** * searchBgnDe attribute를 리턴한다. * * @return the searchBgnDe */ public String getSearchBgnDe() { return searchBgnDe; } /** * searchBgnDe attribute 값을 설정한다. * * @param searchBgnDe * the searchBgnDe to set */ public void setSearchBgnDe(String searchBgnDe) { this.searchBgnDe = searchBgnDe; } /** * searchCnd attribute를 리턴한다. * * @return the searchCnd */ public String getSearchCnd() { return searchCnd; } /** * searchCnd attribute 값을 설정한다. * * @param searchCnd * the searchCnd to set */ public void setSearchCnd(String searchCnd) { this.searchCnd = searchCnd; } /** * searchEndDe attribute를 리턴한다. * * @return the searchEndDe */ public String getSearchEndDe() { return searchEndDe; } /** * searchEndDe attribute 값을 설정한다. * * @param searchEndDe * the searchEndDe to set */ public void setSearchEndDe(String searchEndDe) { this.searchEndDe = searchEndDe; } /** * searchWrd attribute를 리턴한다. * * @return the searchWrd */ public String getSearchWrd() { return searchWrd; } /** * searchWrd attribute 값을 설정한다. * * @param searchWrd * the searchWrd to set */ public void setSearchWrd(String searchWrd) { this.searchWrd = searchWrd; } /** * sortOrdr attribute를 리턴한다. * * @return the sortOrdr */ public String getSortOrdr() { return sortOrdr; } /** * sortOrdr attribute 값을 설정한다. * * @param sortOrdr * the sortOrdr to set */ public void setSortOrdr(String sortOrdr) { this.sortOrdr = sortOrdr; } /** * searchUseYn attribute를 리턴한다. * * @return the searchUseYn */ public String getSearchUseYn() { return searchUseYn; } /** * searchUseYn attribute 값을 설정한다. * * @param searchUseYn * the searchUseYn to set */ public void setSearchUseYn(String searchUseYn) { this.searchUseYn = searchUseYn; } /** * pageIndex attribute를 리턴한다. * * @return the pageIndex */ public int getPageIndex() { return pageIndex; } /** * pageIndex attribute 값을 설정한다. * * @param pageIndex * the pageIndex to set */ public void setPageIndex(int pageIndex) { this.pageIndex = pageIndex; } /** * pageUnit attribute를 리턴한다. * * @return the pageUnit */ public int getPageUnit() { return pageUnit; } /** * pageUnit attribute 값을 설정한다. * * @param pageUnit * the pageUnit to set */ public void setPageUnit(int pageUnit) { this.pageUnit = pageUnit; } /** * pageSize attribute를 리턴한다. * * @return the pageSize */ public int getPageSize() { return pageSize; } /** * pageSize attribute 값을 설정한다. * * @param pageSize * the pageSize to set */ public void setPageSize(int pageSize) { this.pageSize = pageSize; } /** * firstIndex attribute를 리턴한다. * * @return the firstIndex */ public int getFirstIndex() { return firstIndex; } /** * firstIndex attribute 값을 설정한다. * * @param firstIndex * the firstIndex to set */ public void setFirstIndex(int firstIndex) { this.firstIndex = firstIndex; } /** * lastIndex attribute를 리턴한다. * * @return the lastIndex */ public int getLastIndex() { return lastIndex; } /** * lastIndex attribute 값을 설정한다. * * @param lastIndex * the lastIndex to set */ public void setLastIndex(int lastIndex) { this.lastIndex = lastIndex; } /** * recordCountPerPage attribute를 리턴한다. * * @return the recordCountPerPage */ public int getRecordCountPerPage() { return recordCountPerPage; } /** * recordCountPerPage attribute 값을 설정한다. * * @param recordCountPerPage * the recordCountPerPage to set */ public void setRecordCountPerPage(int recordCountPerPage) { this.recordCountPerPage = recordCountPerPage; } /** * rowNo attribute를 리턴한다. * * @return the rowNo */ public int getRowNo() { return rowNo; } /** * rowNo attribute 값을 설정한다. * * @param rowNo * the rowNo to set */ public void setRowNo(int rowNo) { this.rowNo = rowNo; } /** * toString 메소드를 대치한다. */ public String toString() { return ToStringBuilder.reflectionToString(this); } /** * @return the delSttus */ public String getDelSttus() { return delSttus; } /** * @param delSttus the delSttus to set */ public void setDelSttus(String delSttus) { this.delSttus = delSttus; } /** * @return the searcrYear */ public String getSearchYear() { return searchYear; } /** * @param searcrYear the searcrYear to set */ public void setSearchYear(String searcrYear) { this.searchYear = searcrYear; } /** * @return the searchMonth */ public String getSearchMonth() { return searchMonth; } /** * @param searchMonth the searchMonth to set */ public void setSearchMonth(String searchMonth) { this.searchMonth = searchMonth; } /** * @return the searchDate */ public String getSearchDate() { return searchDate; } /** * @param searchDate the searchDate to set */ public void setSearchDate(String searchDate) { this.searchDate = searchDate; } /** * @return the searchDate1 */ public String getSearchDate1() { return searchDate1; } /** * @param searchDate1 the searchDate1 to set */ public void setSearchDate1(String searchDate1) { this.searchDate1 = searchDate1; } }