getarticlebyid.java

来自「JAVAME Core technology and best practice」· Java 代码 · 共 26 行

JAVA
26
字号
// 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 + =
减小字号Ctrl + -
显示快捷键?