app
app
/
com.htueko.resumeapp.domain.model
/
Education
Education
data
class
Education
(
educationId
:
Int
,
parentId
:
Int
,
schoolClass
:
String
,
passingYear
:
Int
,
percentageOrCgpa
:
Double
)
:
Parcelable
Content copied to clipboard
domain model for education properties
Constructors
Functions
Properties
Constructors
Education
Link copied to clipboard
fun
Education
(
educationId
:
Int
=
0
,
parentId
:
Int
=
0
,
schoolClass
:
String
=
""
,
passingYear
:
Int
=
0
,
percentageOrCgpa
:
Double
=
0.0
)
Content copied to clipboard
Functions
component1
Link copied to clipboard
operator
fun
component1
(
)
:
Int
Content copied to clipboard
component2
Link copied to clipboard
operator
fun
component2
(
)
:
Int
Content copied to clipboard
component3
Link copied to clipboard
operator
fun
component3
(
)
:
String
Content copied to clipboard
component4
Link copied to clipboard
operator
fun
component4
(
)
:
Int
Content copied to clipboard
component5
Link copied to clipboard
operator
fun
component5
(
)
:
Double
Content copied to clipboard
copy
Link copied to clipboard
fun
copy
(
educationId
:
Int
=
0
,
parentId
:
Int
=
0
,
schoolClass
:
String
=
""
,
passingYear
:
Int
=
0
,
percentageOrCgpa
:
Double
=
0.0
)
:
Education
Content copied to clipboard
Properties
educationId
Link copied to clipboard
val
educationId
:
Int
=
0
Content copied to clipboard
parentId
Link copied to clipboard
val
parentId
:
Int
=
0
Content copied to clipboard
passingYear
Link copied to clipboard
val
passingYear
:
Int
=
0
Content copied to clipboard
percentageOrCgpa
Link copied to clipboard
val
percentageOrCgpa
:
Double
=
0.0
Content copied to clipboard
schoolClass
Link copied to clipboard
val
schoolClass
:
String
Content copied to clipboard