Package lumis.portal.project
Interface IProject
-
- All Known Subinterfaces:
IProjectSPI
- All Known Implementing Classes:
Project
@StableMinor(version="16.1", sinceVersion="12.4") public interface IProject
A LumisXP project.- Since:
- 12.4.0
- Version:
- $Revision: 26156 $ $Date: 2024-01-13 10:26:46 -0300 (Sat, 13 Jan 2024) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getChannelId()
Returns the channel identifier.java.lang.String
getId()
Returns the project identifier.java.lang.String
getName()
Returns the name.
-
-
-
Method Detail
-
getId
java.lang.String getId()
Returns the project identifier.- Returns:
- the project identifier.
- Since:
- 12.4.0
-
getChannelId
java.lang.String getChannelId()
Returns the channel identifier.- Returns:
- the channel identifier.
- Since:
- 12.4.0
-
getName
java.lang.String getName()
Returns the name.- Returns:
- the name.
- Since:
- 12.4.0
-
-