JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.itsallcode.whiterabbit.api.model
Interface Project
public interface
Project
The project you work on during an
activity
containing an ID, label and cost carrier id.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getCostCarrier
()
String
getLabel
()
String
getProjectId
()
Method Details
getProjectId
String
getProjectId
()
Returns:
the ID of this project.
getLabel
String
getLabel
()
Returns:
the label of this project.
getCostCarrier
String
getCostCarrier
()
Returns:
the cost carrier of this project.