/[projects]/dao/DaoAdresseService/src/main/java/dk/daoas/daoadresseservice/beans/SearchResult.java
ViewVC logotype

Diff of /dao/DaoAdresseService/src/main/java/dk/daoas/daoadresseservice/beans/SearchResult.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2359 by torben, Tue Feb 24 11:18:47 2015 UTC revision 2397 by torben, Fri Feb 27 10:19:15 2015 UTC
# Line 19  public class SearchResult { Line 19  public class SearchResult {
19          public Address address = new Address();          public Address address = new Address();
20          public boolean google = false;          public boolean google = false;
21          public boolean osm = false;          public boolean osm = false;
22            public boolean levenshtein;
23            
24            public long gadeident = 0;
25                    
26          public String googleVej;          public String googleVej;
27          public String osmVej;          public String osmVej;
28                    
29          public SplitResult splitReult;          public SplitResult splitResult = new SplitResult();//Default empty
30                    
31          public SearchResult() {                  public SearchResult() {        
32          }          }

Legend:
Removed from v.2359  
changed lines
  Added in v.2397

  ViewVC Help
Powered by ViewVC 1.1.20