Package cz.fidentis.analyst.project
Interface Task
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
TaskImpl
Class representing single task
-
Method Details
-
getId
Long getId()- Returns:
- task's name
-
getName
String getName()- Returns:
- task's name
-
getType
TaskType getType()- Returns:
- task's type
-
getAverageFace
FaceReference getAverageFace()Return reference to average face- Returns:
- reference to average face
-
getFaces
List<FaceReference> getFaces()- Returns:
- face references
-
getProjectId
Long getProjectId()- Returns:
- project id
-