toggle menu
BIT App
androidJvm
switch theme
search in API
core
/
com.atech.core.datasource.room.attendance
/
Days
Days
data
class
Days
(
val
presetDays
:
ArrayList
<
Long
>
=
ArrayList()
,
val
absentDays
:
ArrayList
<
Long
>
=
ArrayList()
,
val
totalDays
:
ArrayList
<
IsPresent
>
=
ArrayList()
)
:
Parcelable
,
Serializable
Members
Constructors
Days
Link copied to clipboard
constructor
(
presetDays
:
ArrayList
<
Long
>
=
ArrayList()
,
absentDays
:
ArrayList
<
Long
>
=
ArrayList()
,
totalDays
:
ArrayList
<
IsPresent
>
=
ArrayList()
)
Properties
absent
Days
Link copied to clipboard
val
absentDays
:
ArrayList
<
Long
>
preset
Days
Link copied to clipboard
val
presetDays
:
ArrayList
<
Long
>
total
Days
Link copied to clipboard
val
totalDays
:
ArrayList
<
IsPresent
>
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)