Store

open class Store : TaxonomyEntity

Constructors

Link copied to clipboard
open fun Store()
Link copied to clipboard
open fun Store(    tag: String,     names: List<StoreName>,     wikiDataId: String)
Link copied to clipboard
open fun Store(tag: String, names: List<StoreName>)
Link copied to clipboard
open fun Store(    id: Long,     tag: String,     wikiDataId: String,     isWikiDataIdPresent: Boolean)

Functions

Link copied to clipboard
open fun __setDaoSession(daoSession: DaoSession)
called by internal mechanisms, do not call yourself.
Link copied to clipboard
open fun delete()
Convenient call for delete.
Link copied to clipboard
open fun getWikiDataIdPresent(): Boolean
Link copied to clipboard
open fun refresh()
Convenient call for refresh.
Link copied to clipboard
open fun resetNames()
Resets a to-many relationship, making the next get call to query for a fresh result.
Link copied to clipboard
open fun update()
Convenient call for update.

Properties

Link copied to clipboard
open var id: Long
Link copied to clipboard
open var isWikiDataIdPresent: Boolean
Link copied to clipboard
open val names: List<StoreName>
Link copied to clipboard
open var tag: String
Link copied to clipboard
open var wikiDataId: String