Interface Project


public interface Project
The project you work on during an activity containing an ID, label and cost carrier id.
  • Method Details

    • getProjectId

      String getProjectId()
      Get the ID of this project.
      Returns:
      the ID of this project.
    • getLabel

      String getLabel()
      Get the label of this project.
      Returns:
      the label of this project.
    • getCostCarrier

      String getCostCarrier()
      Get the cost carrier of this project.
      Returns:
      the cost carrier of this project.