Interface IProjectImmutable
public interface IProjectImmutable
-
Method Summary
Modifier and TypeMethodDescriptiongetCode()Returns the code of this project.Return the description for this project.Returns the permanent id of this project.Return the identifier for this project.Returns the code of the space this project belongs to.booleanReturn true if the project exists in the database.
-
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.
-