|
@@ -0,0 +1,542 @@
|
|
|
+package com.gyee.cache.output;
|
|
|
+
|
|
|
+import java.io.Serializable;
|
|
|
+import java.math.BigDecimal;
|
|
|
+
|
|
|
+public class WindPowerStationTestingPoint2 implements Serializable {
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database column WINDPOWERSTATIONTESTINGPOINT2.CODE
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ private String code;
|
|
|
+
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database column WINDPOWERSTATIONTESTINGPOINT2.NAME
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ private String name;
|
|
|
+
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database column WINDPOWERSTATIONTESTINGPOINT2.MODEL
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ private String model;
|
|
|
+
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database column WINDPOWERSTATIONTESTINGPOINT2.VALUEUNIT
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ private String valueunit;
|
|
|
+
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database column WINDPOWERSTATIONTESTINGPOINT2.ENGLISHNAME
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ private String englishname;
|
|
|
+
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database column WINDPOWERSTATIONTESTINGPOINT2.TYPEID
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ private String typeid;
|
|
|
+
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database column WINDPOWERSTATIONTESTINGPOINT2.MODELID
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ private String modelid;
|
|
|
+
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database column WINDPOWERSTATIONTESTINGPOINT2.MAXVAL
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ private BigDecimal maxval;
|
|
|
+
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database column WINDPOWERSTATIONTESTINGPOINT2.MINVAL
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ private BigDecimal minval;
|
|
|
+
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database column WINDPOWERSTATIONTESTINGPOINT2.REASONABLEMAXVAL
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ private BigDecimal reasonablemaxval;
|
|
|
+
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database column WINDPOWERSTATIONTESTINGPOINT2.REASONABLEMINVAL
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ private BigDecimal reasonableminval;
|
|
|
+
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database column WINDPOWERSTATIONTESTINGPOINT2.UNIFORMCODE
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ private String uniformcode;
|
|
|
+
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database column WINDPOWERSTATIONTESTINGPOINT2.SHORTID
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ private String shortid;
|
|
|
+
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database column WINDPOWERSTATIONTESTINGPOINT2.LONGID
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ private String longid;
|
|
|
+
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database column WINDPOWERSTATIONTESTINGPOINT2.WINDPOWERSTATIONID
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ private String windpowerstationid;
|
|
|
+
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database column WINDPOWERSTATIONTESTINGPOINT2.REALTIMEID
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ private String realtimeid;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database table WINDPOWERSTATIONTESTINGPOINT2
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ private static final long serialVersionUID = 1L;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method returns the value of the database column WINDPOWERSTATIONTESTINGPOINT2.CODE
|
|
|
+ *
|
|
|
+ * @return the value of WINDPOWERSTATIONTESTINGPOINT2.CODE
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ public String getCode() {
|
|
|
+ return code;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method sets the value of the database column WINDPOWERSTATIONTESTINGPOINT2.CODE
|
|
|
+ *
|
|
|
+ * @param code the value for WINDPOWERSTATIONTESTINGPOINT2.CODE
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ public void setCode(String code) {
|
|
|
+ this.code = code == null ? null : code.trim();
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method returns the value of the database column WINDPOWERSTATIONTESTINGPOINT2.NAME
|
|
|
+ *
|
|
|
+ * @return the value of WINDPOWERSTATIONTESTINGPOINT2.NAME
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ public String getName() {
|
|
|
+ return name;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method sets the value of the database column WINDPOWERSTATIONTESTINGPOINT2.NAME
|
|
|
+ *
|
|
|
+ * @param name the value for WINDPOWERSTATIONTESTINGPOINT2.NAME
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ public void setName(String name) {
|
|
|
+ this.name = name == null ? null : name.trim();
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method returns the value of the database column WINDPOWERSTATIONTESTINGPOINT2.MODEL
|
|
|
+ *
|
|
|
+ * @return the value of WINDPOWERSTATIONTESTINGPOINT2.MODEL
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ public String getModel() {
|
|
|
+ return model;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method sets the value of the database column WINDPOWERSTATIONTESTINGPOINT2.MODEL
|
|
|
+ *
|
|
|
+ * @param model the value for WINDPOWERSTATIONTESTINGPOINT2.MODEL
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ public void setModel(String model) {
|
|
|
+ this.model = model == null ? null : model.trim();
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method returns the value of the database column WINDPOWERSTATIONTESTINGPOINT2.VALUEUNIT
|
|
|
+ *
|
|
|
+ * @return the value of WINDPOWERSTATIONTESTINGPOINT2.VALUEUNIT
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ public String getValueunit() {
|
|
|
+ return valueunit;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method sets the value of the database column WINDPOWERSTATIONTESTINGPOINT2.VALUEUNIT
|
|
|
+ *
|
|
|
+ * @param valueunit the value for WINDPOWERSTATIONTESTINGPOINT2.VALUEUNIT
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ public void setValueunit(String valueunit) {
|
|
|
+ this.valueunit = valueunit == null ? null : valueunit.trim();
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method returns the value of the database column WINDPOWERSTATIONTESTINGPOINT2.ENGLISHNAME
|
|
|
+ *
|
|
|
+ * @return the value of WINDPOWERSTATIONTESTINGPOINT2.ENGLISHNAME
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ public String getEnglishname() {
|
|
|
+ return englishname;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method sets the value of the database column WINDPOWERSTATIONTESTINGPOINT2.ENGLISHNAME
|
|
|
+ *
|
|
|
+ * @param englishname the value for WINDPOWERSTATIONTESTINGPOINT2.ENGLISHNAME
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ public void setEnglishname(String englishname) {
|
|
|
+ this.englishname = englishname == null ? null : englishname.trim();
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method returns the value of the database column WINDPOWERSTATIONTESTINGPOINT2.TYPEID
|
|
|
+ *
|
|
|
+ * @return the value of WINDPOWERSTATIONTESTINGPOINT2.TYPEID
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ public String getTypeid() {
|
|
|
+ return typeid;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method sets the value of the database column WINDPOWERSTATIONTESTINGPOINT2.TYPEID
|
|
|
+ *
|
|
|
+ * @param typeid the value for WINDPOWERSTATIONTESTINGPOINT2.TYPEID
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ public void setTypeid(String typeid) {
|
|
|
+ this.typeid = typeid == null ? null : typeid.trim();
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method returns the value of the database column WINDPOWERSTATIONTESTINGPOINT2.MODELID
|
|
|
+ *
|
|
|
+ * @return the value of WINDPOWERSTATIONTESTINGPOINT2.MODELID
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ public String getModelid() {
|
|
|
+ return modelid;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method sets the value of the database column WINDPOWERSTATIONTESTINGPOINT2.MODELID
|
|
|
+ *
|
|
|
+ * @param modelid the value for WINDPOWERSTATIONTESTINGPOINT2.MODELID
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ public void setModelid(String modelid) {
|
|
|
+ this.modelid = modelid == null ? null : modelid.trim();
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method returns the value of the database column WINDPOWERSTATIONTESTINGPOINT2.MAXVAL
|
|
|
+ *
|
|
|
+ * @return the value of WINDPOWERSTATIONTESTINGPOINT2.MAXVAL
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ public BigDecimal getMaxval() {
|
|
|
+ return maxval;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method sets the value of the database column WINDPOWERSTATIONTESTINGPOINT2.MAXVAL
|
|
|
+ *
|
|
|
+ * @param maxval the value for WINDPOWERSTATIONTESTINGPOINT2.MAXVAL
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ public void setMaxval(BigDecimal maxval) {
|
|
|
+ this.maxval = maxval;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method returns the value of the database column WINDPOWERSTATIONTESTINGPOINT2.MINVAL
|
|
|
+ *
|
|
|
+ * @return the value of WINDPOWERSTATIONTESTINGPOINT2.MINVAL
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ public BigDecimal getMinval() {
|
|
|
+ return minval;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method sets the value of the database column WINDPOWERSTATIONTESTINGPOINT2.MINVAL
|
|
|
+ *
|
|
|
+ * @param minval the value for WINDPOWERSTATIONTESTINGPOINT2.MINVAL
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ public void setMinval(BigDecimal minval) {
|
|
|
+ this.minval = minval;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method returns the value of the database column WINDPOWERSTATIONTESTINGPOINT2.REASONABLEMAXVAL
|
|
|
+ *
|
|
|
+ * @return the value of WINDPOWERSTATIONTESTINGPOINT2.REASONABLEMAXVAL
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ public BigDecimal getReasonablemaxval() {
|
|
|
+ return reasonablemaxval;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method sets the value of the database column WINDPOWERSTATIONTESTINGPOINT2.REASONABLEMAXVAL
|
|
|
+ *
|
|
|
+ * @param reasonablemaxval the value for WINDPOWERSTATIONTESTINGPOINT2.REASONABLEMAXVAL
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ public void setReasonablemaxval(BigDecimal reasonablemaxval) {
|
|
|
+ this.reasonablemaxval = reasonablemaxval;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method returns the value of the database column WINDPOWERSTATIONTESTINGPOINT2.REASONABLEMINVAL
|
|
|
+ *
|
|
|
+ * @return the value of WINDPOWERSTATIONTESTINGPOINT2.REASONABLEMINVAL
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ public BigDecimal getReasonableminval() {
|
|
|
+ return reasonableminval;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method sets the value of the database column WINDPOWERSTATIONTESTINGPOINT2.REASONABLEMINVAL
|
|
|
+ *
|
|
|
+ * @param reasonableminval the value for WINDPOWERSTATIONTESTINGPOINT2.REASONABLEMINVAL
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ public void setReasonableminval(BigDecimal reasonableminval) {
|
|
|
+ this.reasonableminval = reasonableminval;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method returns the value of the database column WINDPOWERSTATIONTESTINGPOINT2.UNIFORMCODE
|
|
|
+ *
|
|
|
+ * @return the value of WINDPOWERSTATIONTESTINGPOINT2.UNIFORMCODE
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ public String getUniformcode() {
|
|
|
+ return uniformcode;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method sets the value of the database column WINDPOWERSTATIONTESTINGPOINT2.UNIFORMCODE
|
|
|
+ *
|
|
|
+ * @param uniformcode the value for WINDPOWERSTATIONTESTINGPOINT2.UNIFORMCODE
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ public void setUniformcode(String uniformcode) {
|
|
|
+ this.uniformcode = uniformcode == null ? null : uniformcode.trim();
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method returns the value of the database column WINDPOWERSTATIONTESTINGPOINT2.SHORTID
|
|
|
+ *
|
|
|
+ * @return the value of WINDPOWERSTATIONTESTINGPOINT2.SHORTID
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ public String getShortid() {
|
|
|
+ return shortid;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method sets the value of the database column WINDPOWERSTATIONTESTINGPOINT2.SHORTID
|
|
|
+ *
|
|
|
+ * @param shortid the value for WINDPOWERSTATIONTESTINGPOINT2.SHORTID
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ public void setShortid(String shortid) {
|
|
|
+ this.shortid = shortid == null ? null : shortid.trim();
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method returns the value of the database column WINDPOWERSTATIONTESTINGPOINT2.LONGID
|
|
|
+ *
|
|
|
+ * @return the value of WINDPOWERSTATIONTESTINGPOINT2.LONGID
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ public String getLongid() {
|
|
|
+ return longid;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method sets the value of the database column WINDPOWERSTATIONTESTINGPOINT2.LONGID
|
|
|
+ *
|
|
|
+ * @param longid the value for WINDPOWERSTATIONTESTINGPOINT2.LONGID
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ public void setLongid(String longid) {
|
|
|
+ this.longid = longid == null ? null : longid.trim();
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method returns the value of the database column WINDPOWERSTATIONTESTINGPOINT2.WINDPOWERSTATIONID
|
|
|
+ *
|
|
|
+ * @return the value of WINDPOWERSTATIONTESTINGPOINT2.WINDPOWERSTATIONID
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ public String getWindpowerstationid() {
|
|
|
+ return windpowerstationid;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method sets the value of the database column WINDPOWERSTATIONTESTINGPOINT2.WINDPOWERSTATIONID
|
|
|
+ *
|
|
|
+ * @param windpowerstationid the value for WINDPOWERSTATIONTESTINGPOINT2.WINDPOWERSTATIONID
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ public void setWindpowerstationid(String windpowerstationid) {
|
|
|
+ this.windpowerstationid = windpowerstationid == null ? null : windpowerstationid.trim();
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method returns the value of the database column WINDPOWERSTATIONTESTINGPOINT2.REALTIMEID
|
|
|
+ *
|
|
|
+ * @return the value of WINDPOWERSTATIONTESTINGPOINT2.REALTIMEID
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ public String getRealtimeid() {
|
|
|
+ return realtimeid;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method sets the value of the database column WINDPOWERSTATIONTESTINGPOINT2.REALTIMEID
|
|
|
+ *
|
|
|
+ * @param realtimeid the value for WINDPOWERSTATIONTESTINGPOINT2.REALTIMEID
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ public void setRealtimeid(String realtimeid) {
|
|
|
+ this.realtimeid = realtimeid == null ? null : realtimeid.trim();
|
|
|
+ }
|
|
|
+}
|