Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setLicense (1.61 sec)

  1. fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/SitemapImage.java

        /**
         * Gets the license URL of the image.
         * @return the license URL
         */
        public String getLicense() {
            return license;
        }
    
        /**
         * Sets the license URL of the image.
         * @param license the license URL to set
         */
        public void setLicense(final String license) {
            this.license = license;
        }
    
        @Override
        public String toString() {
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Thu Nov 13 13:34:36 UTC 2025
    - 3.8K bytes
    - Viewed (0)
Back to top