app
androidJvm
app
/
openfoodfacts.github.scrachx.openfood.models.entities.brand
/
Brand
Brand
androidJvm
open
class
Brand
:
TaxonomyEntity
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Brand
Link copied to clipboard
androidJvm
open
fun
Brand
(
)
Content copied to clipboard
Brand
Link copied to clipboard
androidJvm
open
fun
Brand
(
tag
:
String
,
names
:
List
<
BrandName
>
,
wikiDataId
:
String
)
Content copied to clipboard
Brand
Link copied to clipboard
androidJvm
open
fun
Brand
(
tag
:
String
,
names
:
List
<
BrandName
>
)
Content copied to clipboard
Brand
Link copied to clipboard
androidJvm
open
fun
Brand
(
id
:
Long
,
tag
:
String
,
wikiDataId
:
String
,
isWikiDataIdPresent
:
Boolean
)
Content copied to clipboard
Functions
__set
Dao
Session
Link copied to clipboard
androidJvm
open
fun
__setDaoSession
(
daoSession
:
DaoSession
)
Content copied to clipboard
called by internal mechanisms, do not call yourself.
delete
Link copied to clipboard
androidJvm
open
fun
delete
(
)
Content copied to clipboard
Convenient call for
delete
.
get
Wiki
Data
Id
Present
Link copied to clipboard
androidJvm
open
fun
getWikiDataIdPresent
(
)
:
Boolean
Content copied to clipboard
refresh
Link copied to clipboard
androidJvm
open
fun
refresh
(
)
Content copied to clipboard
Convenient call for
refresh
.
reset
Names
Link copied to clipboard
androidJvm
open
fun
resetNames
(
)
Content copied to clipboard
Resets a to-many relationship, making the next get call to query for a fresh result.
update
Link copied to clipboard
androidJvm
open
fun
update
(
)
Content copied to clipboard
Convenient call for
update
.
Properties
id
Link copied to clipboard
androidJvm
open
var
id
:
Long
Content copied to clipboard
is
Wiki
Data
Id
Present
Link copied to clipboard
androidJvm
open
var
isWikiDataIdPresent
:
Boolean
Content copied to clipboard
names
Link copied to clipboard
androidJvm
open
val
names
:
List
<
BrandName
>
Content copied to clipboard
tag
Link copied to clipboard
androidJvm
open
var
tag
:
String
Content copied to clipboard
wiki
Data
Id
Link copied to clipboard
androidJvm
open
var
wikiDataId
:
String
Content copied to clipboard