12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256 |
- package com.huimv.sj.dataobject;
- import com.huimv.xt.dataobject.BaseDO;
- import java.util.Date;
- @SuppressWarnings("serial")
- public class SjWeatherData extends BaseDO {
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_weatherdata.ID
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- private Integer id;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_weatherdata.YHID
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- private Integer yhid;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_weatherdata.IP
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- private String ip;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_weatherdata.savetime
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- private Date savetime;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_weatherdata.provCity
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- private String provcity;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_weatherdata.cityName
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- private String cityname;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_weatherdata.cityCode
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- private Integer citycode;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_weatherdata.fbTime
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- private Date fbtime;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_weatherdata.currTemp
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- private String currtemp;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_weatherdata.currWind
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- private String currwind;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_weatherdata.currWet
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- private String currwet;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_weatherdata.currAir
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- private String currair;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_weatherdata.currZwx
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- private String currzwx;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_weatherdata.firstDate
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- private String firstdate;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_weatherdata.firstTemp
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- private String firsttemp;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_weatherdata.firstWind
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- private String firstwind;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_weatherdata.firstIcon1
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- private String firsticon1;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_weatherdata.firstIcon2
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- private String firsticon2;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_weatherdata.seconDate
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- private String secondate;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_weatherdata.seconTemp
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- private String secontemp;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_weatherdata.seconWind
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- private String seconwind;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_weatherdata.seconIcon1
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- private String seconicon1;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_weatherdata.seconIcon2
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- private String seconicon2;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_weatherdata.thirdDate
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- private String thirddate;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_weatherdata.thirdTemp
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- private String thirdtemp;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_weatherdata.thirdWind
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- private String thirdwind;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_weatherdata.thirdIcon1
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- private String thirdicon1;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_weatherdata.thirdIcon2
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- private String thirdicon2;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_weatherdata.fourthDate
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- private String fourthdate;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_weatherdata.fourthTemp
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- private String fourthtemp;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_weatherdata.fourthWind
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- private String fourthwind;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_weatherdata.fourthIcon1
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- private String fourthicon1;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_weatherdata.fourthIcon2
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- private String fourthicon2;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_weatherdata.fifthDate
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- private String fifthdate;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_weatherdata.fifthTemp
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- private String fifthtemp;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_weatherdata.fifthWind
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- private String fifthwind;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_weatherdata.fifthIcon1
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- private String fifthicon1;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_weatherdata.fifthIcon2
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- private String fifthicon2;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_weatherdata.currZs
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- private String currzs;
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_weatherdata.ID
- *
- * @return the value of sj_weatherdata.ID
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public Integer getId() {
- return id;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_weatherdata.ID
- *
- * @param id the value for sj_weatherdata.ID
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public void setId(Integer id) {
- this.id = id;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_weatherdata.YHID
- *
- * @return the value of sj_weatherdata.YHID
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public Integer getYhid() {
- return yhid;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_weatherdata.YHID
- *
- * @param yhid the value for sj_weatherdata.YHID
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public void setYhid(Integer yhid) {
- this.yhid = yhid;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_weatherdata.IP
- *
- * @return the value of sj_weatherdata.IP
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public String getIp() {
- return ip;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_weatherdata.IP
- *
- * @param ip the value for sj_weatherdata.IP
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public void setIp(String ip) {
- this.ip = ip == null ? null : ip.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_weatherdata.savetime
- *
- * @return the value of sj_weatherdata.savetime
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public Date getSavetime() {
- return savetime;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_weatherdata.savetime
- *
- * @param savetime the value for sj_weatherdata.savetime
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public void setSavetime(Date savetime) {
- this.savetime = savetime;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_weatherdata.provCity
- *
- * @return the value of sj_weatherdata.provCity
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public String getProvcity() {
- return provcity;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_weatherdata.provCity
- *
- * @param provcity the value for sj_weatherdata.provCity
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public void setProvcity(String provcity) {
- this.provcity = provcity == null ? null : provcity.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_weatherdata.cityName
- *
- * @return the value of sj_weatherdata.cityName
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public String getCityname() {
- return cityname;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_weatherdata.cityName
- *
- * @param cityname the value for sj_weatherdata.cityName
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public void setCityname(String cityname) {
- this.cityname = cityname == null ? null : cityname.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_weatherdata.cityCode
- *
- * @return the value of sj_weatherdata.cityCode
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public Integer getCitycode() {
- return citycode;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_weatherdata.cityCode
- *
- * @param citycode the value for sj_weatherdata.cityCode
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public void setCitycode(Integer citycode) {
- this.citycode = citycode;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_weatherdata.fbTime
- *
- * @return the value of sj_weatherdata.fbTime
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public Date getFbtime() {
- return fbtime;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_weatherdata.fbTime
- *
- * @param fbtime the value for sj_weatherdata.fbTime
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public void setFbtime(Date fbtime) {
- this.fbtime = fbtime;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_weatherdata.currTemp
- *
- * @return the value of sj_weatherdata.currTemp
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public String getCurrtemp() {
- return currtemp;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_weatherdata.currTemp
- *
- * @param currtemp the value for sj_weatherdata.currTemp
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public void setCurrtemp(String currtemp) {
- this.currtemp = currtemp == null ? null : currtemp.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_weatherdata.currWind
- *
- * @return the value of sj_weatherdata.currWind
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public String getCurrwind() {
- return currwind;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_weatherdata.currWind
- *
- * @param currwind the value for sj_weatherdata.currWind
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public void setCurrwind(String currwind) {
- this.currwind = currwind == null ? null : currwind.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_weatherdata.currWet
- *
- * @return the value of sj_weatherdata.currWet
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public String getCurrwet() {
- return currwet;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_weatherdata.currWet
- *
- * @param currwet the value for sj_weatherdata.currWet
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public void setCurrwet(String currwet) {
- this.currwet = currwet == null ? null : currwet.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_weatherdata.currAir
- *
- * @return the value of sj_weatherdata.currAir
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public String getCurrair() {
- return currair;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_weatherdata.currAir
- *
- * @param currair the value for sj_weatherdata.currAir
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public void setCurrair(String currair) {
- this.currair = currair == null ? null : currair.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_weatherdata.currZwx
- *
- * @return the value of sj_weatherdata.currZwx
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public String getCurrzwx() {
- return currzwx;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_weatherdata.currZwx
- *
- * @param currzwx the value for sj_weatherdata.currZwx
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public void setCurrzwx(String currzwx) {
- this.currzwx = currzwx == null ? null : currzwx.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_weatherdata.firstDate
- *
- * @return the value of sj_weatherdata.firstDate
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public String getFirstdate() {
- return firstdate;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_weatherdata.firstDate
- *
- * @param firstdate the value for sj_weatherdata.firstDate
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public void setFirstdate(String firstdate) {
- this.firstdate = firstdate == null ? null : firstdate.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_weatherdata.firstTemp
- *
- * @return the value of sj_weatherdata.firstTemp
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public String getFirsttemp() {
- return firsttemp;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_weatherdata.firstTemp
- *
- * @param firsttemp the value for sj_weatherdata.firstTemp
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public void setFirsttemp(String firsttemp) {
- this.firsttemp = firsttemp == null ? null : firsttemp.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_weatherdata.firstWind
- *
- * @return the value of sj_weatherdata.firstWind
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public String getFirstwind() {
- return firstwind;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_weatherdata.firstWind
- *
- * @param firstwind the value for sj_weatherdata.firstWind
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public void setFirstwind(String firstwind) {
- this.firstwind = firstwind == null ? null : firstwind.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_weatherdata.firstIcon1
- *
- * @return the value of sj_weatherdata.firstIcon1
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public String getFirsticon1() {
- return firsticon1;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_weatherdata.firstIcon1
- *
- * @param firsticon1 the value for sj_weatherdata.firstIcon1
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public void setFirsticon1(String firsticon1) {
- this.firsticon1 = firsticon1 == null ? null : firsticon1.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_weatherdata.firstIcon2
- *
- * @return the value of sj_weatherdata.firstIcon2
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public String getFirsticon2() {
- return firsticon2;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_weatherdata.firstIcon2
- *
- * @param firsticon2 the value for sj_weatherdata.firstIcon2
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public void setFirsticon2(String firsticon2) {
- this.firsticon2 = firsticon2 == null ? null : firsticon2.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_weatherdata.seconDate
- *
- * @return the value of sj_weatherdata.seconDate
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public String getSecondate() {
- return secondate;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_weatherdata.seconDate
- *
- * @param secondate the value for sj_weatherdata.seconDate
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public void setSecondate(String secondate) {
- this.secondate = secondate == null ? null : secondate.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_weatherdata.seconTemp
- *
- * @return the value of sj_weatherdata.seconTemp
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public String getSecontemp() {
- return secontemp;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_weatherdata.seconTemp
- *
- * @param secontemp the value for sj_weatherdata.seconTemp
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public void setSecontemp(String secontemp) {
- this.secontemp = secontemp == null ? null : secontemp.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_weatherdata.seconWind
- *
- * @return the value of sj_weatherdata.seconWind
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public String getSeconwind() {
- return seconwind;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_weatherdata.seconWind
- *
- * @param seconwind the value for sj_weatherdata.seconWind
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public void setSeconwind(String seconwind) {
- this.seconwind = seconwind == null ? null : seconwind.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_weatherdata.seconIcon1
- *
- * @return the value of sj_weatherdata.seconIcon1
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public String getSeconicon1() {
- return seconicon1;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_weatherdata.seconIcon1
- *
- * @param seconicon1 the value for sj_weatherdata.seconIcon1
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public void setSeconicon1(String seconicon1) {
- this.seconicon1 = seconicon1 == null ? null : seconicon1.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_weatherdata.seconIcon2
- *
- * @return the value of sj_weatherdata.seconIcon2
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public String getSeconicon2() {
- return seconicon2;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_weatherdata.seconIcon2
- *
- * @param seconicon2 the value for sj_weatherdata.seconIcon2
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public void setSeconicon2(String seconicon2) {
- this.seconicon2 = seconicon2 == null ? null : seconicon2.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_weatherdata.thirdDate
- *
- * @return the value of sj_weatherdata.thirdDate
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public String getThirddate() {
- return thirddate;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_weatherdata.thirdDate
- *
- * @param thirddate the value for sj_weatherdata.thirdDate
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public void setThirddate(String thirddate) {
- this.thirddate = thirddate == null ? null : thirddate.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_weatherdata.thirdTemp
- *
- * @return the value of sj_weatherdata.thirdTemp
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public String getThirdtemp() {
- return thirdtemp;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_weatherdata.thirdTemp
- *
- * @param thirdtemp the value for sj_weatherdata.thirdTemp
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public void setThirdtemp(String thirdtemp) {
- this.thirdtemp = thirdtemp == null ? null : thirdtemp.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_weatherdata.thirdWind
- *
- * @return the value of sj_weatherdata.thirdWind
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public String getThirdwind() {
- return thirdwind;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_weatherdata.thirdWind
- *
- * @param thirdwind the value for sj_weatherdata.thirdWind
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public void setThirdwind(String thirdwind) {
- this.thirdwind = thirdwind == null ? null : thirdwind.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_weatherdata.thirdIcon1
- *
- * @return the value of sj_weatherdata.thirdIcon1
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public String getThirdicon1() {
- return thirdicon1;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_weatherdata.thirdIcon1
- *
- * @param thirdicon1 the value for sj_weatherdata.thirdIcon1
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public void setThirdicon1(String thirdicon1) {
- this.thirdicon1 = thirdicon1 == null ? null : thirdicon1.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_weatherdata.thirdIcon2
- *
- * @return the value of sj_weatherdata.thirdIcon2
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public String getThirdicon2() {
- return thirdicon2;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_weatherdata.thirdIcon2
- *
- * @param thirdicon2 the value for sj_weatherdata.thirdIcon2
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public void setThirdicon2(String thirdicon2) {
- this.thirdicon2 = thirdicon2 == null ? null : thirdicon2.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_weatherdata.fourthDate
- *
- * @return the value of sj_weatherdata.fourthDate
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public String getFourthdate() {
- return fourthdate;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_weatherdata.fourthDate
- *
- * @param fourthdate the value for sj_weatherdata.fourthDate
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public void setFourthdate(String fourthdate) {
- this.fourthdate = fourthdate == null ? null : fourthdate.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_weatherdata.fourthTemp
- *
- * @return the value of sj_weatherdata.fourthTemp
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public String getFourthtemp() {
- return fourthtemp;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_weatherdata.fourthTemp
- *
- * @param fourthtemp the value for sj_weatherdata.fourthTemp
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public void setFourthtemp(String fourthtemp) {
- this.fourthtemp = fourthtemp == null ? null : fourthtemp.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_weatherdata.fourthWind
- *
- * @return the value of sj_weatherdata.fourthWind
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public String getFourthwind() {
- return fourthwind;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_weatherdata.fourthWind
- *
- * @param fourthwind the value for sj_weatherdata.fourthWind
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public void setFourthwind(String fourthwind) {
- this.fourthwind = fourthwind == null ? null : fourthwind.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_weatherdata.fourthIcon1
- *
- * @return the value of sj_weatherdata.fourthIcon1
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public String getFourthicon1() {
- return fourthicon1;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_weatherdata.fourthIcon1
- *
- * @param fourthicon1 the value for sj_weatherdata.fourthIcon1
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public void setFourthicon1(String fourthicon1) {
- this.fourthicon1 = fourthicon1 == null ? null : fourthicon1.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_weatherdata.fourthIcon2
- *
- * @return the value of sj_weatherdata.fourthIcon2
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public String getFourthicon2() {
- return fourthicon2;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_weatherdata.fourthIcon2
- *
- * @param fourthicon2 the value for sj_weatherdata.fourthIcon2
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public void setFourthicon2(String fourthicon2) {
- this.fourthicon2 = fourthicon2 == null ? null : fourthicon2.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_weatherdata.fifthDate
- *
- * @return the value of sj_weatherdata.fifthDate
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public String getFifthdate() {
- return fifthdate;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_weatherdata.fifthDate
- *
- * @param fifthdate the value for sj_weatherdata.fifthDate
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public void setFifthdate(String fifthdate) {
- this.fifthdate = fifthdate == null ? null : fifthdate.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_weatherdata.fifthTemp
- *
- * @return the value of sj_weatherdata.fifthTemp
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public String getFifthtemp() {
- return fifthtemp;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_weatherdata.fifthTemp
- *
- * @param fifthtemp the value for sj_weatherdata.fifthTemp
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public void setFifthtemp(String fifthtemp) {
- this.fifthtemp = fifthtemp == null ? null : fifthtemp.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_weatherdata.fifthWind
- *
- * @return the value of sj_weatherdata.fifthWind
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public String getFifthwind() {
- return fifthwind;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_weatherdata.fifthWind
- *
- * @param fifthwind the value for sj_weatherdata.fifthWind
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public void setFifthwind(String fifthwind) {
- this.fifthwind = fifthwind == null ? null : fifthwind.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_weatherdata.fifthIcon1
- *
- * @return the value of sj_weatherdata.fifthIcon1
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public String getFifthicon1() {
- return fifthicon1;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_weatherdata.fifthIcon1
- *
- * @param fifthicon1 the value for sj_weatherdata.fifthIcon1
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public void setFifthicon1(String fifthicon1) {
- this.fifthicon1 = fifthicon1 == null ? null : fifthicon1.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_weatherdata.fifthIcon2
- *
- * @return the value of sj_weatherdata.fifthIcon2
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public String getFifthicon2() {
- return fifthicon2;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_weatherdata.fifthIcon2
- *
- * @param fifthicon2 the value for sj_weatherdata.fifthIcon2
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public void setFifthicon2(String fifthicon2) {
- this.fifthicon2 = fifthicon2 == null ? null : fifthicon2.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_weatherdata.currZs
- *
- * @return the value of sj_weatherdata.currZs
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public String getCurrzs() {
- return currzs;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_weatherdata.currZs
- *
- * @param currzs the value for sj_weatherdata.currZs
- *
- * @ibatorgenerated Thu Jan 22 15:06:33 CST 2015
- */
- public void setCurrzs(String currzs) {
- this.currzs = currzs == null ? null : currzs.trim();
- }
- }
|