app
app
/
com.htueko.resumeapp.domain.model
/
Skill
Skill
data
class
Skill
(
skillId
:
Int
,
parentId
:
Int
,
skillName
:
String
)
:
Parcelable
Content copied to clipboard
domain model for skill properties
Constructors
Functions
Properties
Constructors
Skill
Link copied to clipboard
fun
Skill
(
skillId
:
Int
=
0
,
parentId
:
Int
=
0
,
skillName
:
String
=
""
)
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
copy
Link copied to clipboard
fun
copy
(
skillId
:
Int
=
0
,
parentId
:
Int
=
0
,
skillName
:
String
=
""
)
:
Skill
Content copied to clipboard
Properties
parentId
Link copied to clipboard
val
parentId
:
Int
=
0
Content copied to clipboard
skillId
Link copied to clipboard
val
skillId
:
Int
=
0
Content copied to clipboard
skillName
Link copied to clipboard
val
skillName
:
String
Content copied to clipboard