Package lumis.portal.project
Interface IProject
-
- All Known Subinterfaces:
IProjectSPI
- All Known Implementing Classes:
Project
@StableMinor(version="14.1", sinceVersion="12.4") public interface IProject
A LumisXP project.- Since:
- 12.4.0
- Version:
- $Revision: 24683 $ $Date: 2021-08-23 18:55:58 -0300 (Mon, 23 Aug 2021) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getChannelId()
Returns the channel identifier.String
getId()
Returns the project identifier.String
getName()
Returns the name.
-
-
-
Method Detail
-
getId
String getId()
Returns the project identifier.- Returns:
- the project identifier.
- Since:
- 12.4.0
-
getChannelId
String getChannelId()
Returns the channel identifier.- Returns:
- the channel identifier.
- Since:
- 12.4.0
-
getName
String getName()
Returns the name.- Returns:
- the name.
- Since:
- 12.4.0
-
-