app
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
app
app
/
com.fam007e.receipts.data.db.entities
/
CategoryEntity
/
CategoryEntity
Category
Entity
constructor
(
id
:
Long
=
0
,
personId
:
Long
,
name
:
String
,
emoji
:
String
,
threshold
:
Int
=
10
,
isPositive
:
Boolean
=
false
,
totalCount
:
Int
=
0
,
tensionLevel
:
Int
=
1
,
growthTag
:
String
=
""
,
createdAt
:
Long
=
System.currentTimeMillis()
)