package com.fgkj.dto;
|
|
import java.io.Serializable;
|
import java.util.Date;
|
|
import com.fgkj.dao.BaseDAO;
|
import com.fgkj.dao.CallBack;
|
|
public class Bts_station_event implements Serializable{
|
private int num;
|
private int station_id;
|
private String stationName;
|
private String stationName1;
|
private String stationName2;
|
private String stationName5;
|
private int dev_id;
|
private Date record_datetime;
|
private int station_event_type;
|
private int station_event_trig;
|
private String note;
|
|
public Date record_datetime_end;
|
public int station_event_type_poff; //基站停电
|
public int station_event_type_xuhang; //基站续航
|
public int station_event_type_fadian; //基站发电
|
public int station_event_type_dooropen; //基站开门
|
public int station_event_type_diaozhan; //基站掉站
|
public int station_event_type_tempup; //基站温度上限
|
public int station_event_type_templow; //基站温度下限
|
public int station_event_type_dampup; //基站湿度上限
|
public int station_event_type_damplow; //基站湿度下限
|
|
public Page page;
|
|
public int getNum() {
|
return num;
|
}
|
public void setNum(int num) {
|
this.num = num;
|
}
|
public int getStation_id() {
|
return station_id;
|
}
|
public void setStation_id(int station_id) {
|
this.station_id = station_id;
|
}
|
public int getDev_id() {
|
return dev_id;
|
}
|
public void setDev_id(int dev_id) {
|
this.dev_id = dev_id;
|
}
|
public Date getRecord_datetime() {
|
return record_datetime;
|
}
|
public void setRecord_datetime(Date record_datetime) {
|
this.record_datetime = record_datetime;
|
}
|
public int getStation_event_type() {
|
return station_event_type;
|
}
|
public void setStation_event_type(int station_event_type) {
|
this.station_event_type = station_event_type;
|
}
|
public int getStation_event_trig() {
|
return station_event_trig;
|
}
|
public void setStation_event_trig(int station_event_trig) {
|
this.station_event_trig = station_event_trig;
|
}
|
public String getNote() {
|
return note;
|
}
|
public void setNote(String note) {
|
this.note = note;
|
}
|
|
public Date getRecord_datetime_end() {
|
return record_datetime_end;
|
}
|
public void setRecord_datetime_end(Date record_datetime_end) {
|
this.record_datetime_end = record_datetime_end;
|
}
|
public int getStation_event_type_poff() {
|
return station_event_type_poff;
|
}
|
public void setStation_event_type_poff(int station_event_type_poff) {
|
this.station_event_type_poff = station_event_type_poff;
|
}
|
public int getStation_event_type_xuhang() {
|
return station_event_type_xuhang;
|
}
|
public void setStation_event_type_xuhang(int station_event_type_xuhang) {
|
this.station_event_type_xuhang = station_event_type_xuhang;
|
}
|
public int getStation_event_type_fadian() {
|
return station_event_type_fadian;
|
}
|
public void setStation_event_type_fadian(int station_event_type_fadian) {
|
this.station_event_type_fadian = station_event_type_fadian;
|
}
|
public int getStation_event_type_dooropen() {
|
return station_event_type_dooropen;
|
}
|
public void setStation_event_type_dooropen(int station_event_type_dooropen) {
|
this.station_event_type_dooropen = station_event_type_dooropen;
|
}
|
public int getStation_event_type_diaozhan() {
|
return station_event_type_diaozhan;
|
}
|
public void setStation_event_type_diaozhan(int station_event_type_diaozhan) {
|
this.station_event_type_diaozhan = station_event_type_diaozhan;
|
}
|
public int getStation_event_type_tempup() {
|
return station_event_type_tempup;
|
}
|
public void setStation_event_type_tempup(int station_event_type_tempup) {
|
this.station_event_type_tempup = station_event_type_tempup;
|
}
|
public int getStation_event_type_templow() {
|
return station_event_type_templow;
|
}
|
public void setStation_event_type_templow(int station_event_type_templow) {
|
this.station_event_type_templow = station_event_type_templow;
|
}
|
public int getStation_event_type_dampup() {
|
return station_event_type_dampup;
|
}
|
public void setStation_event_type_dampup(int station_event_type_dampup) {
|
this.station_event_type_dampup = station_event_type_dampup;
|
}
|
public int getStation_event_type_damplow() {
|
return station_event_type_damplow;
|
}
|
public void setStation_event_type_damplow(int station_event_type_damplow) {
|
this.station_event_type_damplow = station_event_type_damplow;
|
}
|
public String getStationName() {
|
return stationName;
|
}
|
public void setStationName(String stationName) {
|
this.stationName = stationName;
|
}
|
public Page getPage() {
|
return page;
|
}
|
public void setPage(Page page) {
|
this.page = page;
|
}
|
public String getStationName1() {
|
return stationName1;
|
}
|
public void setStationName1(String stationName1) {
|
this.stationName1 = stationName1;
|
}
|
public String getStationName2() {
|
return stationName2;
|
}
|
public void setStationName2(String stationName2) {
|
this.stationName2 = stationName2;
|
}
|
public String getStationName5() {
|
return stationName5;
|
}
|
public void setStationName5(String stationName5) {
|
this.stationName5 = stationName5;
|
}
|
@Override
|
public String toString() {
|
return "Bts_station_event [num=" + num + ", station_id=" + station_id
|
+ ", stationName=" + stationName + ", stationName1="
|
+ stationName1 + ", stationName2=" + stationName2
|
+ ", stationName5=" + stationName5 + ", dev_id=" + dev_id
|
+ ", record_datetime=" + record_datetime
|
+ ", station_event_type=" + station_event_type
|
+ ", station_event_trig=" + station_event_trig + ", note="
|
+ note + ", record_datetime_end=" + record_datetime_end
|
+ ", station_event_type_poff=" + station_event_type_poff
|
+ ", station_event_type_xuhang=" + station_event_type_xuhang
|
+ ", station_event_type_fadian=" + station_event_type_fadian
|
+ ", station_event_type_dooropen="
|
+ station_event_type_dooropen
|
+ ", station_event_type_diaozhan="
|
+ station_event_type_diaozhan + ", station_event_type_tempup="
|
+ station_event_type_tempup + ", station_event_type_templow="
|
+ station_event_type_templow + ", station_event_type_dampup="
|
+ station_event_type_dampup + ", station_event_type_damplow="
|
+ station_event_type_damplow + ", page=" + page + "]";
|
}
|
|
|
|
|
|
|
}
|