Country

open class Country : TaxonomyEntity

Created by Lobster on 04.03.18.

Constructors

Link copied to clipboard
open fun Country(id: Long, name: String)
Link copied to clipboard
open fun Country(    tag: String,     names: List<CountryName>,     cc2: String,     cc3: String)
Link copied to clipboard
open fun Country()
Link copied to clipboard
open fun Country(    id: Long,     tag: String,     cc2: String,     cc3: String)

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 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 cc2: String
Link copied to clipboard
open var cc3: String
Link copied to clipboard
open var id: Long
Link copied to clipboard
open val names: List<CountryName>
Link copied to clipboard
open var tag: String