Class TLcdOpenSearchAtomFeed

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdOpenSearchAtomFeed extends TLcdAtomFeed
ATOM feed with OpenSearch elements.
Since:
2017.0
  • Constructor Details Link icon

    • TLcdOpenSearchAtomFeed Link icon

      public TLcdOpenSearchAtomFeed()
  • Method Details Link icon

    • getQuery Link icon

      public TLcdOpenSearchQuery getQuery()
      Returns the query triggering creation of this feed.
      Returns:
      the associated query
    • setQuery Link icon

      public void setQuery(TLcdOpenSearchQuery aQuery)
      Sets the query triggering creation of this feed.
      Parameters:
      aQuery - the associated query
    • getTotalResults Link icon

      public long getTotalResults()
      Returns the total number of the results for the associated query.
      Returns:
      the total results
    • setTotalResults Link icon

      public void setTotalResults(long aValue)
      Sets the total number of the results for the associated query.
      Parameters:
      aValue - the total number of results
    • getStartIndex Link icon

      public long getStartIndex()
      Returns the index of the first entry in this feed, respective to the total amount of matched results.
      Returns:
      the record index, with 1 meaning the first record
    • setStartIndex Link icon

      public void setStartIndex(long aValue)
      Sets the index of the first entry in this feed, respective to the total amount of matched results.
      Parameters:
      aValue - the record index, with 1 meaning the first record
    • getItemsPerPage Link icon

      public long getItemsPerPage()
      Returns the maximum amount of items contained in this feed.
      Returns:
      the amount of items, less than or equal to the total amount of matched results
    • setItemsPerPage Link icon

      public void setItemsPerPage(long aValue)
      Sets the maximum amount of items contained in this feed.
      Parameters:
      aValue - the amount of items, less than or equal to the total amount of matched results