/[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 2405 by torben, Fri Feb 27 12:28:33 2015 UTC
# Line 15  public class SearchResult { Line 15  public class SearchResult {
15                  ERROR_INTERNAL                  ERROR_INTERNAL
16          }                }      
17                    
18          public Status status;          
19            
20            public Status status;  
21          public Address address = new Address();          public Address address = new Address();
22          public boolean google = false;          public boolean google = false;
23          public boolean osm = false;          public boolean osm = false;
24            public boolean levenshtein;
25            
26            public long gadeident = 0;
27            public String vej = "";
28                    
29          public String googleVej;          public String googleVej;
30          public String osmVej;          public String osmVej;
31                    
32          public SplitResult splitReult;          public SplitResult splitResult = new SplitResult();//Default empty
33                    
34          public SearchResult() {                  public SearchResult() {        
35          }          }

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

  ViewVC Help
Powered by ViewVC 1.1.20