vz-api
1.0.0
ps
/
com.keygenqt.ps.db.models
/
ProjectEntity
Project
Entity
class
ProjectEntity
(
id
:
EntityID
<
Int
>
)
:
IntEntity
Content copied to clipboard
Exposed entity
Types
Constructors
Properties
Extensions
Constructors
Project
Entity
Link copied to clipboard
fun
ProjectEntity
(
id
:
EntityID
<
Int
>
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
object
Companion
:
IntSubQueryEntityClass
<
ProjectEntity
>
Content copied to clipboard
Properties
category
Link copied to clipboard
var
category
:
ProjectCategory
Content copied to clipboard
create
At
Link copied to clipboard
var
createAt
:
Long
Content copied to clipboard
description
Link copied to clipboard
var
description
:
String
Content copied to clipboard
description
Ru
Link copied to clipboard
var
descriptionRu
:
String
?
Content copied to clipboard
is
Like
Link copied to clipboard
val
isLike
:
Boolean
Content copied to clipboard
is
Published
Link copied to clipboard
var
isPublished
:
Boolean
Content copied to clipboard
public
Image
Link copied to clipboard
var
publicImage
:
String
Content copied to clipboard
title
Link copied to clipboard
var
title
:
String
Content copied to clipboard
title
Ru
Link copied to clipboard
var
titleRu
:
String
?
Content copied to clipboard
update
At
Link copied to clipboard
var
updateAt
:
Long
Content copied to clipboard
uploads
Link copied to clipboard
var
uploads
:
SizedIterable
<
UploadEntity
>
Content copied to clipboard
url
Link copied to clipboard
var
url
:
String
Content copied to clipboard
url
Download
Link copied to clipboard
var
urlDownload
:
String
Content copied to clipboard
url
Git
Hub
Link copied to clipboard
var
urlGitHub
:
String
Content copied to clipboard
url
Snapcraft
Link copied to clipboard
var
urlSnapcraft
:
String
Content copied to clipboard
url
You
Tube
Link copied to clipboard
var
urlYouTube
:
String
Content copied to clipboard
Extensions
to
Project
Link copied to clipboard
fun
ProjectEntity
.
toProject
(
)
:
Project
Content copied to clipboard
Convert
ProjectEntity
to model