Ingredient

open class Ingredient : TaxonomyEntity

Created by dobriseb on 2018.10.15.

Constructors

Link copied to clipboard
open fun Ingredient(    id: Long,     tag: String,     wikiDataId: String)
Link copied to clipboard
open fun Ingredient(    tag: String,     names: List<IngredientName>,     parents: List<IngredientsRelation>,     children: List<IngredientsRelation>,     wikiDataId: String)
Link copied to clipboard
open fun Ingredient(    tag: String,     names: List<IngredientName>,     parents: List<IngredientsRelation>,     children: List<IngredientsRelation>)
Link copied to clipboard
open fun Ingredient()

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 resetChildren()
Resets a to-many relationship, making the next get call to query for a fresh result.
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 resetParents()
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 val children: List<IngredientsRelation>
Link copied to clipboard
open var id: Long
Link copied to clipboard
open val names: List<IngredientName>
Link copied to clipboard
open val parents: List<IngredientsRelation>
Link copied to clipboard
open var tag: String
Link copied to clipboard
open var wikiDataId: String