Interface IProject

  • All Known Subinterfaces:
    IProjectSPI
    All Known Implementing Classes:
    Project

    @StableMinor(version="16.0",
                 sinceVersion="12.4")
    public interface IProject
    A LumisXP project.
    Since:
    12.4.0
    Version:
    $Revision: 25808 $ $Date: 2023-07-04 15:20:55 -0300 (Tue, 04 Jul 2023) $
    • 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