?? device.java
字號:
package ajax;
import org.postgresql.geometric.*;
public class Device {
public Device()
{
}
protected int gid;
protected long deviceid;
protected String name;
protected long gbcode;
protected int level;
protected String type;
protected String ip;
protected String mask;
protected String mac;
protected float lon;
protected float lat;
protected String parentid;
protected int status;
protected String description;
protected PGpoint the_geom;
protected String text_geom;
String getText_geom() {
return text_geom;
}
void setText_geom(String text_geom) {
this.text_geom = text_geom;
}
String getDescription() {
return description;
}
void setDescription(String description) {
this.description = description;
}
long getDeviceid() {
return deviceid;
}
void setDeviceid(long deviceid) {
this.deviceid = deviceid;
}
long getGbcode() {
return gbcode;
}
void setGbcode(long gbcode) {
this.gbcode = gbcode;
}
int getGid() {
return gid;
}
void setGid(int gid) {
this.gid = gid;
}
String getIp() {
return ip;
}
void setIp(String ip) {
this.ip = ip;
}
float getLat() {
return lat;
}
void setLat(float lat) {
this.lat = lat;
}
int getLevel() {
return level;
}
void setLevel(int level) {
this.level = level;
}
float getLon() {
return lon;
}
void setLon(float lon) {
this.lon = lon;
}
String getMac() {
return mac;
}
void setMac(String mac) {
this.mac = mac;
}
String getMask() {
return mask;
}
void setMask(String mask) {
this.mask = mask;
}
String getName() {
return name;
}
void setName(String name) {
this.name = name;
}
String getParentid() {
return parentid;
}
void setParentid(String parentid) {
this.parentid = parentid;
}
int getStatus() {
return status;
}
void setStatus(int status) {
this.status = status;
}
PGpoint getThe_geom() {
return the_geom;
}
void setThe_geom(PGpoint the_geom) {
this.the_geom = the_geom;
}
String getType() {
return type;
}
void setType(String type) {
this.type = type;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -