Interface IProjectImmutable
-
public interface IProjectImmutable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCode()Returns the code of this project.java.lang.StringgetDescription()Return the description for this project.java.lang.StringgetPermId()Returns the permanent id of this project.java.lang.StringgetProjectIdentifier()Return the identifier for this project.java.lang.StringgetSpaceCode()Returns the code of the space this project belongs to.booleanisExistingProject()Return true if the project exists in the database.
-
-
-
Method Detail
-
getPermId
java.lang.String getPermId()
Returns the permanent id of this project.
-
getProjectIdentifier
java.lang.String getProjectIdentifier()
Return the identifier for this project.
-
getSpaceCode
java.lang.String getSpaceCode()
Returns the code of the space this project belongs to.
-
getCode
java.lang.String getCode()
Returns the code of this project.
-
getDescription
java.lang.String getDescription()
Return the description for this project.
-
isExistingProject
boolean isExistingProject()
Return true if the project exists in the database.
-
-