package itn.let.sym.site.service; import itn.com.cmm.ComDefaultVO; /** * 로그인정책에 대한 VO 클래스를 정의한다. * 로그인정책정보의 목록 항목을 관리한다. * @author 공통서비스개발팀 lee.m.j * @since 2009.08.03 * @version 1.0 * @see * *
* << 개정이력(Modification Information) >> * * 수정일 수정자 수정내용 * ------- -------- --------------------------- * 2009.08.03 lee.m.j 최초 생성 * 2011.08.31 JJY 경량환경 템플릿 커스터마이징버전 생성 * **/ public class BiddingVO extends ComDefaultVO { /** * serialVersionUID */ private static final long serialVersionUID = 1L; private String siteId; private String siteNm; private String frstRegisterId; private String frstRegistPnttm; private String lastUpdusrId; private String lastUpdtPnttm; private String theme; private String themeTxt; private String isMobile; private String themeSmplUse; private String themeSmplUseTxt; private String inspFlag; private String faviconYn; private String faviconYnSort; private String faviconFileId; private String whFile; //웹아이콘 파일위치 private String tabTitle; private String tabTitleYn; private String tabTitleYnSort; private String joinAutoYn; //자동가입 private String sTotCnt; private String infoProtectPass; //조회시 패스워드 입력 private String infoProtectMark; //개인정보(*)처리 private String idWithdrawCd; //탈퇴회원 보관코드 private String idWithdrawCdTxt; private String adminlogKpCd; //관리자로그 보관코드 private String adminlogKpCdTxt; private String recentSearchCd; //최근검색어 설정코드 private String recentSearchCdTxt; private String sortTempNo; //정렬순서 tempNo private String termsYn; //약관사용여부 private String termsCn; //약관 내용 private String comNum; //경쟁업체수 private String biddNum; // private String biddCheckBox; // private String biddCheckList; // private String biddPer; // private int biddChoice = 0; // private String comName ; //경쟁업체 이름 private String choiced ="N"; //결과로 선택됨 public static long getSerialversionuid() { return serialVersionUID; } public String getSiteId() { return siteId; } public void setSiteId(String siteId) { this.siteId = siteId; } public String getSiteNm() { return siteNm; } public void setSiteNm(String siteNm) { this.siteNm = siteNm; } public String getFrstRegisterId() { return frstRegisterId; } public void setFrstRegisterId(String frstRegisterId) { this.frstRegisterId = frstRegisterId; } public String getFrstRegistPnttm() { return frstRegistPnttm; } public void setFrstRegistPnttm(String frstRegistPnttm) { this.frstRegistPnttm = frstRegistPnttm; } public String getLastUpdusrId() { return lastUpdusrId; } public void setLastUpdusrId(String lastUpdusrId) { this.lastUpdusrId = lastUpdusrId; } public String getLastUpdtPnttm() { return lastUpdtPnttm; } public void setLastUpdtPnttm(String lastUpdtPnttm) { this.lastUpdtPnttm = lastUpdtPnttm; } public String getTheme() { return theme; } public void setTheme(String theme) { this.theme = theme; } public String getIsMobile() { return isMobile; } public void setIsMobile(String isMobile) { this.isMobile = isMobile; } public String getThemeSmplUse() { return themeSmplUse; } public void setThemeSmplUse(String themeSmplUse) { this.themeSmplUse = themeSmplUse; } public String getThemeTxt() { return themeTxt; } public void setThemeTxt(String themeTxt) { this.themeTxt = themeTxt; } public String getThemeSmplUseTxt() { return themeSmplUseTxt; } public void setThemeSmplUseTxt(String themeSmplUseTxt) { this.themeSmplUseTxt = themeSmplUseTxt; } public String getInspFlag() { return inspFlag; } public void setInspFlag(String inspFlag) { this.inspFlag = inspFlag; } public String getFaviconYn() { return faviconYn; } public void setFaviconYn(String faviconYn) { this.faviconYn = faviconYn; } public String getFaviconFileId() { return faviconFileId; } public void setFaviconFileId(String faviconFileId) { this.faviconFileId = faviconFileId; } public String getWhFile() { return whFile; } public void setWhFile(String whFile) { this.whFile = whFile; } public String getTabTitle() { return tabTitle; } public void setTabTitle(String tabTitle) { this.tabTitle = tabTitle; } public String getTabTitleYn() { return tabTitleYn; } public void setTabTitleYn(String tabTitleYn) { this.tabTitleYn = tabTitleYn; } public String getJoinAutoYn() { return joinAutoYn; } public void setJoinAutoYn(String joinAutoYn) { this.joinAutoYn = joinAutoYn; } public String getsTotCnt() { return sTotCnt; } public void setsTotCnt(String sTotCnt) { this.sTotCnt = sTotCnt; } public String getInfoProtectPass() { return infoProtectPass; } public void setInfoProtectPass(String infoProtectPass) { this.infoProtectPass = infoProtectPass; } public String getInfoProtectMark() { return infoProtectMark; } public void setInfoProtectMark(String infoProtectMark) { this.infoProtectMark = infoProtectMark; } public String getIdWithdrawCd() { return idWithdrawCd; } public void setIdWithdrawCd(String idWithdrawCd) { this.idWithdrawCd = idWithdrawCd; } public String getIdWithdrawCdTxt() { return idWithdrawCdTxt; } public void setIdWithdrawCdTxt(String idWithdrawCdTxt) { this.idWithdrawCdTxt = idWithdrawCdTxt; } public String getAdminlogKpCd() { return adminlogKpCd; } public void setAdminlogKpCd(String adminlogKpCd) { this.adminlogKpCd = adminlogKpCd; } public String getAdminlogKpCdTxt() { return adminlogKpCdTxt; } public void setAdminlogKpCdTxt(String adminlogKpCdTxt) { this.adminlogKpCdTxt = adminlogKpCdTxt; } public String getRecentSearchCd() { return recentSearchCd; } public void setRecentSearchCd(String recentSearchCd) { this.recentSearchCd = recentSearchCd; } public String getRecentSearchCdTxt() { return recentSearchCdTxt; } public void setRecentSearchCdTxt(String recentSearchCdTxt) { this.recentSearchCdTxt = recentSearchCdTxt; } public String getSortTempNo() { return sortTempNo; } public void setSortTempNo(String sortTempNo) { this.sortTempNo = sortTempNo; } public String getFaviconYnSort() { return faviconYnSort; } public void setFaviconYnSort(String faviconYnSort) { this.faviconYnSort = faviconYnSort; } public String getTabTitleYnSort() { return tabTitleYnSort; } public void setTabTitleYnSort(String tabTitleYnSort) { this.tabTitleYnSort = tabTitleYnSort; } public String getTermsYn() { return termsYn; } public void setTermsYn(String termsYn) { this.termsYn = termsYn; } public String getTermsCn() { return termsCn; } public void setTermsCn(String termsCn) { this.termsCn = termsCn; } public String getBiddNum() { return biddNum; } public void setBiddNum(String biddNum) { this.biddNum = biddNum; } public String getBiddCheckBox() { return biddCheckBox; } public void setBiddCheckBox(String biddCheckBox) { this.biddCheckBox = biddCheckBox; } public String getComNum() { return comNum; } public void setComNum(String comNum) { this.comNum = comNum; } public String getBiddPer() { return biddPer; } public void setBiddPer(String biddPer) { this.biddPer = biddPer; } public String getBiddCheckList() { return biddCheckList; } public void setBiddCheckList(String biddCheckList) { this.biddCheckList = biddCheckList; } public int getBiddChoice() { return biddChoice; } public void setBiddChoice(int biddChoice) { this.biddChoice = biddChoice; } public String getComName() { return comName; } public void setComName(String comName) { this.comName = comName; } public String getChoiced() { return choiced; } public void setChoiced(String choiced) { this.choiced = choiced; } }