WindTurbineTestingPointAi2.java 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609
  1. package com.gyee.sampleimpala.model.custom;
  2. import java.io.Serializable;
  3. import java.math.BigDecimal;
  4. public class WindTurbineTestingPointAi2 implements Serializable {
  5. /**
  6. *
  7. * This field was generated by MyBatis Generator.
  8. * This field corresponds to the database column WINDTURBINETESTINGPOINTAI2.ID
  9. *
  10. * @mbg.generated
  11. */
  12. private String id;
  13. /**
  14. *
  15. * This field was generated by MyBatis Generator.
  16. * This field corresponds to the database column WINDTURBINETESTINGPOINTAI2.CODE
  17. *
  18. * @mbg.generated
  19. */
  20. private String code;
  21. /**
  22. *
  23. * This field was generated by MyBatis Generator.
  24. * This field corresponds to the database column WINDTURBINETESTINGPOINTAI2.NAME
  25. *
  26. * @mbg.generated
  27. */
  28. private String name;
  29. /**
  30. *
  31. * This field was generated by MyBatis Generator.
  32. * This field corresponds to the database column WINDTURBINETESTINGPOINTAI2.MODEL
  33. *
  34. * @mbg.generated
  35. */
  36. private String model;
  37. /**
  38. *
  39. * This field was generated by MyBatis Generator.
  40. * This field corresponds to the database column WINDTURBINETESTINGPOINTAI2.VALUEUNIT
  41. *
  42. * @mbg.generated
  43. */
  44. private String valueunit;
  45. /**
  46. *
  47. * This field was generated by MyBatis Generator.
  48. * This field corresponds to the database column WINDTURBINETESTINGPOINTAI2.ENGLISHNAME
  49. *
  50. * @mbg.generated
  51. */
  52. private String englishname;
  53. /**
  54. *
  55. * This field was generated by MyBatis Generator.
  56. * This field corresponds to the database column WINDTURBINETESTINGPOINTAI2.TYPEID
  57. *
  58. * @mbg.generated
  59. */
  60. private String typeid;
  61. /**
  62. *
  63. * This field was generated by MyBatis Generator.
  64. * This field corresponds to the database column WINDTURBINETESTINGPOINTAI2.MODELID
  65. *
  66. * @mbg.generated
  67. */
  68. private String modelid;
  69. /**
  70. *
  71. * This field was generated by MyBatis Generator.
  72. * This field corresponds to the database column WINDTURBINETESTINGPOINTAI2.MAXVAL
  73. *
  74. * @mbg.generated
  75. */
  76. private BigDecimal maxval;
  77. /**
  78. *
  79. * This field was generated by MyBatis Generator.
  80. * This field corresponds to the database column WINDTURBINETESTINGPOINTAI2.MINVAL
  81. *
  82. * @mbg.generated
  83. */
  84. private BigDecimal minval;
  85. /**
  86. *
  87. * This field was generated by MyBatis Generator.
  88. * This field corresponds to the database column WINDTURBINETESTINGPOINTAI2.REASONABLEMAXVAL
  89. *
  90. * @mbg.generated
  91. */
  92. private BigDecimal reasonablemaxval;
  93. /**
  94. *
  95. * This field was generated by MyBatis Generator.
  96. * This field corresponds to the database column WINDTURBINETESTINGPOINTAI2.REASONABLEMINVAL
  97. *
  98. * @mbg.generated
  99. */
  100. private BigDecimal reasonableminval;
  101. /**
  102. *
  103. * This field was generated by MyBatis Generator.
  104. * This field corresponds to the database column WINDTURBINETESTINGPOINTAI2.WINDTURBINEID
  105. *
  106. * @mbg.generated
  107. */
  108. private String windturbineid;
  109. /**
  110. *
  111. * This field was generated by MyBatis Generator.
  112. * This field corresponds to the database column WINDTURBINETESTINGPOINTAI2.UNIFORMCODE
  113. *
  114. * @mbg.generated
  115. */
  116. private String uniformcode;
  117. /**
  118. *
  119. * This field was generated by MyBatis Generator.
  120. * This field corresponds to the database column WINDTURBINETESTINGPOINTAI2.SHORTID
  121. *
  122. * @mbg.generated
  123. */
  124. private String shortid;
  125. /**
  126. *
  127. * This field was generated by MyBatis Generator.
  128. * This field corresponds to the database column WINDTURBINETESTINGPOINTAI2.LONGID
  129. *
  130. * @mbg.generated
  131. */
  132. private String longid;
  133. /**
  134. *
  135. * This field was generated by MyBatis Generator.
  136. * This field corresponds to the database column WINDTURBINETESTINGPOINTAI2.WINDPOWERSTATIONID
  137. *
  138. * @mbg.generated
  139. */
  140. private String windpowerstationid;
  141. /**
  142. *
  143. * This field was generated by MyBatis Generator.
  144. * This field corresponds to the database column WINDTURBINETESTINGPOINTAI2.REALTIMEID
  145. *
  146. * @mbg.generated
  147. */
  148. private String realtimeid;
  149. /**
  150. * This field was generated by MyBatis Generator.
  151. * This field corresponds to the database table WINDTURBINETESTINGPOINTAI2
  152. *
  153. * @mbg.generated
  154. */
  155. private static final long serialVersionUID = 1L;
  156. /**
  157. * This method was generated by MyBatis Generator.
  158. * This method returns the value of the database column WINDTURBINETESTINGPOINTAI2.ID
  159. *
  160. * @return the value of WINDTURBINETESTINGPOINTAI2.ID
  161. *
  162. * @mbg.generated
  163. */
  164. public String getId() {
  165. return id;
  166. }
  167. /**
  168. * This method was generated by MyBatis Generator.
  169. * This method sets the value of the database column WINDTURBINETESTINGPOINTAI2.ID
  170. *
  171. * @param id the value for WINDTURBINETESTINGPOINTAI2.ID
  172. *
  173. * @mbg.generated
  174. */
  175. public void setId(String id) {
  176. this.id = id == null ? null : id.trim();
  177. }
  178. /**
  179. * This method was generated by MyBatis Generator.
  180. * This method returns the value of the database column WINDTURBINETESTINGPOINTAI2.CODE
  181. *
  182. * @return the value of WINDTURBINETESTINGPOINTAI2.CODE
  183. *
  184. * @mbg.generated
  185. */
  186. public String getCode() {
  187. return code;
  188. }
  189. /**
  190. * This method was generated by MyBatis Generator.
  191. * This method sets the value of the database column WINDTURBINETESTINGPOINTAI2.CODE
  192. *
  193. * @param code the value for WINDTURBINETESTINGPOINTAI2.CODE
  194. *
  195. * @mbg.generated
  196. */
  197. public void setCode(String code) {
  198. this.code = code == null ? null : code.trim();
  199. }
  200. /**
  201. * This method was generated by MyBatis Generator.
  202. * This method returns the value of the database column WINDTURBINETESTINGPOINTAI2.NAME
  203. *
  204. * @return the value of WINDTURBINETESTINGPOINTAI2.NAME
  205. *
  206. * @mbg.generated
  207. */
  208. public String getName() {
  209. return name;
  210. }
  211. /**
  212. * This method was generated by MyBatis Generator.
  213. * This method sets the value of the database column WINDTURBINETESTINGPOINTAI2.NAME
  214. *
  215. * @param name the value for WINDTURBINETESTINGPOINTAI2.NAME
  216. *
  217. * @mbg.generated
  218. */
  219. public void setName(String name) {
  220. this.name = name == null ? null : name.trim();
  221. }
  222. /**
  223. * This method was generated by MyBatis Generator.
  224. * This method returns the value of the database column WINDTURBINETESTINGPOINTAI2.MODEL
  225. *
  226. * @return the value of WINDTURBINETESTINGPOINTAI2.MODEL
  227. *
  228. * @mbg.generated
  229. */
  230. public String getModel() {
  231. return model;
  232. }
  233. /**
  234. * This method was generated by MyBatis Generator.
  235. * This method sets the value of the database column WINDTURBINETESTINGPOINTAI2.MODEL
  236. *
  237. * @param model the value for WINDTURBINETESTINGPOINTAI2.MODEL
  238. *
  239. * @mbg.generated
  240. */
  241. public void setModel(String model) {
  242. this.model = model == null ? null : model.trim();
  243. }
  244. /**
  245. * This method was generated by MyBatis Generator.
  246. * This method returns the value of the database column WINDTURBINETESTINGPOINTAI2.VALUEUNIT
  247. *
  248. * @return the value of WINDTURBINETESTINGPOINTAI2.VALUEUNIT
  249. *
  250. * @mbg.generated
  251. */
  252. public String getValueunit() {
  253. return valueunit;
  254. }
  255. /**
  256. * This method was generated by MyBatis Generator.
  257. * This method sets the value of the database column WINDTURBINETESTINGPOINTAI2.VALUEUNIT
  258. *
  259. * @param valueunit the value for WINDTURBINETESTINGPOINTAI2.VALUEUNIT
  260. *
  261. * @mbg.generated
  262. */
  263. public void setValueunit(String valueunit) {
  264. this.valueunit = valueunit == null ? null : valueunit.trim();
  265. }
  266. /**
  267. * This method was generated by MyBatis Generator.
  268. * This method returns the value of the database column WINDTURBINETESTINGPOINTAI2.ENGLISHNAME
  269. *
  270. * @return the value of WINDTURBINETESTINGPOINTAI2.ENGLISHNAME
  271. *
  272. * @mbg.generated
  273. */
  274. public String getEnglishname() {
  275. return englishname;
  276. }
  277. /**
  278. * This method was generated by MyBatis Generator.
  279. * This method sets the value of the database column WINDTURBINETESTINGPOINTAI2.ENGLISHNAME
  280. *
  281. * @param englishname the value for WINDTURBINETESTINGPOINTAI2.ENGLISHNAME
  282. *
  283. * @mbg.generated
  284. */
  285. public void setEnglishname(String englishname) {
  286. this.englishname = englishname == null ? null : englishname.trim();
  287. }
  288. /**
  289. * This method was generated by MyBatis Generator.
  290. * This method returns the value of the database column WINDTURBINETESTINGPOINTAI2.TYPEID
  291. *
  292. * @return the value of WINDTURBINETESTINGPOINTAI2.TYPEID
  293. *
  294. * @mbg.generated
  295. */
  296. public String getTypeid() {
  297. return typeid;
  298. }
  299. /**
  300. * This method was generated by MyBatis Generator.
  301. * This method sets the value of the database column WINDTURBINETESTINGPOINTAI2.TYPEID
  302. *
  303. * @param typeid the value for WINDTURBINETESTINGPOINTAI2.TYPEID
  304. *
  305. * @mbg.generated
  306. */
  307. public void setTypeid(String typeid) {
  308. this.typeid = typeid == null ? null : typeid.trim();
  309. }
  310. /**
  311. * This method was generated by MyBatis Generator.
  312. * This method returns the value of the database column WINDTURBINETESTINGPOINTAI2.MODELID
  313. *
  314. * @return the value of WINDTURBINETESTINGPOINTAI2.MODELID
  315. *
  316. * @mbg.generated
  317. */
  318. public String getModelid() {
  319. return modelid;
  320. }
  321. /**
  322. * This method was generated by MyBatis Generator.
  323. * This method sets the value of the database column WINDTURBINETESTINGPOINTAI2.MODELID
  324. *
  325. * @param modelid the value for WINDTURBINETESTINGPOINTAI2.MODELID
  326. *
  327. * @mbg.generated
  328. */
  329. public void setModelid(String modelid) {
  330. this.modelid = modelid == null ? null : modelid.trim();
  331. }
  332. /**
  333. * This method was generated by MyBatis Generator.
  334. * This method returns the value of the database column WINDTURBINETESTINGPOINTAI2.MAXVAL
  335. *
  336. * @return the value of WINDTURBINETESTINGPOINTAI2.MAXVAL
  337. *
  338. * @mbg.generated
  339. */
  340. public BigDecimal getMaxval() {
  341. return maxval;
  342. }
  343. /**
  344. * This method was generated by MyBatis Generator.
  345. * This method sets the value of the database column WINDTURBINETESTINGPOINTAI2.MAXVAL
  346. *
  347. * @param maxval the value for WINDTURBINETESTINGPOINTAI2.MAXVAL
  348. *
  349. * @mbg.generated
  350. */
  351. public void setMaxval(BigDecimal maxval) {
  352. this.maxval = maxval;
  353. }
  354. /**
  355. * This method was generated by MyBatis Generator.
  356. * This method returns the value of the database column WINDTURBINETESTINGPOINTAI2.MINVAL
  357. *
  358. * @return the value of WINDTURBINETESTINGPOINTAI2.MINVAL
  359. *
  360. * @mbg.generated
  361. */
  362. public BigDecimal getMinval() {
  363. return minval;
  364. }
  365. /**
  366. * This method was generated by MyBatis Generator.
  367. * This method sets the value of the database column WINDTURBINETESTINGPOINTAI2.MINVAL
  368. *
  369. * @param minval the value for WINDTURBINETESTINGPOINTAI2.MINVAL
  370. *
  371. * @mbg.generated
  372. */
  373. public void setMinval(BigDecimal minval) {
  374. this.minval = minval;
  375. }
  376. /**
  377. * This method was generated by MyBatis Generator.
  378. * This method returns the value of the database column WINDTURBINETESTINGPOINTAI2.REASONABLEMAXVAL
  379. *
  380. * @return the value of WINDTURBINETESTINGPOINTAI2.REASONABLEMAXVAL
  381. *
  382. * @mbg.generated
  383. */
  384. public BigDecimal getReasonablemaxval() {
  385. return reasonablemaxval;
  386. }
  387. /**
  388. * This method was generated by MyBatis Generator.
  389. * This method sets the value of the database column WINDTURBINETESTINGPOINTAI2.REASONABLEMAXVAL
  390. *
  391. * @param reasonablemaxval the value for WINDTURBINETESTINGPOINTAI2.REASONABLEMAXVAL
  392. *
  393. * @mbg.generated
  394. */
  395. public void setReasonablemaxval(BigDecimal reasonablemaxval) {
  396. this.reasonablemaxval = reasonablemaxval;
  397. }
  398. /**
  399. * This method was generated by MyBatis Generator.
  400. * This method returns the value of the database column WINDTURBINETESTINGPOINTAI2.REASONABLEMINVAL
  401. *
  402. * @return the value of WINDTURBINETESTINGPOINTAI2.REASONABLEMINVAL
  403. *
  404. * @mbg.generated
  405. */
  406. public BigDecimal getReasonableminval() {
  407. return reasonableminval;
  408. }
  409. /**
  410. * This method was generated by MyBatis Generator.
  411. * This method sets the value of the database column WINDTURBINETESTINGPOINTAI2.REASONABLEMINVAL
  412. *
  413. * @param reasonableminval the value for WINDTURBINETESTINGPOINTAI2.REASONABLEMINVAL
  414. *
  415. * @mbg.generated
  416. */
  417. public void setReasonableminval(BigDecimal reasonableminval) {
  418. this.reasonableminval = reasonableminval;
  419. }
  420. /**
  421. * This method was generated by MyBatis Generator.
  422. * This method returns the value of the database column WINDTURBINETESTINGPOINTAI2.WINDTURBINEID
  423. *
  424. * @return the value of WINDTURBINETESTINGPOINTAI2.WINDTURBINEID
  425. *
  426. * @mbg.generated
  427. */
  428. public String getWindturbineid() {
  429. return windturbineid;
  430. }
  431. /**
  432. * This method was generated by MyBatis Generator.
  433. * This method sets the value of the database column WINDTURBINETESTINGPOINTAI2.WINDTURBINEID
  434. *
  435. * @param windturbineid the value for WINDTURBINETESTINGPOINTAI2.WINDTURBINEID
  436. *
  437. * @mbg.generated
  438. */
  439. public void setWindturbineid(String windturbineid) {
  440. this.windturbineid = windturbineid == null ? null : windturbineid.trim();
  441. }
  442. /**
  443. * This method was generated by MyBatis Generator.
  444. * This method returns the value of the database column WINDTURBINETESTINGPOINTAI2.UNIFORMCODE
  445. *
  446. * @return the value of WINDTURBINETESTINGPOINTAI2.UNIFORMCODE
  447. *
  448. * @mbg.generated
  449. */
  450. public String getUniformcode() {
  451. return uniformcode;
  452. }
  453. /**
  454. * This method was generated by MyBatis Generator.
  455. * This method sets the value of the database column WINDTURBINETESTINGPOINTAI2.UNIFORMCODE
  456. *
  457. * @param uniformcode the value for WINDTURBINETESTINGPOINTAI2.UNIFORMCODE
  458. *
  459. * @mbg.generated
  460. */
  461. public void setUniformcode(String uniformcode) {
  462. this.uniformcode = uniformcode == null ? null : uniformcode.trim();
  463. }
  464. /**
  465. * This method was generated by MyBatis Generator.
  466. * This method returns the value of the database column WINDTURBINETESTINGPOINTAI2.SHORTID
  467. *
  468. * @return the value of WINDTURBINETESTINGPOINTAI2.SHORTID
  469. *
  470. * @mbg.generated
  471. */
  472. public String getShortid() {
  473. return shortid;
  474. }
  475. /**
  476. * This method was generated by MyBatis Generator.
  477. * This method sets the value of the database column WINDTURBINETESTINGPOINTAI2.SHORTID
  478. *
  479. * @param shortid the value for WINDTURBINETESTINGPOINTAI2.SHORTID
  480. *
  481. * @mbg.generated
  482. */
  483. public void setShortid(String shortid) {
  484. this.shortid = shortid == null ? null : shortid.trim();
  485. }
  486. /**
  487. * This method was generated by MyBatis Generator.
  488. * This method returns the value of the database column WINDTURBINETESTINGPOINTAI2.LONGID
  489. *
  490. * @return the value of WINDTURBINETESTINGPOINTAI2.LONGID
  491. *
  492. * @mbg.generated
  493. */
  494. public String getLongid() {
  495. return longid;
  496. }
  497. /**
  498. * This method was generated by MyBatis Generator.
  499. * This method sets the value of the database column WINDTURBINETESTINGPOINTAI2.LONGID
  500. *
  501. * @param longid the value for WINDTURBINETESTINGPOINTAI2.LONGID
  502. *
  503. * @mbg.generated
  504. */
  505. public void setLongid(String longid) {
  506. this.longid = longid == null ? null : longid.trim();
  507. }
  508. /**
  509. * This method was generated by MyBatis Generator.
  510. * This method returns the value of the database column WINDTURBINETESTINGPOINTAI2.WINDPOWERSTATIONID
  511. *
  512. * @return the value of WINDTURBINETESTINGPOINTAI2.WINDPOWERSTATIONID
  513. *
  514. * @mbg.generated
  515. */
  516. public String getWindpowerstationid() {
  517. return windpowerstationid;
  518. }
  519. /**
  520. * This method was generated by MyBatis Generator.
  521. * This method sets the value of the database column WINDTURBINETESTINGPOINTAI2.WINDPOWERSTATIONID
  522. *
  523. * @param windpowerstationid the value for WINDTURBINETESTINGPOINTAI2.WINDPOWERSTATIONID
  524. *
  525. * @mbg.generated
  526. */
  527. public void setWindpowerstationid(String windpowerstationid) {
  528. this.windpowerstationid = windpowerstationid == null ? null : windpowerstationid.trim();
  529. }
  530. /**
  531. * This method was generated by MyBatis Generator.
  532. * This method returns the value of the database column WINDTURBINETESTINGPOINTAI2.REALTIMEID
  533. *
  534. * @return the value of WINDTURBINETESTINGPOINTAI2.REALTIMEID
  535. *
  536. * @mbg.generated
  537. */
  538. public String getRealtimeid() {
  539. return realtimeid;
  540. }
  541. /**
  542. * This method was generated by MyBatis Generator.
  543. * This method sets the value of the database column WINDTURBINETESTINGPOINTAI2.REALTIMEID
  544. *
  545. * @param realtimeid the value for WINDTURBINETESTINGPOINTAI2.REALTIMEID
  546. *
  547. * @mbg.generated
  548. */
  549. public void setRealtimeid(String realtimeid) {
  550. this.realtimeid = realtimeid == null ? null : realtimeid.trim();
  551. }
  552. }