Back to project page LCFR-Mobile-Android.
The source code is released under:
Apache License
If you think the Android project LCFR-Mobile-Android listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package org.dizon.LCFRCAD; /*w ww.j av a 2 s .com*/ import java.util.List; public class Calls{ private String alsc; private String app; private String apt; private String box; private String city; private String emsc; private String firec; private String fix; private String fmc; private String hash; private String id; private String inter; private String lat; private String lon; private String ncode; private String ndesc; private String ntext; private String pa; private String policec; private String prev_cnt; private String prev_text; private List<String> prevs; private String printaddr; private String road1; private String road2; private String severe; private String stnum; private Number suppress; private String tac; private String tstamp; public String getAlsc(){ return this.alsc; } public void setAlsc(String alsc){ this.alsc = alsc; } public String getApp(){ return this.app; } public void setApp(String app){ this.app = app; } public String getApt(){ return this.apt; } public void setApt(String apt){ this.apt = apt; } public String getBox(){ return this.box; } public void setBox(String box){ this.box = box; } public String getCity(){ return this.city; } public void setCity(String city){ this.city = city; } public String getEmsc(){ return this.emsc; } public void setEmsc(String emsc){ this.emsc = emsc; } public String getFirec(){ return this.firec; } public void setFirec(String firec){ this.firec = firec; } public String getFix(){ return this.fix; } public void setFix(String fix){ this.fix = fix; } public String getFmc(){ return this.fmc; } public void setFmc(String fmc){ this.fmc = fmc; } public String getHash(){ return this.hash; } public void setHash(String hash){ this.hash = hash; } public String getId(){ return this.id; } public void setId(String id){ this.id = id; } public String getInter(){ return this.inter; } public void setInter(String inter){ this.inter = inter; } public String getLat(){ return this.lat; } public void setLat(String lat){ this.lat = lat; } public String getLon(){ return this.lon; } public void setLon(String lon){ this.lon = lon; } public String getNcode(){ return this.ncode; } public void setNcode(String ncode){ this.ncode = ncode; } public String getNdesc(){ return this.ndesc; } public void setNdesc(String ndesc){ this.ndesc = ndesc; } public String getNtext(){ return this.ntext; } public void setNtext(String ntext){ this.ntext = ntext; } public String getPa(){ return this.pa; } public void setPa(String pa){ this.pa = pa; } public String getPolicec(){ return this.policec; } public void setPolicec(String policec){ this.policec = policec; } public String getPrev_cnt(){ return this.prev_cnt; } public void setPrev_cnt(String prev_cnt){ this.prev_cnt = prev_cnt; } public String getPrev_text(){ return this.prev_text; } public void setPrev_text(String prev_text){ this.prev_text = prev_text; } public List<String> getPrevs(){ return this.prevs; } public void setPrevs(List<String> prevs){ this.prevs = prevs; } public String getPrintaddr(){ return this.printaddr; } public void setPrintaddr(String printaddr){ this.printaddr = printaddr; } public String getRoad1(){ return this.road1; } public void setRoad1(String road1){ this.road1 = road1; } public String getRoad2(){ return this.road2; } public void setRoad2(String road2){ this.road2 = road2; } public String getSevere(){ return this.severe; } public void setSevere(String severe){ this.severe = severe; } public String getStnum(){ return this.stnum; } public void setStnum(String stnum){ this.stnum = stnum; } public Number getSuppress(){ return this.suppress; } public void setSuppress(Number suppress){ this.suppress = suppress; } public String getTac(){ return this.tac; } public void setTac(String tac){ this.tac = tac; } public String getTstamp(){ return this.tstamp; } public void setTstamp(String tstamp){ this.tstamp = tstamp; } }