grgw_wdcj_java/wsdjc/.svn/pristine/a6/a665c1c6b3aa34c1692f915b397...

119 lines
2.3 KiB
Plaintext

package com.surfbird.business.bean;
public class HeatAnalyze {
private String code;
private String caveat;
private String datatime;
private String sim;
private String view001;
private String view002;
private String view003;
private String view004;
private String view005;
private String view006;
private String view007;
private String view008;
private String view009;
private String view010;
private String view011;
private String view012;
public String getCode() {
return code;
}
public void setCode(String code) {
this.code = code;
}
public String getCaveat() {
return caveat;
}
public void setCaveat(String caveat) {
this.caveat = caveat;
}
public String getDatatime() {
return datatime;
}
public void setDatatime(String datatime) {
this.datatime = datatime;
}
public String getSim() {
return sim;
}
public void setSim(String sim) {
this.sim = sim;
}
public String getView001() {
return view001;
}
public void setView001(String view001) {
this.view001 = view001;
}
public String getView002() {
return view002;
}
public void setView002(String view002) {
this.view002 = view002;
}
public String getView004() {
return view004;
}
public void setView004(String view004) {
this.view004 = view004;
}
public String getView005() {
return view005;
}
public void setView005(String view005) {
this.view005 = view005;
}
public String getView006() {
return view006;
}
public void setView006(String view006) {
this.view006 = view006;
}
public String getView007() {
return view007;
}
public void setView007(String view007) {
this.view007 = view007;
}
public String getView008() {
return view008;
}
public void setView008(String view008) {
this.view008 = view008;
}
public String getView009() {
return view009;
}
public void setView009(String view009) {
this.view009 = view009;
}
public String getView010() {
return view010;
}
public void setView010(String view010) {
this.view010 = view010;
}
public String getView011() {
return view011;
}
public void setView011(String view011) {
this.view011 = view011;
}
public String getView012() {
return view012;
}
public void setView012(String view012) {
this.view012 = view012;
}
public String getView003() {
return view003;
}
public void setView003(String view003) {
this.view003 = view003;
}
}