123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609 |
- 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();
- }
- }
|