?? forum19.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: Forum19.java
package com.laoer.bbscs.bean;
import java.io.Serializable;
// Referenced classes of package com.laoer.bbscs.bean:
// Forum
public class Forum19 extends Forum
implements Serializable
{
public Forum19(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 Forum19()
{
}
public Forum19(long id1, long id2)
{
super(id1, id2);
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -