?? getarticlebyid.java
字號:
// This class was generated by the JAXRPC SI, do not edit.
// Contents subject to change without notice.
// JSR-172 Reference Implementation wscompile 1.0, using: JAX-RPC Standard Implementation (1.1, build R59)
package com.j2medev.chapter10.sampleservice;
public class GetArticleByID {
protected int int_1;
public GetArticleByID() {
}
public GetArticleByID(int int_1) {
this.int_1 = int_1;
}
public int getInt_1() {
return int_1;
}
public void setInt_1(int int_1) {
this.int_1 = int_1;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -