app
app
/
com.htueko.resumeapp.domain.model
/
Project
Project
data
class
Project
(
projectId
:
Int
,
parentId
:
Int
,
projectName
:
String
,
teamSize
:
Int
,
projectSummary
:
String
,
role
:
String
,
technology
:
String
)
:
Parcelable
Content copied to clipboard
domain model for project properties
Constructors
Functions
Properties
Constructors
Project
Link copied to clipboard
fun
Project
(
projectId
:
Int
=
0
,
parentId
:
Int
=
0
,
projectName
:
String
=
""
,
teamSize
:
Int
=
0
,
projectSummary
:
String
=
""
,
role
:
String
=
""
,
technology
:
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
component4
Link copied to clipboard
operator
fun
component4
(
)
:
Int
Content copied to clipboard
component5
Link copied to clipboard
operator
fun
component5
(
)
:
String
Content copied to clipboard
component6
Link copied to clipboard
operator
fun
component6
(
)
:
String
Content copied to clipboard
component7
Link copied to clipboard
operator
fun
component7
(
)
:
String
Content copied to clipboard
copy
Link copied to clipboard
fun
copy
(
projectId
:
Int
=
0
,
parentId
:
Int
=
0
,
projectName
:
String
=
""
,
teamSize
:
Int
=
0
,
projectSummary
:
String
=
""
,
role
:
String
=
""
,
technology
:
String
=
""
)
:
Project
Content copied to clipboard
Properties
parentId
Link copied to clipboard
val
parentId
:
Int
=
0
Content copied to clipboard
projectId
Link copied to clipboard
val
projectId
:
Int
=
0
Content copied to clipboard
projectName
Link copied to clipboard
val
projectName
:
String
Content copied to clipboard
projectSummary
Link copied to clipboard
val
projectSummary
:
String
Content copied to clipboard
role
Link copied to clipboard
val
role
:
String
Content copied to clipboard
teamSize
Link copied to clipboard
val
teamSize
:
Int
=
0
Content copied to clipboard
technology
Link copied to clipboard
val
technology
:
String
Content copied to clipboard