NewsSearchItem

open class NewsSearchItem : ExternalBaseAttachment, Serializable

object to encapsulate News search result

Constructors

Link copied to clipboard
open fun NewsSearchItem()
Link copied to clipboard
open fun NewsSearchItem(@NonNull cursor: Cursor)

Properties

Link copied to clipboard
val RECENTLY_USED_TYPE: Int
Link copied to clipboard
val TOP_NEWS: Int

Functions

Link copied to clipboard
open fun getContentValues(): ContentValues
Link copied to clipboard
open fun getDate(): String
Link copied to clipboard
open fun getDescription(): String
Link copied to clipboard
open fun getSource(): String
Link copied to clipboard
open fun getThumbnailPath(): String
Link copied to clipboard
open fun getThumbnailUrl(): String
Link copied to clipboard
open fun getTitle(): String
Link copied to clipboard
open fun getTotalResult(): String
Link copied to clipboard
open fun getType(): Int
Link copied to clipboard
open fun getUrl(): String
Link copied to clipboard
open fun setDate(@Nullable date: String)
Link copied to clipboard
open fun setDescription(@Nullable description: String)
Link copied to clipboard
open fun setSource(@Nullable source: String)
Link copied to clipboard
open fun setThumbnailPath(@Nullable thumbnailLink: String)
Link copied to clipboard
open fun setThumbnailUrl(@Nullable thumbnailUrl: String)
Link copied to clipboard
open fun setTitle(@Nullable title: String)
Link copied to clipboard
open fun setTotalResult(@Nullable totalResult: String)
Link copied to clipboard
open fun setType(type: Int)
Link copied to clipboard
open fun setUrl(@Nullable url: String)
Link copied to clipboard
open fun toString(): String

Inherited functions

Link copied to clipboard
open fun getId(): String
Link copied to clipboard
open fun getIdentifier(): String
Link copied to clipboard
open fun getProvider(): String
Link copied to clipboard
open fun setId(@NonNull id: String)
Link copied to clipboard
open fun setIdentifier(@Nullable identifier: String)
Link copied to clipboard
open fun setProvider(@NonNull provider: String)