Interface IMetaprojectImmutable
-
public interface IMetaprojectImmutable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getDescription()
java.lang.String
getName()
java.lang.String
getOwnerId()
boolean
isExistingMetaproject()
-
-
-
Method Detail
-
getName
java.lang.String getName()
- Returns:
- the name of this metaproject
-
getDescription
java.lang.String getDescription()
- Returns:
- the description of this metaproject
-
getOwnerId
java.lang.String getOwnerId()
- Returns:
- the username of the owner of this metaproject
-
isExistingMetaproject
boolean isExistingMetaproject()
- Returns:
- true if this is the already existing metaproject
-
-