Interface ProjectReportActivity
public interface ProjectReportActivity
-
Method Summary
Modifier and TypeMethodDescriptionGet the comments for this activity.Get theProjectof this activity.Get the working time used for for activity.
-
Method Details
-
getProject
Project getProject()Get theProjectof this activity.- Returns:
- the
Projectof this activity.
-
getWorkingTime
Duration getWorkingTime()Get the working time used for for activity.- Returns:
- the working time used for for activity.
-
getComments
Get the comments for this activity.- Returns:
- the comments for this activity.
-