A_AFT001.java 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337
  1. /**
  2. * 系统服务
  3. */
  4. package com.miniframe.generate.comm.system;
  5. import com.miniframe.core.BaseMapModel;
  6. import java.io.Serializable;
  7. /**
  8. * 后处理消息操作消息发送
  9. */
  10. public class A_AFT001 extends BaseMapModel implements Serializable {
  11. private static final long serialVersionUID = -1463838678425832212L;
  12. String pid;//项目ID
  13. /**
  14. *项目ID
  15. */
  16. public void setPid(String pid) {
  17. this.pid=pid;
  18. }
  19. /**
  20. *项目ID
  21. */
  22. public String getPid() {
  23. return this.pid;
  24. }
  25. String solverConfigId;//求解配置Id
  26. /**
  27. *求解配置Id
  28. */
  29. public void setSolverConfigId(String solverConfigId) {
  30. this.solverConfigId=solverConfigId;
  31. }
  32. /**
  33. *求解配置Id
  34. */
  35. public String getSolverConfigId() {
  36. return this.solverConfigId;
  37. }
  38. String action;//操作
  39. /**
  40. *操作
  41. */
  42. public void setAction(String action) {
  43. this.action=action;
  44. }
  45. /**
  46. *操作
  47. */
  48. public String getAction() {
  49. return this.action;
  50. }
  51. String paramJson;//操作参数
  52. /**
  53. *操作参数
  54. */
  55. public void setParamJson(String paramJson) {
  56. this.paramJson=paramJson;
  57. }
  58. /**
  59. *操作参数
  60. */
  61. public String getParamJson() {
  62. return this.paramJson;
  63. }
  64. String step;//步数
  65. /**
  66. *步数
  67. */
  68. public void setStep(String step) {
  69. this.step=step;
  70. }
  71. /**
  72. *步数
  73. */
  74. public String getStep() {
  75. return this.step;
  76. }
  77. String scalarName;//标量
  78. /**
  79. *标量
  80. */
  81. public void setScalarName(String scalarName) {
  82. this.scalarName=scalarName;
  83. }
  84. /**
  85. *标量
  86. */
  87. public String getScalarName() {
  88. return this.scalarName;
  89. }
  90. String level;//色条数量
  91. /**
  92. *色条数量
  93. */
  94. public void setLevel(String level) {
  95. this.level=level;
  96. }
  97. /**
  98. *色条数量
  99. */
  100. public String getLevel() {
  101. return this.level;
  102. }
  103. String range0;//最小值
  104. /**
  105. *最小值
  106. */
  107. public void setRange0(String range0) {
  108. this.range0=range0;
  109. }
  110. /**
  111. *最小值
  112. */
  113. public String getRange0() {
  114. return this.range0;
  115. }
  116. String range1;//最大值
  117. /**
  118. *最大值
  119. */
  120. public void setRange1(String range1) {
  121. this.range1=range1;
  122. }
  123. /**
  124. *最大值
  125. */
  126. public String getRange1() {
  127. return this.range1;
  128. }
  129. String isVolume;//物面流场1物面2流场
  130. /**
  131. *物面流场1物面2流场
  132. */
  133. public void setIsVolume(String isVolume) {
  134. this.isVolume=isVolume;
  135. }
  136. /**
  137. *物面流场1物面2流场
  138. */
  139. public String getIsVolume() {
  140. return this.isVolume;
  141. }
  142. String scaleFactor;//缩放因子
  143. /**
  144. *缩放因子
  145. */
  146. public void setScaleFactor(String scaleFactor) {
  147. this.scaleFactor=scaleFactor;
  148. }
  149. /**
  150. *缩放因子
  151. */
  152. public String getScaleFactor() {
  153. return this.scaleFactor;
  154. }
  155. String dataU;//u
  156. /**
  157. *u
  158. */
  159. public void setDataU(String dataU) {
  160. this.dataU=dataU;
  161. }
  162. /**
  163. *u
  164. */
  165. public String getDataU() {
  166. return this.dataU;
  167. }
  168. String dataV;//v
  169. /**
  170. *v
  171. */
  172. public void setDataV(String dataV) {
  173. this.dataV=dataV;
  174. }
  175. /**
  176. *v
  177. */
  178. public String getDataV() {
  179. return this.dataV;
  180. }
  181. String dataW;//w
  182. /**
  183. *w
  184. */
  185. public void setDataW(String dataW) {
  186. this.dataW=dataW;
  187. }
  188. /**
  189. *w
  190. */
  191. public String getDataW() {
  192. return this.dataW;
  193. }
  194. String r;//r
  195. /**
  196. *r
  197. */
  198. public void setR(String r) {
  199. this.r=r;
  200. }
  201. /**
  202. *r
  203. */
  204. public String getR() {
  205. return this.r;
  206. }
  207. String g;//g
  208. /**
  209. *g
  210. */
  211. public void setG(String g) {
  212. this.g=g;
  213. }
  214. /**
  215. *g
  216. */
  217. public String getG() {
  218. return this.g;
  219. }
  220. String b;//b
  221. /**
  222. *b
  223. */
  224. public void setB(String b) {
  225. this.b=b;
  226. }
  227. /**
  228. *b
  229. */
  230. public String getB() {
  231. return this.b;
  232. }
  233. String showHideState;//显示1隐藏0
  234. /**
  235. *显示1隐藏0
  236. */
  237. public void setShowHideState(String showHideState) {
  238. this.showHideState=showHideState;
  239. }
  240. /**
  241. *显示1隐藏0
  242. */
  243. public String getShowHideState() {
  244. return this.showHideState;
  245. }
  246. String transparency;//transparency
  247. /**
  248. *transparency
  249. */
  250. public void setTransparency(String transparency) {
  251. this.transparency=transparency;
  252. }
  253. /**
  254. *transparency
  255. */
  256. public String getTransparency() {
  257. return this.transparency;
  258. }
  259. String index;//切片添加删除ID
  260. /**
  261. *切片添加删除ID
  262. */
  263. public void setIndex(String index) {
  264. this.index=index;
  265. }
  266. /**
  267. *切片添加删除ID
  268. */
  269. public String getIndex() {
  270. return this.index;
  271. }
  272. String x;//x
  273. /**
  274. *x
  275. */
  276. public void setX(String x) {
  277. this.x=x;
  278. }
  279. /**
  280. *x
  281. */
  282. public String getX() {
  283. return this.x;
  284. }
  285. String y;//y
  286. /**
  287. *y
  288. */
  289. public void setY(String y) {
  290. this.y=y;
  291. }
  292. /**
  293. *y
  294. */
  295. public String getY() {
  296. return this.y;
  297. }
  298. String z;//z
  299. /**
  300. *z
  301. */
  302. public void setZ(String z) {
  303. this.z=z;
  304. }
  305. /**
  306. *z
  307. */
  308. public String getZ() {
  309. return this.z;
  310. }
  311. String animationType;//动画渲染类型
  312. /**
  313. *动画渲染类型
  314. */
  315. public void setAnimationType(String animationType) {
  316. this.animationType=animationType;
  317. }
  318. /**
  319. *动画渲染类型
  320. */
  321. public String getAnimationType() {
  322. return this.animationType;
  323. }
  324. String hideZones;//隐藏的zone
  325. /**
  326. *隐藏的zone
  327. */
  328. public void setHideZones(String hideZones) {
  329. this.hideZones=hideZones;
  330. }
  331. /**
  332. *隐藏的zone
  333. */
  334. public String getHideZones() {
  335. return this.hideZones;
  336. }
  337. }