Interface IProjectImmutable
-
public interface IProjectImmutable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getCode()
Returns the code of this project.java.lang.String
getDescription()
Return the description for this project.java.lang.String
getPermId()
Returns the permanent id of this project.java.lang.String
getProjectIdentifier()
Return the identifier for this project.java.lang.String
getSpaceCode()
Returns the code of the space this project belongs to.boolean
isExistingProject()
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.
-
-