Interface Project
-
public interface ProjectThe project you work on during anactivitycontaining an ID, label and cost carrier id.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCostCarrier()java.lang.StringgetLabel()java.lang.StringgetProjectId()
-