package com.ytf.actionForm; /* * ����ʵ�� */ public class AssessForm { //��������ID private int bmID; //������������ private String bmName; //����ID private int gzID; //������Ŀ private String servType; //����̬�� private int svAttitude; //�������� private int svQuality; //����۸� private int svPrice; //�Ƽ�ָ�� private int svRecommend; //�������� private String svContent; //�����ܷ� private int svPoint; //�������� private String svDate; //�����Ƿ���� private String isOutdated; /** * @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 servType */ public String getServType() { return servType; } /** * @param servType the servType to set */ public void setServType(String servType) { this.servType = servType; } /** * @return the svAttitude */ public int getSvAttitude() { return svAttitude; } /** * @param svAttitude the svAttitude to set */ public void setSvAttitude(int svAttitude) { this.svAttitude = svAttitude; } /** * @return the svQuality */ public int getSvQuality() { return svQuality; } /** * @param svQuality the svQuality to set */ public void setSvQuality(int svQuality) { this.svQuality = svQuality; } /** * @return the svPrice */ public int getSvPrice() { return svPrice; } /** * @param svPrice the svPrice to set */ public void setSvPrice(int svPrice) { this.svPrice = svPrice; } /** * @return the svRecommend */ public int getSvRecommend() { return svRecommend; } /** * @param svRecommend the svRecommend to set */ public void setSvRecommend(int svRecommend) { this.svRecommend = svRecommend; } /** * @return the svContent */ public String getSvContent() { return svContent; } /** * @param svContent the svContent to set */ public void setSvContent(String svContent) { this.svContent = svContent; } /** * @return the svPoint */ public int getSvPoint() { return svPoint; } /** * @param svPoint the svPoint to set */ public void setSvPoint(int svPoint) { this.svPoint = svPoint; } /** * @return the svDate */ public String getSvDate() { return svDate; } /** * @param svDate the svDate to set */ public void setSvDate(String svDate) { this.svDate = svDate; } /** * @return the isOutdated */ public String getIsOutdated() { return isOutdated; } /** * @param isOutdated the isOutdated to set */ public void setIsOutdated(String isOutdated) { this.isOutdated = isOutdated; } }