Package lumis.portal.project
Interface IProject
-
- All Known Subinterfaces:
IProjectSPI
- All Known Implementing Classes:
Project
@StableMinor(version="14.0", sinceVersion="12.4") public interface IProject
A LumisXP project.- Since:
- 12.4.0
- Version:
- $Revision: 24477 $ $Date: 2021-04-28 11:30:36 -0300 (Wed, 28 Apr 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
-
-