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

📄 abstractgesofttb1.java

📁 hibernate和struts结合的源码
💻 JAVA
字号:
/*
 * WARNING: DO NOT EDIT THIS FILE. This is a generated file that is synchronized
 * by MyEclipse Hibernate tool integration.
 *
 * Created Tue Sep 05 09:57:13 CST 2006 by MyEclipse Hibernate Tool.
 */
package com.gesoft.hibernate.po;

import java.io.Serializable;

/**
 * A class that represents a row in the GESOFT_TB1 table. 
 * You can customize the behavior of this class by editing the class, {@link GesoftTb1()}.
 * WARNING: DO NOT EDIT THIS FILE. This is a generated file that is synchronized
 * by MyEclipse Hibernate tool integration.
 */
public abstract class AbstractGesoftTb1 
    implements Serializable
{
    /** The cached hash code value for this instance.  Settting to 0 triggers re-calculation. */
    private int hashValue = 0;

    /** The composite primary key value. */
    private java.lang.Long no;

    /** The value of the simple loginName property. */
    private java.lang.String loginName;

    /** The value of the simple loginPwd property. */
    private java.lang.String loginPwd;

    /** The value of the simple emailLan property. */
    private java.lang.String emailLan;

    /** The value of the simple emailWww property. */
    private java.lang.String emailWww;

    /** The value of the simple name property. */
    private java.lang.String name;

    /** The value of the simple sex property. */
    private java.lang.String sex;

    /** The value of the simple branch property. */
    private java.lang.String branch;

    /** The value of the simple departmentNo property. */
    private java.lang.Long departmentNo;

    /** The value of the simple job property. */
    private java.lang.String job;

    /** The value of the simple homeAddress property. */
    private java.lang.String homeAddress;

    /** The value of the simple homeTel property. */
    private java.lang.String homeTel;

    /** The value of the simple officeTel property. */
    private java.lang.String officeTel;

    /** The value of the simple mobile property. */
    private java.lang.String mobile;

    /** The value of the simple politics property. */
    private java.lang.String politics;

    /** The value of the simple cardno property. */
    private java.lang.String cardno;

    /** The value of the simple trustIndex property. */
    private java.lang.Long trustIndex;

    /** The value of the simple operationIndex property. */
    private java.lang.Long operationIndex;

    /** The value of the simple enrolldate property. */
    private java.util.Date enrolldate;

    /** The value of the simple remark property. */
    private java.lang.String remark;

    /** The value of the simple ipAddr property. */
    private java.lang.String ipAddr;

    /** The value of the simple delsign property. */
    private java.lang.String delsign;

    /**
     * Simple constructor of AbstractGesoftTb1 instances.
     */
    public AbstractGesoftTb1()
    {
    }

    /**
     * Constructor of AbstractGesoftTb1 instances given a simple primary key.
     * @param no
     */
    public AbstractGesoftTb1(java.lang.Long no)
    {
        this.setNo(no);
    }

    /**
     * Return the simple primary key value that identifies this object.
     * @return java.lang.Long
     */
    public java.lang.Long getNo()
    {
        return no;
    }

    /**
     * Set the simple primary key value that identifies this object.
     * @param no
     */
    public void setNo(java.lang.Long no)
    {
        this.hashValue = 0;
        this.no = no;
    }

    /**
     * Return the value of the LOGIN_NAME column.
     * @return java.lang.String
     */
    public java.lang.String getLoginName()
    {
        return this.loginName;
    }

    /**
     * Set the value of the LOGIN_NAME column.
     * @param loginName
     */
    public void setLoginName(java.lang.String loginName)
    {
        this.loginName = loginName;
    }

    /**
     * Return the value of the LOGIN_PWD column.
     * @return java.lang.String
     */
    public java.lang.String getLoginPwd()
    {
        return this.loginPwd;
    }

    /**
     * Set the value of the LOGIN_PWD column.
     * @param loginPwd
     */
    public void setLoginPwd(java.lang.String loginPwd)
    {
        this.loginPwd = loginPwd;
    }

    /**
     * Return the value of the EMAIL_LAN column.
     * @return java.lang.String
     */
    public java.lang.String getEmailLan()
    {
        return this.emailLan;
    }

    /**
     * Set the value of the EMAIL_LAN column.
     * @param emailLan
     */
    public void setEmailLan(java.lang.String emailLan)
    {
        this.emailLan = emailLan;
    }

    /**
     * Return the value of the EMAIL_WWW column.
     * @return java.lang.String
     */
    public java.lang.String getEmailWww()
    {
        return this.emailWww;
    }

    /**
     * Set the value of the EMAIL_WWW column.
     * @param emailWww
     */
    public void setEmailWww(java.lang.String emailWww)
    {
        this.emailWww = emailWww;
    }

    /**
     * Return the value of the NAME column.
     * @return java.lang.String
     */
    public java.lang.String getName()
    {
        return this.name;
    }

    /**
     * Set the value of the NAME column.
     * @param name
     */
    public void setName(java.lang.String name)
    {
        this.name = name;
    }

    /**
     * Return the value of the SEX column.
     * @return java.lang.String
     */
    public java.lang.String getSex()
    {
        return this.sex;
    }

    /**
     * Set the value of the SEX column.
     * @param sex
     */
    public void setSex(java.lang.String sex)
    {
        this.sex = sex;
    }

    /**
     * Return the value of the BRANCH column.
     * @return java.lang.String
     */
    public java.lang.String getBranch()
    {
        return this.branch;
    }

    /**
     * Set the value of the BRANCH column.
     * @param branch
     */
    public void setBranch(java.lang.String branch)
    {
        this.branch = branch;
    }

    /**
     * Return the value of the DEPARTMENT_NO column.
     * @return java.lang.Long
     */
    public java.lang.Long getDepartmentNo()
    {
        return this.departmentNo;
    }

    /**
     * Set the value of the DEPARTMENT_NO column.
     * @param departmentNo
     */
    public void setDepartmentNo(java.lang.Long departmentNo)
    {
        this.departmentNo = departmentNo;
    }

    /**
     * Return the value of the JOB column.
     * @return java.lang.String
     */
    public java.lang.String getJob()
    {
        return this.job;
    }

    /**
     * Set the value of the JOB column.
     * @param job
     */
    public void setJob(java.lang.String job)
    {
        this.job = job;
    }

    /**
     * Return the value of the HOME_ADDRESS column.
     * @return java.lang.String
     */
    public java.lang.String getHomeAddress()
    {
        return this.homeAddress;
    }

    /**
     * Set the value of the HOME_ADDRESS column.
     * @param homeAddress
     */
    public void setHomeAddress(java.lang.String homeAddress)
    {
        this.homeAddress = homeAddress;
    }

    /**
     * Return the value of the HOME_TEL column.
     * @return java.lang.String
     */
    public java.lang.String getHomeTel()
    {
        return this.homeTel;
    }

    /**
     * Set the value of the HOME_TEL column.
     * @param homeTel
     */
    public void setHomeTel(java.lang.String homeTel)
    {
        this.homeTel = homeTel;
    }

    /**
     * Return the value of the OFFICE_TEL column.
     * @return java.lang.String
     */
    public java.lang.String getOfficeTel()
    {
        return this.officeTel;
    }

    /**
     * Set the value of the OFFICE_TEL column.
     * @param officeTel
     */
    public void setOfficeTel(java.lang.String officeTel)
    {
        this.officeTel = officeTel;
    }

    /**
     * Return the value of the MOBILE column.
     * @return java.lang.String
     */
    public java.lang.String getMobile()
    {
        return this.mobile;
    }

    /**
     * Set the value of the MOBILE column.
     * @param mobile
     */
    public void setMobile(java.lang.String mobile)
    {
        this.mobile = mobile;
    }

    /**
     * Return the value of the POLITICS column.
     * @return java.lang.String
     */
    public java.lang.String getPolitics()
    {
        return this.politics;
    }

    /**
     * Set the value of the POLITICS column.
     * @param politics
     */
    public void setPolitics(java.lang.String politics)
    {
        this.politics = politics;
    }

    /**
     * Return the value of the CARDNO column.
     * @return java.lang.String
     */
    public java.lang.String getCardno()
    {
        return this.cardno;
    }

    /**
     * Set the value of the CARDNO column.
     * @param cardno
     */
    public void setCardno(java.lang.String cardno)
    {
        this.cardno = cardno;
    }

    /**
     * Return the value of the TRUST_INDEX column.
     * @return java.lang.Long
     */
    public java.lang.Long getTrustIndex()
    {
        return this.trustIndex;
    }

    /**
     * Set the value of the TRUST_INDEX column.
     * @param trustIndex
     */
    public void setTrustIndex(java.lang.Long trustIndex)
    {
        this.trustIndex = trustIndex;
    }

    /**
     * Return the value of the OPERATION_INDEX column.
     * @return java.lang.Long
     */
    public java.lang.Long getOperationIndex()
    {
        return this.operationIndex;
    }

    /**
     * Set the value of the OPERATION_INDEX column.
     * @param operationIndex
     */
    public void setOperationIndex(java.lang.Long operationIndex)
    {
        this.operationIndex = operationIndex;
    }

    /**
     * Return the value of the ENROLLDATE column.
     * @return java.util.Date
     */
    public java.util.Date getEnrolldate()
    {
        return this.enrolldate;
    }

    /**
     * Set the value of the ENROLLDATE column.
     * @param enrolldate
     */
    public void setEnrolldate(java.util.Date enrolldate)
    {
        this.enrolldate = enrolldate;
    }

    /**
     * Return the value of the REMARK column.
     * @return java.lang.String
     */
    public java.lang.String getRemark()
    {
        return this.remark;
    }

    /**
     * Set the value of the REMARK column.
     * @param remark
     */
    public void setRemark(java.lang.String remark)
    {
        this.remark = remark;
    }

    /**
     * Return the value of the IP_ADDR column.
     * @return java.lang.String
     */
    public java.lang.String getIpAddr()
    {
        return this.ipAddr;
    }

    /**
     * Set the value of the IP_ADDR column.
     * @param ipAddr
     */
    public void setIpAddr(java.lang.String ipAddr)
    {
        this.ipAddr = ipAddr;
    }

    /**
     * Return the value of the DELSIGN column.
     * @return java.lang.String
     */
    public java.lang.String getDelsign()
    {
        return this.delsign;
    }

    /**
     * Set the value of the DELSIGN column.
     * @param delsign
     */
    public void setDelsign(java.lang.String delsign)
    {
        this.delsign = delsign;
    }

    /**
     * Implementation of the equals comparison on the basis of equality of the primary key values.
     * @param rhs
     * @return boolean
     */
    public boolean equals(Object rhs)
    {
        if (rhs == null)
            return false;
        if (! (rhs instanceof GesoftTb1))
            return false;
        GesoftTb1 that = (GesoftTb1) rhs;
        if (this.getNo() == null || that.getNo() == null)
            return false;
        return (this.getNo().equals(that.getNo()));
    }

    /**
     * Implementation of the hashCode method conforming to the Bloch pattern with
     * the exception of array properties (these are very unlikely primary key types).
     * @return int
     */
    public int hashCode()
    {
        if (this.hashValue == 0)
        {
            int result = 17;
            int noValue = this.getNo() == null ? 0 : this.getNo().hashCode();
            result = result * 37 + noValue;
            this.hashValue = result;
        }
        return this.hashValue;
    }
}

⌨️ 快捷键说明

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