|
@@ -0,0 +1,609 @@
|
|
|
+package com.gyee.sampleimpala.model.custom;
|
|
|
+
|
|
|
+
|
|
|
+import java.io.Serializable;
|
|
|
+import java.math.BigDecimal;
|
|
|
+
|
|
|
+public class WindTurbineTestingPointAi2 implements Serializable {
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database column WINDTURBINETESTINGPOINTAI2.ID
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ private String id;
|
|
|
+
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database column WINDTURBINETESTINGPOINTAI2.CODE
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ private String code;
|
|
|
+
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database column WINDTURBINETESTINGPOINTAI2.NAME
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ private String name;
|
|
|
+
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database column WINDTURBINETESTINGPOINTAI2.MODEL
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ private String model;
|
|
|
+
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database column WINDTURBINETESTINGPOINTAI2.VALUEUNIT
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ private String valueunit;
|
|
|
+
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database column WINDTURBINETESTINGPOINTAI2.ENGLISHNAME
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ private String englishname;
|
|
|
+
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database column WINDTURBINETESTINGPOINTAI2.TYPEID
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ private String typeid;
|
|
|
+
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database column WINDTURBINETESTINGPOINTAI2.MODELID
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ private String modelid;
|
|
|
+
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database column WINDTURBINETESTINGPOINTAI2.MAXVAL
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ private BigDecimal maxval;
|
|
|
+
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database column WINDTURBINETESTINGPOINTAI2.MINVAL
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ private BigDecimal minval;
|
|
|
+
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database column WINDTURBINETESTINGPOINTAI2.REASONABLEMAXVAL
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ private BigDecimal reasonablemaxval;
|
|
|
+
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database column WINDTURBINETESTINGPOINTAI2.REASONABLEMINVAL
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ private BigDecimal reasonableminval;
|
|
|
+
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database column WINDTURBINETESTINGPOINTAI2.WINDTURBINEID
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ private String windturbineid;
|
|
|
+
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database column WINDTURBINETESTINGPOINTAI2.UNIFORMCODE
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ private String uniformcode;
|
|
|
+
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database column WINDTURBINETESTINGPOINTAI2.SHORTID
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ private String shortid;
|
|
|
+
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database column WINDTURBINETESTINGPOINTAI2.LONGID
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ private String longid;
|
|
|
+
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database column WINDTURBINETESTINGPOINTAI2.WINDPOWERSTATIONID
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ private String windpowerstationid;
|
|
|
+
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database column WINDTURBINETESTINGPOINTAI2.REALTIMEID
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ private String realtimeid;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database table WINDTURBINETESTINGPOINTAI2
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ private static final long serialVersionUID = 1L;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method returns the value of the database column WINDTURBINETESTINGPOINTAI2.ID
|
|
|
+ *
|
|
|
+ * @return the value of WINDTURBINETESTINGPOINTAI2.ID
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ public String getId() {
|
|
|
+ return id;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method sets the value of the database column WINDTURBINETESTINGPOINTAI2.ID
|
|
|
+ *
|
|
|
+ * @param id the value for WINDTURBINETESTINGPOINTAI2.ID
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ public void setId(String id) {
|
|
|
+ this.id = id == null ? null : id.trim();
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method returns the value of the database column WINDTURBINETESTINGPOINTAI2.CODE
|
|
|
+ *
|
|
|
+ * @return the value of WINDTURBINETESTINGPOINTAI2.CODE
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ public String getCode() {
|
|
|
+ return code;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method sets the value of the database column WINDTURBINETESTINGPOINTAI2.CODE
|
|
|
+ *
|
|
|
+ * @param code the value for WINDTURBINETESTINGPOINTAI2.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 WINDTURBINETESTINGPOINTAI2.NAME
|
|
|
+ *
|
|
|
+ * @return the value of WINDTURBINETESTINGPOINTAI2.NAME
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ public String getName() {
|
|
|
+ return name;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method sets the value of the database column WINDTURBINETESTINGPOINTAI2.NAME
|
|
|
+ *
|
|
|
+ * @param name the value for WINDTURBINETESTINGPOINTAI2.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 WINDTURBINETESTINGPOINTAI2.MODEL
|
|
|
+ *
|
|
|
+ * @return the value of WINDTURBINETESTINGPOINTAI2.MODEL
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ public String getModel() {
|
|
|
+ return model;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method sets the value of the database column WINDTURBINETESTINGPOINTAI2.MODEL
|
|
|
+ *
|
|
|
+ * @param model the value for WINDTURBINETESTINGPOINTAI2.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 WINDTURBINETESTINGPOINTAI2.VALUEUNIT
|
|
|
+ *
|
|
|
+ * @return the value of WINDTURBINETESTINGPOINTAI2.VALUEUNIT
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ public String getValueunit() {
|
|
|
+ return valueunit;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method sets the value of the database column WINDTURBINETESTINGPOINTAI2.VALUEUNIT
|
|
|
+ *
|
|
|
+ * @param valueunit the value for WINDTURBINETESTINGPOINTAI2.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 WINDTURBINETESTINGPOINTAI2.ENGLISHNAME
|
|
|
+ *
|
|
|
+ * @return the value of WINDTURBINETESTINGPOINTAI2.ENGLISHNAME
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ public String getEnglishname() {
|
|
|
+ return englishname;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method sets the value of the database column WINDTURBINETESTINGPOINTAI2.ENGLISHNAME
|
|
|
+ *
|
|
|
+ * @param englishname the value for WINDTURBINETESTINGPOINTAI2.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 WINDTURBINETESTINGPOINTAI2.TYPEID
|
|
|
+ *
|
|
|
+ * @return the value of WINDTURBINETESTINGPOINTAI2.TYPEID
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ public String getTypeid() {
|
|
|
+ return typeid;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method sets the value of the database column WINDTURBINETESTINGPOINTAI2.TYPEID
|
|
|
+ *
|
|
|
+ * @param typeid the value for WINDTURBINETESTINGPOINTAI2.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 WINDTURBINETESTINGPOINTAI2.MODELID
|
|
|
+ *
|
|
|
+ * @return the value of WINDTURBINETESTINGPOINTAI2.MODELID
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ public String getModelid() {
|
|
|
+ return modelid;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method sets the value of the database column WINDTURBINETESTINGPOINTAI2.MODELID
|
|
|
+ *
|
|
|
+ * @param modelid the value for WINDTURBINETESTINGPOINTAI2.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 WINDTURBINETESTINGPOINTAI2.MAXVAL
|
|
|
+ *
|
|
|
+ * @return the value of WINDTURBINETESTINGPOINTAI2.MAXVAL
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ public BigDecimal getMaxval() {
|
|
|
+ return maxval;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method sets the value of the database column WINDTURBINETESTINGPOINTAI2.MAXVAL
|
|
|
+ *
|
|
|
+ * @param maxval the value for WINDTURBINETESTINGPOINTAI2.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 WINDTURBINETESTINGPOINTAI2.MINVAL
|
|
|
+ *
|
|
|
+ * @return the value of WINDTURBINETESTINGPOINTAI2.MINVAL
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ public BigDecimal getMinval() {
|
|
|
+ return minval;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method sets the value of the database column WINDTURBINETESTINGPOINTAI2.MINVAL
|
|
|
+ *
|
|
|
+ * @param minval the value for WINDTURBINETESTINGPOINTAI2.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 WINDTURBINETESTINGPOINTAI2.REASONABLEMAXVAL
|
|
|
+ *
|
|
|
+ * @return the value of WINDTURBINETESTINGPOINTAI2.REASONABLEMAXVAL
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ public BigDecimal getReasonablemaxval() {
|
|
|
+ return reasonablemaxval;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method sets the value of the database column WINDTURBINETESTINGPOINTAI2.REASONABLEMAXVAL
|
|
|
+ *
|
|
|
+ * @param reasonablemaxval the value for WINDTURBINETESTINGPOINTAI2.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 WINDTURBINETESTINGPOINTAI2.REASONABLEMINVAL
|
|
|
+ *
|
|
|
+ * @return the value of WINDTURBINETESTINGPOINTAI2.REASONABLEMINVAL
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ public BigDecimal getReasonableminval() {
|
|
|
+ return reasonableminval;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method sets the value of the database column WINDTURBINETESTINGPOINTAI2.REASONABLEMINVAL
|
|
|
+ *
|
|
|
+ * @param reasonableminval the value for WINDTURBINETESTINGPOINTAI2.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 WINDTURBINETESTINGPOINTAI2.WINDTURBINEID
|
|
|
+ *
|
|
|
+ * @return the value of WINDTURBINETESTINGPOINTAI2.WINDTURBINEID
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ public String getWindturbineid() {
|
|
|
+ return windturbineid;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method sets the value of the database column WINDTURBINETESTINGPOINTAI2.WINDTURBINEID
|
|
|
+ *
|
|
|
+ * @param windturbineid the value for WINDTURBINETESTINGPOINTAI2.WINDTURBINEID
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ public void setWindturbineid(String windturbineid) {
|
|
|
+ this.windturbineid = windturbineid == null ? null : windturbineid.trim();
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method returns the value of the database column WINDTURBINETESTINGPOINTAI2.UNIFORMCODE
|
|
|
+ *
|
|
|
+ * @return the value of WINDTURBINETESTINGPOINTAI2.UNIFORMCODE
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ public String getUniformcode() {
|
|
|
+ return uniformcode;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method sets the value of the database column WINDTURBINETESTINGPOINTAI2.UNIFORMCODE
|
|
|
+ *
|
|
|
+ * @param uniformcode the value for WINDTURBINETESTINGPOINTAI2.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 WINDTURBINETESTINGPOINTAI2.SHORTID
|
|
|
+ *
|
|
|
+ * @return the value of WINDTURBINETESTINGPOINTAI2.SHORTID
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ public String getShortid() {
|
|
|
+ return shortid;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method sets the value of the database column WINDTURBINETESTINGPOINTAI2.SHORTID
|
|
|
+ *
|
|
|
+ * @param shortid the value for WINDTURBINETESTINGPOINTAI2.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 WINDTURBINETESTINGPOINTAI2.LONGID
|
|
|
+ *
|
|
|
+ * @return the value of WINDTURBINETESTINGPOINTAI2.LONGID
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ public String getLongid() {
|
|
|
+ return longid;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method sets the value of the database column WINDTURBINETESTINGPOINTAI2.LONGID
|
|
|
+ *
|
|
|
+ * @param longid the value for WINDTURBINETESTINGPOINTAI2.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 WINDTURBINETESTINGPOINTAI2.WINDPOWERSTATIONID
|
|
|
+ *
|
|
|
+ * @return the value of WINDTURBINETESTINGPOINTAI2.WINDPOWERSTATIONID
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ public String getWindpowerstationid() {
|
|
|
+ return windpowerstationid;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method sets the value of the database column WINDTURBINETESTINGPOINTAI2.WINDPOWERSTATIONID
|
|
|
+ *
|
|
|
+ * @param windpowerstationid the value for WINDTURBINETESTINGPOINTAI2.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 WINDTURBINETESTINGPOINTAI2.REALTIMEID
|
|
|
+ *
|
|
|
+ * @return the value of WINDTURBINETESTINGPOINTAI2.REALTIMEID
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ public String getRealtimeid() {
|
|
|
+ return realtimeid;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method sets the value of the database column WINDTURBINETESTINGPOINTAI2.REALTIMEID
|
|
|
+ *
|
|
|
+ * @param realtimeid the value for WINDTURBINETESTINGPOINTAI2.REALTIMEID
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ public void setRealtimeid(String realtimeid) {
|
|
|
+ this.realtimeid = realtimeid == null ? null : realtimeid.trim();
|
|
|
+ }
|
|
|
+}
|