package com.ytf.actionForm; public class BookBmForm { //��������ID private int bmId; //������������ private String bmName; //����ID private int gzId; //�����ƺ� private String gzName; //������ϵ��ʽ private String gzPhone; //�����ṩн�� private String gzPay; //��ʼʱ�� private String startDate; //����ʱ�� private String endDate; //�������� private String wkPeriod; //����ԤԼ��Ϣ private String gzbkContent; //ԤԼ���� private String bkDate; //��ķ�������� private int servType; //��ķÿ�칤��ʱ�� private int servDailyTime; //��ķ��ʳ��Ҫ�� private int isAccomm; //��֤�� private String securityCode; //ԤԼ��� private String isSuccess; //�ڵ� private String node; /** * @return the bmId */ public int getBmId() { return bmId; } /** * @param bmId the bmId to set */ public void setBmId(int bmId) { this.bmId = bmId; } /** * @return the bmName */ public String getBmName() { return bmName; } /** * @param bmName the bmName to set */ public void setBmName(String bmName) { this.bmName = bmName; } /** * @return the gzId */ public int getGzId() { return gzId; } /** * @param gzId the gzId to set */ public void setGzId(int gzId) { this.gzId = gzId; } /** * @return the gzName */ public String getGzName() { return gzName; } /** * @param gzName the gzName to set */ public void setGzName(String gzName) { this.gzName = gzName; } /** * @return the gzPhone */ public String getGzPhone() { return gzPhone; } /** * @param gzPhone the gzPhone to set */ public void setGzPhone(String gzPhone) { this.gzPhone = gzPhone; } /** * @return the gzPay */ public String getGzPay() { return gzPay; } /** * @param gzPay the gzPay to set */ public void setGzPay(String gzPay) { this.gzPay = gzPay; } /** * @return the startDate */ public String getStartDate() { return startDate; } /** * @param startDate the startDate to set */ public void setStartDate(String startDate) { this.startDate = startDate; } /** * @return the endDate */ public String getEndDate() { return endDate; } /** * @param endDate the endDate to set */ public void setEndDate(String endDate) { this.endDate = endDate; } /** * @return the wkPeriod */ public String getWkPeriod() { return wkPeriod; } /** * @param wkPeriod the wkPeriod to set */ public void setWkPeriod(String wkPeriod) { this.wkPeriod = wkPeriod; } /** * @return the gzbkContent */ public String getGzbkContent() { return gzbkContent; } /** * @param gzbkContent the gzbkContent to set */ public void setGzbkContent(String gzbkContent) { this.gzbkContent = gzbkContent; } /** * @return the bkDate */ public String getBkDate() { return bkDate; } /** * @param bkDate the bkDate to set */ public void setBkDate(String bkDate) { this.bkDate = bkDate; } /** * @return the servType */ public int getServType() { return servType; } /** * @param servType the servType to set */ public void setServType(int servType) { this.servType = servType; } /** * @return the servDailyTime */ public int getServDailyTime() { return servDailyTime; } /** * @param servDailyTime the servDailyTime to set */ public void setServDailyTime(int servDailyTime) { this.servDailyTime = servDailyTime; } /** * @return the isAccomm */ public int getIsAccomm() { return isAccomm; } /** * @param isAccomm the isAccomm to set */ public void setIsAccomm(int isAccomm) { this.isAccomm = isAccomm; } /** * @return the securityCode */ public String getSecurityCode() { return securityCode; } /** * @param securityCode the securityCode to set */ public void setSecurityCode(String securityCode) { this.securityCode = securityCode; } /** * @return the isSuccess */ public String getIsSuccess() { return isSuccess; } /** * @param isSuccess the isSuccess to set */ public void setIsSuccess(String isSuccess) { this.isSuccess = isSuccess; } /** * @return the node */ public String getNode() { return node; } /** * @param node the node to set */ public void setNode(String node) { this.node = node; } }