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

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

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

revision 2404 by torben, Fri Feb 27 10:19:15 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;          public boolean levenshtein;
25                    
26          public long gadeident = 0;          public long gadeident = 0;
27            public String vej = "";
28                    
29          public String googleVej;          public String googleVej;
30          public String osmVej;          public String osmVej;

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

  ViewVC Help
Powered by ViewVC 1.1.20