Project
Update
constructor()
Default constructor
constructor(id: String, author: PandoroUser, createDate: Long, targetVersion: String, startedBy: PandoroUser, startDate: Long, publishedBy: PandoroUser, publishDate: Long, status: UpdateStatus, notes: ArrayList<Note>)
Constructor to init a ProjectUpdate object
Parameters
id
identifier of the update
author
the author of the update
createDate
when the update has been created
targetVersion
the target project_version of the update
startedBy
who created the update
startDate
when the update has been started
publishedBy
who published the update
publishDate
when the update has been published
status
the current status of the update
notes
the notes for the update to be done