package targets;
|
public class LocationBaseStation {
|
private int id; // 񅧏/ID
|
private String code; // ±àÂë
|
private String status; // ״̬
|
private String xCoordinate; // X ×ø±ê
|
private String yCoordinate; // Y ×ø±ê
|
private String zCoordinate; // Z ×ø±ê
|
private String longitude; // ¾¶È
|
private String latitude; // γ¶È
|
private String elevation; // ¸ß³Ì
|
private String horizontalAngle; // ˮƽ½Ç
|
private String pitchAngle; // ¸©Ñö½Ç
|
private String floor; // Â¥²ã
|
private String group; // ×é±ð
|
private String range; // ·¶Î§
|
private String syncStatus; // ͬ²½×´Ì¬
|
private String syncType; // ͬ²½ÀàÐÍ
|
private String syncBaseStation; // ͬ²½»ùÕ¾
|
private String ipAddress; // IP µØÖ·
|
private String port; // ¶Ë¿Ú
|
private String firmwareVersion; // ¹Ì¼þ°æ±¾
|
private String judgmentDistance; // Åж¨¾àÀë
|
private String battery; // µç³Ø
|
private String calibrationDistance; // У׼¾àÀë
|
private String signalSendTime; // Ðźŷ¢ËÍʱ¼ä
|
private String communicationGroup; // ͨÐÅ×é
|
private String iconAddress; // ͼ±êµØÖ·
|
private String onlineTime; // ÉÏÏßʱ¼ä
|
private String offlineTime; // ÏÂÏßʱ¼ä
|
private String offlineDuration; // ÀëÏßʱ³¤
|
private String algorithmDimension; // Ë㷨ά¶È
|
private String bottomHeight; // µ×²¿¸ß¶È
|
private String topHeight; // ¶¥²¿¸ß¶È
|
private String isBarometricStation; // ÊÇ·ñÎªÆøÑ¹Õ¾
|
private String switchDistance; // Çл»¾àÀë
|
private String maxDistance; // ×î´ó¾àÀë
|
private String outputAllRanging; // Êä³öÈ«²â¾à
|
private String company; // ¹«Ë¾
|
private String crossLayerHeight; // ¿ç²ã¸ß¶È
|
private String crossLayerGroup; // ¿ç²ã×é
|
private String requiredDistance; // ÒªÇó¾àÀë
|
private String adjacent1; // ÏàÁÚ 1
|
private String adjacent2; // ÏàÁÚ 2
|
private String adjacent3; // ÏàÁÚ 3
|
private String adjacent4; // ÏàÁÚ 4
|
private String adjacent5; // ÏàÁÚ 5
|
private String adjacent6; // ÏàÁÚ 6
|
private String adjacent7; // ÏàÁÚ 7
|
private String adjacent8; // ÏàÁÚ 8
|
private String adjacent9; // ÏàÁÚ 9
|
private String adjacent10; // ÏàÁÚ 10
|
private String reserved1; // ±¸Óà 1
|
private String reserved2; // ±¸Óà 2
|
private String reserved3; // ±¸Óà 3
|
private String reserved4; // ±¸Óà 4
|
private String reserved5; // ±¸Óà 5
|
private String reserved6; // ±¸Óà 6
|
private String reserved7; // ±¸Óà 7
|
private String reserved8; // ±¸Óà 8
|
private String reserved9; // ±¸Óà 9
|
private String reserved10; // ±¸Óà 10
|
private String reserved11; // ±¸Óà 11
|
private String reserved12; // ±¸Óà 12
|
private String reserved13; // ±¸Óà 13
|
private String reserved14; // ±¸Óà 14
|
private String reserved15; // ±¸Óà 15
|
private String reserved16; // ±¸Óà 16
|
|
// Getter and Setter methods
|
public int getId() {
|
return id;
|
}
|
|
public void setId(int id) {
|
this.id = id;
|
}
|
|
public String getCode() {
|
return code;
|
}
|
|
public void setCode(String code) {
|
this.code = code;
|
}
|
|
public String getStatus() {
|
return status;
|
}
|
|
public void setStatus(String status) {
|
this.status = status;
|
}
|
|
public String getXCoordinate() {
|
return xCoordinate;
|
}
|
|
public void setXCoordinate(String xCoordinate) {
|
this.xCoordinate = xCoordinate;
|
}
|
|
public String getYCoordinate() {
|
return yCoordinate;
|
}
|
|
public void setYCoordinate(String yCoordinate) {
|
this.yCoordinate = yCoordinate;
|
}
|
|
public String getZCoordinate() {
|
return zCoordinate;
|
}
|
|
public void setZCoordinate(String zCoordinate) {
|
this.zCoordinate = zCoordinate;
|
}
|
|
public String getLongitude() {
|
return longitude;
|
}
|
|
public void setLongitude(String longitude) {
|
this.longitude = longitude;
|
}
|
|
public String getLatitude() {
|
return latitude;
|
}
|
|
public void setLatitude(String latitude) {
|
this.latitude = latitude;
|
}
|
|
public String getElevation() {
|
return elevation;
|
}
|
|
public void setElevation(String elevation) {
|
this.elevation = elevation;
|
}
|
|
public String getHorizontalAngle() {
|
return horizontalAngle;
|
}
|
|
public void setHorizontalAngle(String horizontalAngle) {
|
this.horizontalAngle = horizontalAngle;
|
}
|
|
public String getPitchAngle() {
|
return pitchAngle;
|
}
|
|
public void setPitchAngle(String pitchAngle) {
|
this.pitchAngle = pitchAngle;
|
}
|
|
public String getFloor() {
|
return floor;
|
}
|
|
public void setFloor(String floor) {
|
this.floor = floor;
|
}
|
|
public String getGroup() {
|
return group;
|
}
|
|
public void setGroup(String group) {
|
this.group = group;
|
}
|
|
public String getRange() {
|
return range;
|
}
|
|
public void setRange(String range) {
|
this.range = range;
|
}
|
|
public String getSyncStatus() {
|
return syncStatus;
|
}
|
|
public void setSyncStatus(String syncStatus) {
|
this.syncStatus = syncStatus;
|
}
|
|
public String getSyncType() {
|
return syncType;
|
}
|
|
public void setSyncType(String syncType) {
|
this.syncType = syncType;
|
}
|
|
public String getSyncBaseStation() {
|
return syncBaseStation;
|
}
|
|
public void setSyncBaseStation(String syncBaseStation) {
|
this.syncBaseStation = syncBaseStation;
|
}
|
|
public String getIpAddress() {
|
return ipAddress;
|
}
|
|
public void setIpAddress(String ipAddress) {
|
this.ipAddress = ipAddress;
|
}
|
|
public String getPort() {
|
return port;
|
}
|
|
public void setPort(String port) {
|
this.port = port;
|
}
|
|
public String getFirmwareVersion() {
|
return firmwareVersion;
|
}
|
|
public void setFirmwareVersion(String firmwareVersion) {
|
this.firmwareVersion = firmwareVersion;
|
}
|
|
public String getJudgmentDistance() {
|
return judgmentDistance;
|
}
|
|
public void setJudgmentDistance(String judgmentDistance) {
|
this.judgmentDistance = judgmentDistance;
|
}
|
|
public String getBattery() {
|
return battery;
|
}
|
|
public void setBattery(String battery) {
|
this.battery = battery;
|
}
|
|
public String getCalibrationDistance() {
|
return calibrationDistance;
|
}
|
|
public void setCalibrationDistance(String calibrationDistance) {
|
this.calibrationDistance = calibrationDistance;
|
}
|
|
public String getSignalSendTime() {
|
return signalSendTime;
|
}
|
|
public void setSignalSendTime(String signalSendTime) {
|
this.signalSendTime = signalSendTime;
|
}
|
|
public String getCommunicationGroup() {
|
return communicationGroup;
|
}
|
|
public void setCommunicationGroup(String communicationGroup) {
|
this.communicationGroup = communicationGroup;
|
}
|
|
public String getIconAddress() {
|
return iconAddress;
|
}
|
|
public void setIconAddress(String iconAddress) {
|
this.iconAddress = iconAddress;
|
}
|
|
public String getOnlineTime() {
|
return onlineTime;
|
}
|
|
public void setOnlineTime(String onlineTime) {
|
this.onlineTime = onlineTime;
|
}
|
|
public String getOfflineTime() {
|
return offlineTime;
|
}
|
|
public void setOfflineTime(String offlineTime) {
|
this.offlineTime = offlineTime;
|
}
|
|
public String getOfflineDuration() {
|
return offlineDuration;
|
}
|
|
public void setOfflineDuration(String offlineDuration) {
|
this.offlineDuration = offlineDuration;
|
}
|
|
public String getAlgorithmDimension() {
|
return algorithmDimension;
|
}
|
|
public void setAlgorithmDimension(String algorithmDimension) {
|
this.algorithmDimension = algorithmDimension;
|
}
|
|
public String getBottomHeight() {
|
return bottomHeight;
|
}
|
|
public void setBottomHeight(String bottomHeight) {
|
this.bottomHeight = bottomHeight;
|
}
|
|
public String getTopHeight() {
|
return topHeight;
|
}
|
|
public void setTopHeight(String topHeight) {
|
this.topHeight = topHeight;
|
}
|
|
public String getIsBarometricStation() {
|
return isBarometricStation;
|
}
|
|
public void setIsBarometricStation(String isBarometricStation) {
|
this.isBarometricStation = isBarometricStation;
|
}
|
|
public String getSwitchDistance() {
|
return switchDistance;
|
}
|
|
public void setSwitchDistance(String switchDistance) {
|
this.switchDistance = switchDistance;
|
}
|
|
public String getMaxDistance() {
|
return maxDistance;
|
}
|
|
public void setMaxDistance(String maxDistance) {
|
this.maxDistance = maxDistance;
|
}
|
|
public String getOutputAllRanging() {
|
return outputAllRanging;
|
}
|
|
public void setOutputAllRanging(String outputAllRanging) {
|
this.outputAllRanging = outputAllRanging;
|
}
|
|
public String getCompany() {
|
return company;
|
}
|
|
public void setCompany(String company) {
|
this.company = company;
|
}
|
|
public String getCrossLayerHeight() {
|
return crossLayerHeight;
|
}
|
|
public void setCrossLayerHeight(String crossLayerHeight) {
|
this.crossLayerHeight = crossLayerHeight;
|
}
|
|
public String getCrossLayerGroup() {
|
return crossLayerGroup;
|
}
|
|
public void setCrossLayerGroup(String crossLayerGroup) {
|
this.crossLayerGroup = crossLayerGroup;
|
}
|
|
public String getRequiredDistance() {
|
return requiredDistance;
|
}
|
|
public void setRequiredDistance(String requiredDistance) {
|
this.requiredDistance = requiredDistance;
|
}
|
|
public String getAdjacent1() {
|
return adjacent1;
|
}
|
|
public void setAdjacent1(String adjacent1) {
|
this.adjacent1 = adjacent1;
|
}
|
|
public String getAdjacent2() {
|
return adjacent2;
|
}
|
|
public void setAdjacent2(String adjacent2) {
|
this.adjacent2 = adjacent2;
|
}
|
|
public String getAdjacent3() {
|
return adjacent3;
|
}
|
|
public void setAdjacent3(String adjacent3) {
|
this.adjacent3 = adjacent3;
|
}
|
|
public String getAdjacent4() {
|
return adjacent4;
|
}
|
|
public void setAdjacent4(String adjacent4) {
|
this.adjacent4 = adjacent4;
|
}
|
|
public String getAdjacent5() {
|
return adjacent5;
|
}
|
|
public void setAdjacent5(String adjacent5) {
|
this.adjacent5 = adjacent5;
|
}
|
|
public String getAdjacent6() {
|
return adjacent6;
|
}
|
|
public void setAdjacent6(String adjacent6) {
|
this.adjacent6 = adjacent6;
|
}
|
|
public String getAdjacent7() {
|
return adjacent7;
|
}
|
|
public void setAdjacent7(String adjacent7) {
|
this.adjacent7 = adjacent7;
|
}
|
|
public String getAdjacent8() {
|
return adjacent8;
|
}
|
|
public void setAdjacent8(String adjacent8) {
|
this.adjacent8 = adjacent8;
|
}
|
|
public String getAdjacent9() {
|
return adjacent9;
|
}
|
|
public void setAdjacent9(String adjacent9) {
|
this.adjacent9 = adjacent9;
|
}
|
|
public String getAdjacent10() {
|
return adjacent10;
|
}
|
|
public void setAdjacent10(String adjacent10) {
|
this.adjacent10 = adjacent10;
|
}
|
|
public String getReserved1() {
|
return reserved1;
|
}
|
|
public void setReserved1(String reserved1) {
|
this.reserved1 = reserved1;
|
}
|
|
public String getReserved2() {
|
return reserved2;
|
}
|
|
public void setReserved2(String reserved2) {
|
this.reserved2 = reserved2;
|
}
|
|
public String getReserved3() {
|
return reserved3;
|
}
|
|
public void setReserved3(String reserved3) {
|
this.reserved3 = reserved3;
|
}
|
|
public String getReserved4() {
|
return reserved4;
|
}
|
|
public void setReserved4(String reserved4) {
|
this.reserved4 = reserved4;
|
}
|
|
public String getReserved5() {
|
return reserved5;
|
}
|
|
public void setReserved5(String reserved5) {
|
this.reserved5 = reserved5;
|
}
|
|
public String getReserved6() {
|
return reserved6;
|
}
|
|
public void setReserved6(String reserved6) {
|
this.reserved6 = reserved6;
|
}
|
|
public String getReserved7() {
|
return reserved7;
|
}
|
|
public void setReserved7(String reserved7) {
|
this.reserved7 = reserved7;
|
}
|
|
public String getReserved8() {
|
return reserved8;
|
}
|
|
public void setReserved8(String reserved8) {
|
this.reserved8 = reserved8;
|
}
|
|
public String getReserved9() {
|
return reserved9;
|
}
|
|
public void setReserved9(String reserved9) {
|
this.reserved9 = reserved9;
|
}
|
|
public String getReserved10() {
|
return reserved10;
|
}
|
|
public void setReserved10(String reserved10) {
|
this.reserved10 = reserved10;
|
}
|
|
public String getReserved11() {
|
return reserved11;
|
}
|
|
public void setReserved11(String reserved11) {
|
this.reserved11 = reserved11;
|
}
|
|
public String getReserved12() {
|
return reserved12;
|
}
|
|
public void setReserved12(String reserved12) {
|
this.reserved12 = reserved12;
|
}
|
|
public String getReserved13() {
|
return reserved13;
|
}
|
|
public void setReserved13(String reserved13) {
|
this.reserved13 = reserved13;
|
}
|
|
public String getReserved14() {
|
return reserved14;
|
}
|
|
public void setReserved14(String reserved14) {
|
this.reserved14 = reserved14;
|
}
|
|
public String getReserved15() {
|
return reserved15;
|
}
|
|
public void setReserved15(String reserved15) {
|
this.reserved15 = reserved15;
|
}
|
|
public String getReserved16() {
|
return reserved16;
|
}
|
|
public void setReserved16(String reserved16) {
|
this.reserved16 = reserved16;
|
}
|
}
|