Package lumis.portal.project
Interface IProject
-
- All Known Subinterfaces:
IProjectSPI
- All Known Implementing Classes:
Project
@StableMinor(version="14.2", sinceVersion="12.4") public interface IProject
A LumisXP project.- Since:
- 12.4.0
- Version:
- $Revision: 24985 $ $Date: 2022-05-02 23:04:30 -0300 (Mon, 02 May 2022) $
-
-
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
-
-