Returns the name of this project. @return The project name. @since 2016/10/27
()
| 953 | * @since 2016/10/27 |
| 954 | */ |
| 955 | public String projectName() |
| 956 | { |
| 957 | return this.name; |
| 958 | } |
| 959 | |
| 960 | /** |
| 961 | * Returns the date when the project sources were last touched. |