forum4.java

来自「反ajax原代码」· Java 代码 · 共 38 行

JAVA
38
字号
// 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:   Forum4.java

package com.laoer.bbscs.bean;

import java.io.Serializable;

// Referenced classes of package com.laoer.bbscs.bean:
//            Forum

public class Forum4 extends Forum
    implements Serializable
{

    public Forum4(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)
    {
        super(id1, id2, boardID, boardName, reNum, face, userID, userName, title, detail, sign, artSize, emailInform, msgInform, click, postTime, lastTime, ipAddress, vtime, isNew, nickName, elite, eliteID, agree, beAgainst, canNotDel, delSign, delUserID, delUserName, delTime, delIP, canNotRe, amend, doEliteName, doEliteTime, havePic, picName, lastPostUserName, lastPostTitle, isTop, isB, isLock, lastPostNickName, auditing, isVote, canReadExp);
    }

    public Forum4()
    {
    }

    public Forum4(long id1, long id2)
    {
        super(id1, id2);
    }
}

⌨️ 快捷键说明

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