| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337 | 
							- /**
 
-  * 系统服务
 
-  */
 
- package com.miniframe.generate.comm.system;
 
- import com.miniframe.core.BaseMapModel;
 
- import java.io.Serializable;
 
- /**
 
-  * 后处理消息操作消息发送
 
-  */
 
- public class A_AFT001 extends BaseMapModel implements Serializable {
 
- 	private static final long serialVersionUID = -1463838678425832212L;
 
- 	String pid;//项目ID
 
- 	/**
 
- 	 *项目ID
 
- 	 */
 
- 	public void setPid(String pid) {
 
- 		this.pid=pid;
 
- 	}
 
- 	/**
 
- 	 *项目ID
 
- 	 */
 
- 	public String getPid() {
 
- 		return this.pid;
 
- 	}
 
- 	String solverConfigId;//求解配置Id
 
- 	/**
 
- 	 *求解配置Id
 
- 	 */
 
- 	public void setSolverConfigId(String solverConfigId) {
 
- 		this.solverConfigId=solverConfigId;
 
- 	}
 
- 	/**
 
- 	 *求解配置Id
 
- 	 */
 
- 	public String getSolverConfigId() {
 
- 		return this.solverConfigId;
 
- 	}
 
- 	String action;//操作
 
- 	/**
 
- 	 *操作
 
- 	 */
 
- 	public void setAction(String action) {
 
- 		this.action=action;
 
- 	}
 
- 	/**
 
- 	 *操作
 
- 	 */
 
- 	public String getAction() {
 
- 		return this.action;
 
- 	}
 
- 	String paramJson;//操作参数
 
- 	/**
 
- 	 *操作参数
 
- 	 */
 
- 	public void setParamJson(String paramJson) {
 
- 		this.paramJson=paramJson;
 
- 	}
 
- 	/**
 
- 	 *操作参数
 
- 	 */
 
- 	public String getParamJson() {
 
- 		return this.paramJson;
 
- 	}
 
- 	String step;//步数
 
- 	/**
 
- 	 *步数
 
- 	 */
 
- 	public void setStep(String step) {
 
- 		this.step=step;
 
- 	}
 
- 	/**
 
- 	 *步数
 
- 	 */
 
- 	public String getStep() {
 
- 		return this.step;
 
- 	}
 
- 	String scalarName;//标量
 
- 	/**
 
- 	 *标量
 
- 	 */
 
- 	public void setScalarName(String scalarName) {
 
- 		this.scalarName=scalarName;
 
- 	}
 
- 	/**
 
- 	 *标量
 
- 	 */
 
- 	public String getScalarName() {
 
- 		return this.scalarName;
 
- 	}
 
- 	String level;//色条数量
 
- 	/**
 
- 	 *色条数量
 
- 	 */
 
- 	public void setLevel(String level) {
 
- 		this.level=level;
 
- 	}
 
- 	/**
 
- 	 *色条数量
 
- 	 */
 
- 	public String getLevel() {
 
- 		return this.level;
 
- 	}
 
- 	String range0;//最小值
 
- 	/**
 
- 	 *最小值
 
- 	 */
 
- 	public void setRange0(String range0) {
 
- 		this.range0=range0;
 
- 	}
 
- 	/**
 
- 	 *最小值
 
- 	 */
 
- 	public String getRange0() {
 
- 		return this.range0;
 
- 	}
 
- 	String range1;//最大值
 
- 	/**
 
- 	 *最大值
 
- 	 */
 
- 	public void setRange1(String range1) {
 
- 		this.range1=range1;
 
- 	}
 
- 	/**
 
- 	 *最大值
 
- 	 */
 
- 	public String getRange1() {
 
- 		return this.range1;
 
- 	}
 
- 	String isVolume;//物面流场1物面2流场
 
- 	/**
 
- 	 *物面流场1物面2流场
 
- 	 */
 
- 	public void setIsVolume(String isVolume) {
 
- 		this.isVolume=isVolume;
 
- 	}
 
- 	/**
 
- 	 *物面流场1物面2流场
 
- 	 */
 
- 	public String getIsVolume() {
 
- 		return this.isVolume;
 
- 	}
 
- 	String scaleFactor;//缩放因子
 
- 	/**
 
- 	 *缩放因子
 
- 	 */
 
- 	public void setScaleFactor(String scaleFactor) {
 
- 		this.scaleFactor=scaleFactor;
 
- 	}
 
- 	/**
 
- 	 *缩放因子
 
- 	 */
 
- 	public String getScaleFactor() {
 
- 		return this.scaleFactor;
 
- 	}
 
- 	String dataU;//u
 
- 	/**
 
- 	 *u
 
- 	 */
 
- 	public void setDataU(String dataU) {
 
- 		this.dataU=dataU;
 
- 	}
 
- 	/**
 
- 	 *u
 
- 	 */
 
- 	public String getDataU() {
 
- 		return this.dataU;
 
- 	}
 
- 	String dataV;//v
 
- 	/**
 
- 	 *v
 
- 	 */
 
- 	public void setDataV(String dataV) {
 
- 		this.dataV=dataV;
 
- 	}
 
- 	/**
 
- 	 *v
 
- 	 */
 
- 	public String getDataV() {
 
- 		return this.dataV;
 
- 	}
 
- 	String dataW;//w
 
- 	/**
 
- 	 *w
 
- 	 */
 
- 	public void setDataW(String dataW) {
 
- 		this.dataW=dataW;
 
- 	}
 
- 	/**
 
- 	 *w
 
- 	 */
 
- 	public String getDataW() {
 
- 		return this.dataW;
 
- 	}
 
- 	String r;//r
 
- 	/**
 
- 	 *r
 
- 	 */
 
- 	public void setR(String r) {
 
- 		this.r=r;
 
- 	}
 
- 	/**
 
- 	 *r
 
- 	 */
 
- 	public String getR() {
 
- 		return this.r;
 
- 	}
 
- 	String g;//g
 
- 	/**
 
- 	 *g
 
- 	 */
 
- 	public void setG(String g) {
 
- 		this.g=g;
 
- 	}
 
- 	/**
 
- 	 *g
 
- 	 */
 
- 	public String getG() {
 
- 		return this.g;
 
- 	}
 
- 	String b;//b
 
- 	/**
 
- 	 *b
 
- 	 */
 
- 	public void setB(String b) {
 
- 		this.b=b;
 
- 	}
 
- 	/**
 
- 	 *b
 
- 	 */
 
- 	public String getB() {
 
- 		return this.b;
 
- 	}
 
- 	String showHideState;//显示1隐藏0
 
- 	/**
 
- 	 *显示1隐藏0
 
- 	 */
 
- 	public void setShowHideState(String showHideState) {
 
- 		this.showHideState=showHideState;
 
- 	}
 
- 	/**
 
- 	 *显示1隐藏0
 
- 	 */
 
- 	public String getShowHideState() {
 
- 		return this.showHideState;
 
- 	}
 
- 	String transparency;//transparency
 
- 	/**
 
- 	 *transparency
 
- 	 */
 
- 	public void setTransparency(String transparency) {
 
- 		this.transparency=transparency;
 
- 	}
 
- 	/**
 
- 	 *transparency
 
- 	 */
 
- 	public String getTransparency() {
 
- 		return this.transparency;
 
- 	}
 
- 	String index;//切片添加删除ID
 
- 	/**
 
- 	 *切片添加删除ID
 
- 	 */
 
- 	public void setIndex(String index) {
 
- 		this.index=index;
 
- 	}
 
- 	/**
 
- 	 *切片添加删除ID
 
- 	 */
 
- 	public String getIndex() {
 
- 		return this.index;
 
- 	}
 
- 	String x;//x
 
- 	/**
 
- 	 *x
 
- 	 */
 
- 	public void setX(String x) {
 
- 		this.x=x;
 
- 	}
 
- 	/**
 
- 	 *x
 
- 	 */
 
- 	public String getX() {
 
- 		return this.x;
 
- 	}
 
- 	String y;//y
 
- 	/**
 
- 	 *y
 
- 	 */
 
- 	public void setY(String y) {
 
- 		this.y=y;
 
- 	}
 
- 	/**
 
- 	 *y
 
- 	 */
 
- 	public String getY() {
 
- 		return this.y;
 
- 	}
 
- 	String z;//z
 
- 	/**
 
- 	 *z
 
- 	 */
 
- 	public void setZ(String z) {
 
- 		this.z=z;
 
- 	}
 
- 	/**
 
- 	 *z
 
- 	 */
 
- 	public String getZ() {
 
- 		return this.z;
 
- 	}
 
- 	String animationType;//动画渲染类型
 
- 	/**
 
- 	 *动画渲染类型
 
- 	 */
 
- 	public void setAnimationType(String animationType) {
 
- 		this.animationType=animationType;
 
- 	}
 
- 	/**
 
- 	 *动画渲染类型
 
- 	 */
 
- 	public String getAnimationType() {
 
- 		return this.animationType;
 
- 	}
 
- 	String hideZones;//隐藏的zone
 
- 	/**
 
- 	 *隐藏的zone
 
- 	 */
 
- 	public void setHideZones(String hideZones) {
 
- 		this.hideZones=hideZones;
 
- 	}
 
- 	/**
 
- 	 *隐藏的zone
 
- 	 */
 
- 	public String getHideZones() {
 
- 		return this.hideZones;
 
- 	}
 
- }
 
 
  |