Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for SitemapNews (0.05 sec)

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

        /**
         * A comma-separated list of properties characterizing the content of the article.
         */
        private String stockTickers;
    
        /**
         * Creates a new SitemapNews instance.
         */
        public SitemapNews() {
            // Default constructor
        }
    
        /**
         * Gets the publication name.
         * @return the publication name
         */
        public String getPublicationName() {
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Thu Nov 13 13:34:36 UTC 2025
    - 4.8K bytes
    - Viewed (0)
  2. fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/SitemapUrl.java

         * @return the news information, or null if none
         */
        public SitemapNews getNews() {
            return news;
        }
    
        /**
         * Sets the news information for this sitemap URL.
         * @param news the news information to set
         */
        public void setNews(final SitemapNews news) {
            this.news = news;
        }
    
        /**
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Thu Nov 13 13:34:36 UTC 2025
    - 9.1K bytes
    - Viewed (0)
Back to top