Interface Project


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

      • getProjectId

        java.lang.String getProjectId()
      • getLabel

        java.lang.String getLabel()
      • getCostCarrier

        java.lang.String getCostCarrier()