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

📄 forum.java

📁 反ajax原代码
💻 JAVA
字号:
// Decompiled by Jad v1.5.7g. Copyright 2000 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/SiliconValley/Bridge/8617/jad.html
// Decompiler options: packimports(3) fieldsfirst ansi 
// Source File Name:   Forum.java

package com.laoer.bbscs.bean;

import java.io.Serializable;
import org.apache.commons.lang.builder.*;

public class Forum
    implements Serializable
{

    private Long id;
    private long id1;
    private long id2;
    private long boardID;
    private String boardName;
    private int reNum;
    private short face;
    private long userID;
    private String userName;
    private String title;
    private String detail;
    private String sign;
    private int artSize;
    private short emailInform;
    private short msgInform;
    private int click;
    private long postTime;
    private long lastTime;
    private String ipAddress;
    private String vtime;
    private short isNew;
    private String nickName;
    private long elite;
    private long eliteID;
    private int agree;
    private int beAgainst;
    private short canNotDel;
    private short delSign;
    private long delUserID;
    private String delUserName;
    private long delTime;
    private String delIP;
    private short canNotRe;
    private String amend;
    private String doEliteName;
    private long doEliteTime;
    private short havePic;
    private String picName;
    private String lastPostUserName;
    private String lastPostTitle;
    private short isTop;
    private short isB;
    private short isLock;
    private String lastPostNickName;
    private short auditing;
    private short isVote;
    private int canReadExp;

    public Forum(long id1, long id2, long boardID, String boardName, 
            int reNum, short face, long userID, String userName, String title, String detail, 
            String sign, int artSize, short emailInform, short msgInform, int click, long postTime, 
            long lastTime, String ipAddress, String vtime, short isNew, String nickName, long elite, long eliteID, int agree, int beAgainst, short canNotDel, short delSign, 
            long delUserID, String delUserName, long delTime, String delIP, short canNotRe, 
            String amend, String doEliteName, long doEliteTime, short havePic, String picName, String lastPostUserName, 
            String lastPostTitle, short isTop, short isB, short isLock, String lastPostNickName, short auditing, short isVote, 
            int canReadExp)
    {
        this.id1 = id1;
        this.id2 = id2;
        this.boardID = boardID;
        this.boardName = boardName;
        this.reNum = reNum;
        this.face = face;
        this.userID = userID;
        this.userName = userName;
        this.title = title;
        this.detail = detail;
        this.sign = sign;
        this.artSize = artSize;
        this.emailInform = emailInform;
        this.msgInform = msgInform;
        this.click = click;
        this.postTime = postTime;
        this.lastTime = lastTime;
        this.ipAddress = ipAddress;
        this.vtime = vtime;
        this.isNew = isNew;
        this.nickName = nickName;
        this.elite = elite;
        this.eliteID = eliteID;
        this.agree = agree;
        this.beAgainst = beAgainst;
        this.canNotDel = canNotDel;
        this.delSign = delSign;
        this.delUserID = delUserID;
        this.delUserName = delUserName;
        this.delTime = delTime;
        this.delIP = delIP;
        this.canNotRe = canNotRe;
        this.amend = amend;
        this.doEliteName = doEliteName;
        this.doEliteTime = doEliteTime;
        this.havePic = havePic;
        this.picName = picName;
        this.lastPostUserName = lastPostUserName;
        this.lastPostTitle = lastPostTitle;
        this.isTop = isTop;
        this.isB = isB;
        this.isLock = isLock;
        this.lastPostNickName = lastPostNickName;
        this.auditing = auditing;
        this.isVote = isVote;
        this.canReadExp = canReadExp;
    }

    public Forum()
    {
    }

    public Forum(long id1, long id2)
    {
        this.id1 = id1;
        this.id2 = id2;
    }

    public Long getId()
    {
        return id;
    }

    public void setId(Long id)
    {
        this.id = id;
    }

    public long getId1()
    {
        return id1;
    }

    public void setId1(long id1)
    {
        this.id1 = id1;
    }

    public long getId2()
    {
        return id2;
    }

    public void setId2(long id2)
    {
        this.id2 = id2;
    }

    public long getBoardID()
    {
        return boardID;
    }

    public void setBoardID(long boardID)
    {
        this.boardID = boardID;
    }

    public String getBoardName()
    {
        return boardName;
    }

    public void setBoardName(String boardName)
    {
        this.boardName = boardName;
    }

    public int getReNum()
    {
        return reNum;
    }

    public void setReNum(int reNum)
    {
        this.reNum = reNum;
    }

    public short getFace()
    {
        return face;
    }

    public void setFace(short face)
    {
        this.face = face;
    }

    public long getUserID()
    {
        return userID;
    }

    public void setUserID(long userID)
    {
        this.userID = userID;
    }

    public String getUserName()
    {
        return userName;
    }

    public void setUserName(String userName)
    {
        this.userName = userName;
    }

    public String getTitle()
    {
        return title;
    }

    public void setTitle(String title)
    {
        this.title = title;
    }

    public String getDetail()
    {
        return detail;
    }

    public void setDetail(String detail)
    {
        this.detail = detail;
    }

    public String getSign()
    {
        return sign;
    }

    public void setSign(String sign)
    {
        this.sign = sign;
    }

    public int getArtSize()
    {
        return artSize;
    }

    public void setArtSize(int artSize)
    {
        this.artSize = artSize;
    }

    public short getEmailInform()
    {
        return emailInform;
    }

    public void setEmailInform(short emailInform)
    {
        this.emailInform = emailInform;
    }

    public short getMsgInform()
    {
        return msgInform;
    }

    public void setMsgInform(short msgInform)
    {
        this.msgInform = msgInform;
    }

    public int getClick()
    {
        return click;
    }

    public void setClick(int click)
    {
        this.click = click;
    }

    public long getPostTime()
    {
        return postTime;
    }

    public void setPostTime(long postTime)
    {
        this.postTime = postTime;
    }

    public long getLastTime()
    {
        return lastTime;
    }

    public void setLastTime(long lastTime)
    {
        this.lastTime = lastTime;
    }

    public String getIpAddress()
    {
        return ipAddress;
    }

    public void setIpAddress(String ipAddress)
    {
        this.ipAddress = ipAddress;
    }

    public String getVtime()
    {
        return vtime;
    }

    public void setVtime(String vtime)
    {
        this.vtime = vtime;
    }

    public short getIsNew()
    {
        return isNew;
    }

    public void setIsNew(short isNew)
    {
        this.isNew = isNew;
    }

    public String getNickName()
    {
        return nickName;
    }

    public void setNickName(String nickName)
    {
        this.nickName = nickName;
    }

    public long getElite()
    {
        return elite;
    }

    public void setElite(long elite)
    {
        this.elite = elite;
    }

    public long getEliteID()
    {
        return eliteID;
    }

    public void setEliteID(long eliteID)
    {
        this.eliteID = eliteID;
    }

    public int getAgree()
    {
        return agree;
    }

    public void setAgree(int agree)
    {
        this.agree = agree;
    }

    public int getBeAgainst()
    {
        return beAgainst;
    }

    public void setBeAgainst(int beAgainst)
    {
        this.beAgainst = beAgainst;
    }

    public short getCanNotDel()
    {
        return canNotDel;
    }

    public void setCanNotDel(short canNotDel)
    {
        this.canNotDel = canNotDel;
    }

    public short getDelSign()
    {
        return delSign;
    }

    public void setDelSign(short delSign)
    {
        this.delSign = delSign;
    }

    public long getDelUserID()
    {
        return delUserID;
    }

    public void setDelUserID(long delUserID)
    {
        this.delUserID = delUserID;
    }

    public String getDelUserName()
    {
        return delUserName;
    }

    public void setDelUserName(String delUserName)
    {
        this.delUserName = delUserName;
    }

    public long getDelTime()
    {
        return delTime;
    }

    public void setDelTime(long delTime)
    {
        this.delTime = delTime;
    }

    public String getDelIP()
    {
        return delIP;
    }

    public void setDelIP(String delIP)
    {
        this.delIP = delIP;
    }

    public short getCanNotRe()
    {
        return canNotRe;
    }

    public void setCanNotRe(short canNotRe)
    {
        this.canNotRe = canNotRe;
    }

    public String getAmend()
    {
        return amend;
    }

    public void setAmend(String amend)
    {
        this.amend = amend;
    }

    public String getDoEliteName()
    {
        return doEliteName;
    }

    public void setDoEliteName(String doEliteName)
    {
        this.doEliteName = doEliteName;
    }

    public long getDoEliteTime()
    {
        return doEliteTime;
    }

    public void setDoEliteTime(long doEliteTime)
    {
        this.doEliteTime = doEliteTime;
    }

    public short getHavePic()
    {
        return havePic;
    }

    public void setHavePic(short havePic)
    {
        this.havePic = havePic;
    }

    public String getPicName()
    {
        return picName;
    }

    public void setPicName(String picName)
    {
        this.picName = picName;
    }

    public String getLastPostUserName()
    {
        return lastPostUserName;
    }

    public void setLastPostUserName(String lastPostUserName)
    {
        this.lastPostUserName = lastPostUserName;
    }

    public String getLastPostTitle()
    {
        return lastPostTitle;
    }

    public void setLastPostTitle(String lastPostTitle)
    {
        this.lastPostTitle = lastPostTitle;
    }

    public short getIsTop()
    {
        return isTop;
    }

    public void setIsTop(short isTop)
    {
        this.isTop = isTop;
    }

    public short getIsB()
    {
        return isB;
    }

    public void setIsB(short isB)
    {
        this.isB = isB;
    }

    public short getIsLock()
    {
        return isLock;
    }

    public void setIsLock(short isLock)
    {
        this.isLock = isLock;
    }

    public String getLastPostNickName()
    {
        return lastPostNickName;
    }

    public void setLastPostNickName(String lastPostNickName)
    {
        this.lastPostNickName = lastPostNickName;
    }

    public short getAuditing()
    {
        return auditing;
    }

    public void setAuditing(short auditing)
    {
        this.auditing = auditing;
    }

    public short getIsVote()
    {
        return isVote;
    }

    public void setIsVote(short isVote)
    {
        this.isVote = isVote;
    }

    public int getCanReadExp()
    {
        return canReadExp;
    }

    public void setCanReadExp(int canReadExp)
    {
        this.canReadExp = canReadExp;
    }

    public String toString()
    {
        return (new ToStringBuilder(this)).append("id", getId()).toString();
    }

    public boolean equals(Object other)
    {
        if(!(other instanceof Forum))
        {
            return false;
        } else
        {
            Forum castOther = (Forum)other;
            return (new EqualsBuilder()).append(getId(), castOther.getId()).isEquals();
        }
    }

    public int hashCode()
    {
        return (new HashCodeBuilder()).append(getId()).toHashCode();
    }
}

⌨️ 快捷键说明

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