⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 userinf.java

📁 structejbmysql开发工程源码
💻 JAVA
字号:
/*
 * Created on 2007-4-27
 *
 * TODO To change the template for this generated file go to
 * Window - Preferences - Java - Code Style - Code Templates
 */
package course.data.buy;

import java.io.Serializable;

/**
 * @author yuhui
 * 
 * TODO To change the template for this generated type comment go to Window -
 * Preferences - Java - Code Style - Code Templates
 */
public class UserInf implements Serializable {

    String userName;

    String userNiName;

    String userPsw;

    String userPswQus;

    String userPswAns;

    String userEmail;

    String cashCanUsed;

    String sumOfWth;

    String numOfDone;

    String incOfDay;

    String incOfWeek;

    String inc;

    String dayOfReg;

    /**
     * @return Returns the cashCanUsed.
     */
    public String getCashCanUsed() {
        return cashCanUsed;
    }

    /**
     * @param cashCanUsed
     *            The cashCanUsed to set.
     */
    public void setCashCanUsed(String cashCanUsed) {
        this.cashCanUsed = cashCanUsed;
    }

    /**
     * @return Returns the dayOfReg.
     */
    public String getDayOfReg() {
        return dayOfReg;
    }

    /**
     * @param dayOfReg
     *            The dayOfReg to set.
     */
    public void setDayOfReg(String dayOfReg) {
        this.dayOfReg = dayOfReg;
    }

    /**
     * @return Returns the inc.
     */
    public String getInc() {
        return inc;
    }

    /**
     * @param inc
     *            The inc to set.
     */
    public void setInc(String inc) {
        this.inc = inc;
    }

    /**
     * @return Returns the incOfDay.
     */
    public String getIncOfDay() {
        return incOfDay;
    }

    /**
     * @param incOfDay
     *            The incOfDay to set.
     */
    public void setIncOfDay(String incOfDay) {
        this.incOfDay = incOfDay;
    }

    /**
     * @return Returns the incOfWeek.
     */
    public String getIncOfWeek() {
        return incOfWeek;
    }

    /**
     * @param incOfWeek
     *            The incOfWeek to set.
     */
    public void setIncOfWeek(String incOfWeek) {
        this.incOfWeek = incOfWeek;
    }

    /**
     * @return Returns the numOfDone.
     */
    public String getNumOfDone() {
        return numOfDone;
    }

    /**
     * @param numOfDone
     *            The numOfDone to set.
     */
    public void setNumOfDone(String numOfDone) {
        this.numOfDone = numOfDone;
    }

    /**
     * @return Returns the sumOfWth.
     */
    public String getSumOfWth() {
        return sumOfWth;
    }

    /**
     * @param sumOfWth
     *            The sumOfWth to set.
     */
    public void setSumOfWth(String sumOfWth) {
        this.sumOfWth = sumOfWth;
    }

    /**
     * @return Returns the userEmail.
     */
    public String getUserEmail() {
        return userEmail;
    }

    /**
     * @param userEmail
     *            The userEmail to set.
     */
    public void setUserEmail(String userEmail) {
        this.userEmail = userEmail;
    }

    /**
     * @return Returns the userName.
     */
    public String getUserName() {
        return userName;
    }

    /**
     * @param userName
     *            The userName to set.
     */
    public void setUserName(String userName) {
        this.userName = userName;
    }

    /**
     * @return Returns the userNiName.
     */
    public String getUserNiName() {
        return userNiName;
    }

    /**
     * @param userNiName
     *            The userNiName to set.
     */
    public void setUserNiName(String userNiName) {
        this.userNiName = userNiName;
    }

    /**
     * @return Returns the userPsw.
     */
    public String getUserPsw() {
        return userPsw;
    }

    /**
     * @param userPsw
     *            The userPsw to set.
     */
    public void setUserPsw(String userPsw) {
        this.userPsw = userPsw;
    }

    /**
     * @return Returns the userPswAns.
     */
    public String getUserPswAns() {
        return userPswAns;
    }

    /**
     * @param userPswAns
     *            The userPswAns to set.
     */
    public void setUserPswAns(String userPswAns) {
        this.userPswAns = userPswAns;
    }

    /**
     * @return Returns the userPswQus.
     */
    public String getUserPswQus() {
        return userPswQus;
    }

    /**
     * @param userPswQus
     *            The userPswQus to set.
     */
    public void setUserPswQus(String userPswQus) {
        this.userPswQus = userPswQus;
    }

    public UserInf() {
        super();
        // TODO Auto-generated constructor stub
    }

}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -