Days

data class Days(val presetDays: ArrayList<Long> = ArrayList(), val absentDays: ArrayList<Long> = ArrayList(), val totalDays: ArrayList<IsPresent> = ArrayList()) : Parcelable, Serializable

Constructors

Link copied to clipboard
constructor(presetDays: ArrayList<Long> = ArrayList(), absentDays: ArrayList<Long> = ArrayList(), totalDays: ArrayList<IsPresent> = ArrayList())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)