|
@@ -35,7 +35,7 @@ public class CentereventTEventcatalogue extends BaseBusinessEntity {
|
|
|
this.address = address;
|
|
|
}
|
|
|
|
|
|
- public CentereventTEventcatalogue(String eventType, String eventTypeXl, String eventName, String eventDescription, String longitude, String latitude, String reportor, Date reportTime, String address, String alarmCode, String chnnaleCode) {
|
|
|
+ public CentereventTEventcatalogue(String eventType, String eventTypeXl, String eventName, String eventDescription, String longitude, String latitude, String reportor, Date reportTime, String address, String alarmCode, String channelCode) {
|
|
|
this.eventType = eventType;
|
|
|
this.eventTypeXl = eventTypeXl;
|
|
|
this.eventName = eventName;
|
|
@@ -46,7 +46,7 @@ public class CentereventTEventcatalogue extends BaseBusinessEntity {
|
|
|
this.reportTime = reportTime;
|
|
|
this.address = address;
|
|
|
this.alarmCode = alarmCode;
|
|
|
- this.chnnaleCode = chnnaleCode;
|
|
|
+ this.channelCode = channelCode;
|
|
|
}
|
|
|
|
|
|
public CentereventTEventcatalogue(String eventName, String eventDescription, String longitude, String latitude, String reportor, Date reportTime, String address) {
|
|
@@ -180,7 +180,7 @@ public class CentereventTEventcatalogue extends BaseBusinessEntity {
|
|
|
|
|
|
private String alarmCode;
|
|
|
|
|
|
- private String chnnaleCode;
|
|
|
+ private String channelCode;
|
|
|
|
|
|
public String getDownloadId() {
|
|
|
return downloadId;
|
|
@@ -501,12 +501,12 @@ public class CentereventTEventcatalogue extends BaseBusinessEntity {
|
|
|
this.alarmCode = alarmCode;
|
|
|
}
|
|
|
|
|
|
- public String getChnnaleCode() {
|
|
|
- return chnnaleCode;
|
|
|
+ public String getChannelCode() {
|
|
|
+ return channelCode;
|
|
|
}
|
|
|
|
|
|
- public void setChnnaleCode(String chnnaleCode) {
|
|
|
- this.chnnaleCode = chnnaleCode;
|
|
|
+ public void setChannelCode(String channelCode) {
|
|
|
+ this.channelCode = channelCode;
|
|
|
}
|
|
|
|
|
|
@Override
|