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