Class Project

  • All Implemented Interfaces:
    IFileElement, IFileGlobalElement

    public class Project
    extends Object
    implements IFileGlobalElement
    Bean used to serialize LumisXP (global) Projects.
    Since:
    12.4.0
    Version:
    $Revision: 23904 $ $Date: 2020-06-16 12:23:44 -0300 (Tue, 16 Jun 2020) $
    • Field Detail

      • PROJECT_FOLDER_NAME

        public static final String PROJECT_FOLDER_NAME
        The project folder name.
        Since:
        12.4.0
        See Also:
        Constant Field Values
    • Constructor Detail

      • Project

        public Project()
    • Method Detail

      • getId

        public String getId()
      • setId

        public void setId​(String id)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getChannelId

        public String getChannelId()
        Returns the channelId.
        Returns:
        the channelId
        Since:
        12.4.0
      • setChannelId

        public void setChannelId​(String channelId)
        Sets the channelId.
        Parameters:
        channelId - the channelId value to set.
        Since:
        12.4.0