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