?? gateway.java
字號:
package net.acai.forum;
/**
* Title: 清清網絡
* Description:
* Copyright: Copyright (c) 2002
* Company: www.SuperSpace.com
* @author: SuperSpace
* @version 1.0
*/
//import net.acai.database.*;
public class GateWay{
int gateWayID;
String gateWayName;
public GateWay(int gateWayID,String gateWayName){
this.gateWayID=gateWayID;
this.gateWayName=gateWayName;
}
public void setGateWayID(int gateWayID){
this.gateWayID=gateWayID;
}
public int getGateWayID(){
return this.gateWayID;
}
public String getGateWayName(){
return this.gateWayName;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -