⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mmsactiveprogramstepelement.java

📁 MM7彩信对接网关示例
💻 JAVA
字号:
/*
 * Created on 2005-2-25
 *
 * TODO To change the template for this generated file go to
 * Window - Preferences - Java - Code Style - Code Templates
 */
package com.rainbow.mms.activeprogram;

/**
 * @author Administrator
 *
 * TODO To change the template for this generated type comment go to
 * Window - Preferences - Java - Code Style - Code Templates
 */
public class MMSActiveProgramStepElement {
	private int apID;
	private int stepNo;
	private int elementID;
	private String reponseText;
	private int nextStepNo;
	
	
	public final int getApID() {
		return apID;
	}
	public final void setApID(int apID) {
		this.apID = apID;
	}
	public final int getElementID() {
		return elementID;
	}
	public final void setElementID(int elementID) {
		this.elementID = elementID;
	}
	public final int getNextStepNo() {
		return nextStepNo;
	}
	public final void setNextStepNo(int nextStepNo) {
		this.nextStepNo = nextStepNo;
	}
	public final String getReponseText() {
		return reponseText;
	}
	public final void setReponseText(String reponseText) {
		this.reponseText = reponseText;
	}
	public final int getStepNo() {
		return stepNo;
	}
	public final void setStepNo(int stepNo) {
		this.stepNo = stepNo;
	}
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -