Global project identifier for QBiC projects Identifies a project by its project space and project code.
Type | Name and description |
---|---|
ProjectCode |
projectCode The associated project code within the project space |
ProjectSpace |
projectSpace The associated project space |
Constructor and description |
---|
ProjectIdentifier
(ProjectSpace projectSpace, ProjectCode projectCode) Constructor for a project identifier. |
Type Params | Return Type | Name and description |
---|---|---|
|
java.lang.String |
toString() |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
The associated project code within the project space
The associated project space
Constructor for a project identifier.
projectSpace
- The project space the project is associated withprojectCode
- The project code, identifying the project within the project spaceGroovy Documentation