|
@@ -0,0 +1,567 @@
|
|
|
|
|
+package com.jyxt.thridparty.exchange.bx.entity;
|
|
|
|
|
+
|
|
|
|
|
+import java.util.Date;
|
|
|
|
|
+import java.io.Serializable;
|
|
|
|
|
+
|
|
|
|
|
+/**
|
|
|
|
|
+ * (ToLoggerInfo)实体类
|
|
|
|
|
+ *
|
|
|
|
|
+ * @author makejava
|
|
|
|
|
+ * @since 2024-09-10 15:31:41
|
|
|
|
|
+ */
|
|
|
|
|
+public class ToLoggerInfo implements Serializable {
|
|
|
|
|
+ private static final long serialVersionUID = 305659140600002845L;
|
|
|
|
|
+
|
|
|
|
|
+ private String loggerSn;
|
|
|
|
|
+
|
|
|
|
|
+ private Integer groupId;
|
|
|
|
|
+
|
|
|
|
|
+ private String loggerName;
|
|
|
|
|
+
|
|
|
|
|
+ private Integer samplingInt;
|
|
|
|
|
+
|
|
|
|
|
+ private Integer loggerChnum;
|
|
|
|
|
+
|
|
|
|
|
+ private Integer loggerState;
|
|
|
|
|
+
|
|
|
|
|
+ private Integer choneType;
|
|
|
|
|
+
|
|
|
|
|
+ private String choneHigh;
|
|
|
|
|
+
|
|
|
|
|
+ private String choneLow;
|
|
|
|
|
+
|
|
|
|
|
+ private Integer choneDot;
|
|
|
|
|
+
|
|
|
|
|
+ private String choneUs;
|
|
|
|
|
+
|
|
|
|
|
+ private Integer chtwoType;
|
|
|
|
|
+
|
|
|
|
|
+ private String chtwoHigh;
|
|
|
|
|
+
|
|
|
|
|
+ private String chtwoLow;
|
|
|
|
|
+
|
|
|
|
|
+ private Integer chtwoDot;
|
|
|
|
|
+
|
|
|
|
|
+ private String chtwoUs;
|
|
|
|
|
+
|
|
|
|
|
+ private Integer chthrType;
|
|
|
|
|
+
|
|
|
|
|
+ private String chthrHigh;
|
|
|
|
|
+
|
|
|
|
|
+ private String chthrLow;
|
|
|
|
|
+
|
|
|
|
|
+ private Integer chthrDot;
|
|
|
|
|
+
|
|
|
|
|
+ private String chthrUs;
|
|
|
|
|
+
|
|
|
|
|
+ private Integer chfouType;
|
|
|
|
|
+
|
|
|
|
|
+ private String chfouHigh;
|
|
|
|
|
+
|
|
|
|
|
+ private String chfouLow;
|
|
|
|
|
+
|
|
|
|
|
+ private Integer chfouDot;
|
|
|
|
|
+
|
|
|
|
|
+ private String chfouUs;
|
|
|
|
|
+
|
|
|
|
|
+ private Integer limitAlarmType;
|
|
|
|
|
+
|
|
|
|
|
+ private Integer limitAlarmWorkDelay;
|
|
|
|
|
+
|
|
|
|
|
+ private Integer limitAlarmOffDelay;
|
|
|
|
|
+
|
|
|
|
|
+ private Integer disAlarmType;
|
|
|
|
|
+
|
|
|
|
|
+ private Integer disAlarmWorkDelay;
|
|
|
|
|
+
|
|
|
|
|
+ private Integer disAlarmOffDelay;
|
|
|
|
|
+
|
|
|
|
|
+ private Integer powerOffType;
|
|
|
|
|
+
|
|
|
|
|
+ private Integer maxAlarmsLimit;
|
|
|
|
|
+
|
|
|
|
|
+ private Integer closeSound;
|
|
|
|
|
+
|
|
|
|
|
+ private Integer verId;
|
|
|
|
|
+
|
|
|
|
|
+ private String ipAddr;
|
|
|
|
|
+
|
|
|
|
|
+ private Integer ipPort;
|
|
|
|
|
+
|
|
|
|
|
+ private String posLeft;
|
|
|
|
|
+
|
|
|
|
|
+ private String posTop;
|
|
|
|
|
+
|
|
|
|
|
+ private String posRight;
|
|
|
|
|
+
|
|
|
|
|
+ private String posBottom;
|
|
|
|
|
+
|
|
|
|
|
+ private Integer alarmExtendTime;
|
|
|
|
|
+
|
|
|
|
|
+ private String alarmExtendMsg;
|
|
|
|
|
+
|
|
|
|
|
+ private Date logsTime;
|
|
|
|
|
+
|
|
|
|
|
+ private String logsChone;
|
|
|
|
|
+
|
|
|
|
|
+ private String logsChtwo;
|
|
|
|
|
+
|
|
|
|
|
+ private Integer logsChthree;
|
|
|
|
|
+
|
|
|
|
|
+ private String logsChfour;
|
|
|
|
|
+
|
|
|
|
|
+ private Integer choneColor;
|
|
|
|
|
+
|
|
|
|
|
+ private Integer chtwoColor;
|
|
|
|
|
+
|
|
|
|
|
+ private Integer chthreeColor;
|
|
|
|
|
+
|
|
|
|
|
+ private Integer chfourColor;
|
|
|
|
|
+
|
|
|
|
|
+ private Integer posPageno;
|
|
|
|
|
+
|
|
|
|
|
+ private Integer lowDcAlarmType;
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ public String getLoggerSn() {
|
|
|
|
|
+ return loggerSn;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setLoggerSn(String loggerSn) {
|
|
|
|
|
+ this.loggerSn = loggerSn;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Integer getGroupId() {
|
|
|
|
|
+ return groupId;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setGroupId(Integer groupId) {
|
|
|
|
|
+ this.groupId = groupId;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public String getLoggerName() {
|
|
|
|
|
+ return loggerName;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setLoggerName(String loggerName) {
|
|
|
|
|
+ this.loggerName = loggerName;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Integer getSamplingInt() {
|
|
|
|
|
+ return samplingInt;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setSamplingInt(Integer samplingInt) {
|
|
|
|
|
+ this.samplingInt = samplingInt;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Integer getLoggerChnum() {
|
|
|
|
|
+ return loggerChnum;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setLoggerChnum(Integer loggerChnum) {
|
|
|
|
|
+ this.loggerChnum = loggerChnum;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Integer getLoggerState() {
|
|
|
|
|
+ return loggerState;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setLoggerState(Integer loggerState) {
|
|
|
|
|
+ this.loggerState = loggerState;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Integer getChoneType() {
|
|
|
|
|
+ return choneType;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setChoneType(Integer choneType) {
|
|
|
|
|
+ this.choneType = choneType;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public String getChoneHigh() {
|
|
|
|
|
+ return choneHigh;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setChoneHigh(String choneHigh) {
|
|
|
|
|
+ this.choneHigh = choneHigh;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public String getChoneLow() {
|
|
|
|
|
+ return choneLow;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setChoneLow(String choneLow) {
|
|
|
|
|
+ this.choneLow = choneLow;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Integer getChoneDot() {
|
|
|
|
|
+ return choneDot;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setChoneDot(Integer choneDot) {
|
|
|
|
|
+ this.choneDot = choneDot;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public String getChoneUs() {
|
|
|
|
|
+ return choneUs;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setChoneUs(String choneUs) {
|
|
|
|
|
+ this.choneUs = choneUs;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Integer getChtwoType() {
|
|
|
|
|
+ return chtwoType;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setChtwoType(Integer chtwoType) {
|
|
|
|
|
+ this.chtwoType = chtwoType;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public String getChtwoHigh() {
|
|
|
|
|
+ return chtwoHigh;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setChtwoHigh(String chtwoHigh) {
|
|
|
|
|
+ this.chtwoHigh = chtwoHigh;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public String getChtwoLow() {
|
|
|
|
|
+ return chtwoLow;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setChtwoLow(String chtwoLow) {
|
|
|
|
|
+ this.chtwoLow = chtwoLow;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Integer getChtwoDot() {
|
|
|
|
|
+ return chtwoDot;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setChtwoDot(Integer chtwoDot) {
|
|
|
|
|
+ this.chtwoDot = chtwoDot;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public String getChtwoUs() {
|
|
|
|
|
+ return chtwoUs;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setChtwoUs(String chtwoUs) {
|
|
|
|
|
+ this.chtwoUs = chtwoUs;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Integer getChthrType() {
|
|
|
|
|
+ return chthrType;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setChthrType(Integer chthrType) {
|
|
|
|
|
+ this.chthrType = chthrType;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public String getChthrHigh() {
|
|
|
|
|
+ return chthrHigh;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setChthrHigh(String chthrHigh) {
|
|
|
|
|
+ this.chthrHigh = chthrHigh;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public String getChthrLow() {
|
|
|
|
|
+ return chthrLow;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setChthrLow(String chthrLow) {
|
|
|
|
|
+ this.chthrLow = chthrLow;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Integer getChthrDot() {
|
|
|
|
|
+ return chthrDot;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setChthrDot(Integer chthrDot) {
|
|
|
|
|
+ this.chthrDot = chthrDot;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public String getChthrUs() {
|
|
|
|
|
+ return chthrUs;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setChthrUs(String chthrUs) {
|
|
|
|
|
+ this.chthrUs = chthrUs;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Integer getChfouType() {
|
|
|
|
|
+ return chfouType;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setChfouType(Integer chfouType) {
|
|
|
|
|
+ this.chfouType = chfouType;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public String getChfouHigh() {
|
|
|
|
|
+ return chfouHigh;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setChfouHigh(String chfouHigh) {
|
|
|
|
|
+ this.chfouHigh = chfouHigh;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public String getChfouLow() {
|
|
|
|
|
+ return chfouLow;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setChfouLow(String chfouLow) {
|
|
|
|
|
+ this.chfouLow = chfouLow;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Integer getChfouDot() {
|
|
|
|
|
+ return chfouDot;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setChfouDot(Integer chfouDot) {
|
|
|
|
|
+ this.chfouDot = chfouDot;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public String getChfouUs() {
|
|
|
|
|
+ return chfouUs;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setChfouUs(String chfouUs) {
|
|
|
|
|
+ this.chfouUs = chfouUs;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Integer getLimitAlarmType() {
|
|
|
|
|
+ return limitAlarmType;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setLimitAlarmType(Integer limitAlarmType) {
|
|
|
|
|
+ this.limitAlarmType = limitAlarmType;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Integer getLimitAlarmWorkDelay() {
|
|
|
|
|
+ return limitAlarmWorkDelay;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setLimitAlarmWorkDelay(Integer limitAlarmWorkDelay) {
|
|
|
|
|
+ this.limitAlarmWorkDelay = limitAlarmWorkDelay;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Integer getLimitAlarmOffDelay() {
|
|
|
|
|
+ return limitAlarmOffDelay;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setLimitAlarmOffDelay(Integer limitAlarmOffDelay) {
|
|
|
|
|
+ this.limitAlarmOffDelay = limitAlarmOffDelay;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Integer getDisAlarmType() {
|
|
|
|
|
+ return disAlarmType;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setDisAlarmType(Integer disAlarmType) {
|
|
|
|
|
+ this.disAlarmType = disAlarmType;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Integer getDisAlarmWorkDelay() {
|
|
|
|
|
+ return disAlarmWorkDelay;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setDisAlarmWorkDelay(Integer disAlarmWorkDelay) {
|
|
|
|
|
+ this.disAlarmWorkDelay = disAlarmWorkDelay;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Integer getDisAlarmOffDelay() {
|
|
|
|
|
+ return disAlarmOffDelay;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setDisAlarmOffDelay(Integer disAlarmOffDelay) {
|
|
|
|
|
+ this.disAlarmOffDelay = disAlarmOffDelay;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Integer getPowerOffType() {
|
|
|
|
|
+ return powerOffType;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setPowerOffType(Integer powerOffType) {
|
|
|
|
|
+ this.powerOffType = powerOffType;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Integer getMaxAlarmsLimit() {
|
|
|
|
|
+ return maxAlarmsLimit;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setMaxAlarmsLimit(Integer maxAlarmsLimit) {
|
|
|
|
|
+ this.maxAlarmsLimit = maxAlarmsLimit;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Integer getCloseSound() {
|
|
|
|
|
+ return closeSound;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setCloseSound(Integer closeSound) {
|
|
|
|
|
+ this.closeSound = closeSound;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Integer getVerId() {
|
|
|
|
|
+ return verId;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setVerId(Integer verId) {
|
|
|
|
|
+ this.verId = verId;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public String getIpAddr() {
|
|
|
|
|
+ return ipAddr;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setIpAddr(String ipAddr) {
|
|
|
|
|
+ this.ipAddr = ipAddr;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Integer getIpPort() {
|
|
|
|
|
+ return ipPort;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setIpPort(Integer ipPort) {
|
|
|
|
|
+ this.ipPort = ipPort;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public String getPosLeft() {
|
|
|
|
|
+ return posLeft;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setPosLeft(String posLeft) {
|
|
|
|
|
+ this.posLeft = posLeft;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public String getPosTop() {
|
|
|
|
|
+ return posTop;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setPosTop(String posTop) {
|
|
|
|
|
+ this.posTop = posTop;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public String getPosRight() {
|
|
|
|
|
+ return posRight;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setPosRight(String posRight) {
|
|
|
|
|
+ this.posRight = posRight;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public String getPosBottom() {
|
|
|
|
|
+ return posBottom;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setPosBottom(String posBottom) {
|
|
|
|
|
+ this.posBottom = posBottom;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Integer getAlarmExtendTime() {
|
|
|
|
|
+ return alarmExtendTime;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setAlarmExtendTime(Integer alarmExtendTime) {
|
|
|
|
|
+ this.alarmExtendTime = alarmExtendTime;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public String getAlarmExtendMsg() {
|
|
|
|
|
+ return alarmExtendMsg;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setAlarmExtendMsg(String alarmExtendMsg) {
|
|
|
|
|
+ this.alarmExtendMsg = alarmExtendMsg;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Date getLogsTime() {
|
|
|
|
|
+ return logsTime;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setLogsTime(Date logsTime) {
|
|
|
|
|
+ this.logsTime = logsTime;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public String getLogsChone() {
|
|
|
|
|
+ return logsChone;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setLogsChone(String logsChone) {
|
|
|
|
|
+ this.logsChone = logsChone;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public String getLogsChtwo() {
|
|
|
|
|
+ return logsChtwo;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setLogsChtwo(String logsChtwo) {
|
|
|
|
|
+ this.logsChtwo = logsChtwo;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Integer getLogsChthree() {
|
|
|
|
|
+ return logsChthree;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setLogsChthree(Integer logsChthree) {
|
|
|
|
|
+ this.logsChthree = logsChthree;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public String getLogsChfour() {
|
|
|
|
|
+ return logsChfour;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setLogsChfour(String logsChfour) {
|
|
|
|
|
+ this.logsChfour = logsChfour;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Integer getChoneColor() {
|
|
|
|
|
+ return choneColor;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setChoneColor(Integer choneColor) {
|
|
|
|
|
+ this.choneColor = choneColor;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Integer getChtwoColor() {
|
|
|
|
|
+ return chtwoColor;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setChtwoColor(Integer chtwoColor) {
|
|
|
|
|
+ this.chtwoColor = chtwoColor;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Integer getChthreeColor() {
|
|
|
|
|
+ return chthreeColor;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setChthreeColor(Integer chthreeColor) {
|
|
|
|
|
+ this.chthreeColor = chthreeColor;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Integer getChfourColor() {
|
|
|
|
|
+ return chfourColor;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setChfourColor(Integer chfourColor) {
|
|
|
|
|
+ this.chfourColor = chfourColor;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Integer getPosPageno() {
|
|
|
|
|
+ return posPageno;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setPosPageno(Integer posPageno) {
|
|
|
|
|
+ this.posPageno = posPageno;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Integer getLowDcAlarmType() {
|
|
|
|
|
+ return lowDcAlarmType;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setLowDcAlarmType(Integer lowDcAlarmType) {
|
|
|
|
|
+ this.lowDcAlarmType = lowDcAlarmType;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+}
|
|
|
|
|
+
|