package com.whyc.pojo;
|
|
import java.util.Date;
|
|
public class BattTestDataStop {
|
|
private Long num;
|
private Integer BattGroupId;
|
private Integer testRecordCount;
|
private Integer testType;
|
private Integer dataNew;
|
private Integer dataAvailable;
|
private Integer recordNum;
|
private Date testStarttime;
|
private Date recordTime;
|
private Integer testTimelong;
|
private Float onlineVol;
|
private Float groupVol;
|
private Float testCurr;
|
private Float testCap;
|
private Integer monNum;
|
private Float monVol;
|
private Float monTmp;
|
|
public Long getNum() {
|
return num;
|
}
|
|
public void setNum(Long num) {
|
this.num = num;
|
}
|
|
public Integer getBattGroupId() {
|
return BattGroupId;
|
}
|
|
public void setBattGroupId(Integer battGroupId) {
|
BattGroupId = battGroupId;
|
}
|
|
public Integer getTestRecordCount() {
|
return testRecordCount;
|
}
|
|
public void setTestRecordCount(Integer testRecordCount) {
|
this.testRecordCount = testRecordCount;
|
}
|
|
public Integer getTestType() {
|
return testType;
|
}
|
|
public void setTestType(Integer testType) {
|
this.testType = testType;
|
}
|
|
public Integer getDataNew() {
|
return dataNew;
|
}
|
|
public void setDataNew(Integer dataNew) {
|
this.dataNew = dataNew;
|
}
|
|
public Integer getDataAvailable() {
|
return dataAvailable;
|
}
|
|
public void setDataAvailable(Integer dataAvailable) {
|
this.dataAvailable = dataAvailable;
|
}
|
|
public Integer getRecordNum() {
|
return recordNum;
|
}
|
|
public void setRecordNum(Integer recordNum) {
|
this.recordNum = recordNum;
|
}
|
|
public Date getTestStarttime() {
|
return testStarttime;
|
}
|
|
public void setTestStarttime(Date testStarttime) {
|
this.testStarttime = testStarttime;
|
}
|
|
public Date getRecordTime() {
|
return recordTime;
|
}
|
|
public void setRecordTime(Date recordTime) {
|
this.recordTime = recordTime;
|
}
|
|
public Integer getTestTimelong() {
|
return testTimelong;
|
}
|
|
public void setTestTimelong(Integer testTimelong) {
|
this.testTimelong = testTimelong;
|
}
|
|
public Float getOnlineVol() {
|
return onlineVol;
|
}
|
|
public void setOnlineVol(Float onlineVol) {
|
this.onlineVol = onlineVol;
|
}
|
|
public Float getGroupVol() {
|
return groupVol;
|
}
|
|
public void setGroupVol(Float groupVol) {
|
this.groupVol = groupVol;
|
}
|
|
public Float getTestCurr() {
|
return testCurr;
|
}
|
|
public void setTestCurr(Float testCurr) {
|
this.testCurr = testCurr;
|
}
|
|
public Float getTestCap() {
|
return testCap;
|
}
|
|
public void setTestCap(Float testCap) {
|
this.testCap = testCap;
|
}
|
|
public Integer getMonNum() {
|
return monNum;
|
}
|
|
public void setMonNum(Integer monNum) {
|
this.monNum = monNum;
|
}
|
|
public Float getMonVol() {
|
return monVol;
|
}
|
|
public void setMonVol(Float monVol) {
|
this.monVol = monVol;
|
}
|
|
public Float getMonTmp() {
|
return monTmp;
|
}
|
|
public void setMonTmp(Float monTmp) {
|
this.monTmp = monTmp;
|
}
|
}
|