public interface IProjectImmutable
  • Method Details

    • getPermId

      String getPermId()
      Returns the permanent id of this project.
    • getProjectIdentifier

      String getProjectIdentifier()
      Return the identifier for this project.
    • getSpaceCode

      String getSpaceCode()
      Returns the code of the space this project belongs to.
    • getCode

      String getCode()
      Returns the code of this project.
    • getDescription

      String getDescription()
      Return the description for this project.
    • isExistingProject

      boolean isExistingProject()
      Return true if the project exists in the database.