package com.ytf.actionForm; /* * ������Ϣʵ�� */ public class GQInfoForm { //������ID private int userId; //����ʱ�� private int workTime; //ʳ������ private int isAccomm; //������Ŀ private int workType; //������Ϣ���� private String headLine; //������Ϣ���� private String content; //������Ϣʱ�� private String postTime; //н��Ҫ�� private String pay; //��ϵ��ʽ private String phone; //������Ϣ���� private String type; //�Ƿ����� private String isLock; /** * @return the userId */ public int getUserId() { return userId; } /** * @param userId the userId to set */ public void setUserId(int userId) { this.userId = userId; } /** * @return the workTime */ public int getWorkTime() { return workTime; } /** * @param workTime the workTime to set */ public void setWorkTime(int workTime) { this.workTime = workTime; } /** * @return the isAccomm */ public int getIsAccomm() { return isAccomm; } /** * @param isAccomm the isAccomm to set */ public void setIsAccomm(int isAccomm) { this.isAccomm = isAccomm; } /** * @return the workType */ public int getWorkType() { return workType; } /** * @param workType the workType to set */ public void setWorkType(int workType) { this.workType = workType; } /** * @return the headLine */ public String getHeadLine() { return headLine; } /** * @param headLine the headLine to set */ public void setHeadLine(String headLine) { this.headLine = headLine; } /** * @return the content */ public String getContent() { return content; } /** * @param content the content to set */ public void setContent(String content) { this.content = content; } /** * @return the postTime */ public String getPostTime() { return postTime; } /** * @param postTime the postTime to set */ public void setPostTime(String postTime) { this.postTime = postTime; } /** * @return the pay */ public String getPay() { return pay; } /** * @param pay the pay to set */ public void setPay(String pay) { this.pay = pay; } /** * @return the phone */ public String getPhone() { return phone; } /** * @param phone the phone to set */ public void setPhone(String phone) { this.phone = phone; } /** * @return the type */ public String getType() { return type; } /** * @param type the type to set */ public void setType(String type) { this.type = type; } /** * @return the isLock */ public String getIsLock() { return isLock; } /** * @param isLock the isLock to set */ public void setIsLock(String isLock) { this.isLock = isLock; } }