Checkpoints: Part 1 of Added docs

Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
2021-01-06 16:23:18 +01:00
parent f24e62a335
commit df7701ebc8
4 changed files with 57 additions and 29 deletions

View File

@ -47,6 +47,14 @@ public class Assignment {
return this.group.getRegisteredStudents().contains(this.commision.getCommisionOwner());
}
/**
* Getter of commision
* @return Commision Commision of given assignments
*/
public Commision getCommision(){
return this.commision;
}
/**
* Assignment
*