Ticket #6893: patch.diff

File patch.diff, 965 bytes (added by Don-vip, 13 years ago)
  • src/org/openstreetmap/josm/data/imagery/ImageryInfo.java

     
    314314        return bounds;
    315315    }
    316316
     317    public String getAttributionText() {
     318        return attributionText;
     319    }
     320   
    317321    public void setAttributionText(String text) {
    318322        attributionText = text;
    319323    }
     
    322326        attributionImage = text;
    323327    }
    324328
     329    public String getAttributionLinkURL() {
     330        return attributionLinkURL;
     331    }
     332   
    325333    public void setAttributionLinkURL(String text) {
    326334        attributionLinkURL = text;
    327335    }
    328336
     337    public String getTermsOfUseURL() {
     338        return termsOfUseURL;
     339    }
     340   
    329341    public void setTermsOfUseURL(String text) {
    330342        termsOfUseURL = text;
    331343    }