Project

constructor()

Constructor to init the Project class No-any params required


constructor(jProject: JSONObject)

Constructor to init the Project class

Parameters

jProject

: project details formatted as JSON


constructor(id: String, author: NovaUser, logoUrl: String, name: String, projectMembers: List<NovaUser>, testers: HashSet<NovaUser>, releases: List<Release>, joiningQRCodes: List<JoiningQRCode>)

Constructor to init the Project class

Parameters

id

: identifier of the project

author

the author of the project

logoUrl

: the logo of the project formatted as url

name

: the name of the project

projectMembers

: the members of the project

testers

: the testers of the project

releases

: the releases of the project

joiningQRCodes

: the joining QR-Codes created to join in this project