Project
constructor()
Default constructor
constructor(id: String, name: String, icon: String, creationDate: Long, author: PandoroUser, description: String, version: String, groups: ArrayList<Group>, updates: ArrayList<ProjectUpdate>, projectRepo: String)
Constructor to init a Project object
Parameters
id
identifier of the project
name
name of the project
icon
the icon of the project
creationDate
when the project has been created
author
author of the project
description
description of the project
version
last update project_version
groups
groups where the project has been assigned
updates
updates of the project
projectRepo
the project_repository of the project