Class Project

  • All Implemented Interfaces:
    IFileElement, IFileGlobalElement

    public class Project
    extends java.lang.Object
    implements IFileGlobalElement
    Bean used to serialize LumisXP (global) Projects.
    Since:
    12.4.0
    Version:
    $Revision: 26408 $ $Date: 2024-05-23 23:55:11 -0300 (Thu, 23 May 2024) $
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String PROJECT_FOLDER_NAME
      The project folder name.
    • Constructor Summary

      Constructors 
      Constructor Description
      Project()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getChannelId()
      Returns the channelId.
      java.lang.String getGlobalFilePath()
      Returns the path of the file to be stored in global area.
      java.lang.String getId()  
      java.lang.String getName()  
      void setChannelId​(java.lang.String channelId)
      Sets the channelId.
      void setId​(java.lang.String id)  
      void setName​(java.lang.String name)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • PROJECT_FOLDER_NAME

        public static final java.lang.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 java.lang.String getId()
      • setId

        public void setId​(java.lang.String id)
      • getName

        public java.lang.String getName()
      • setName

        public void setName​(java.lang.String name)
      • getGlobalFilePath

        public java.lang.String getGlobalFilePath()
        Description copied from interface: IFileGlobalElement
        Returns the path of the file to be stored in global area.
        Specified by:
        getGlobalFilePath in interface IFileGlobalElement
        Returns:
        the path, relative to the global directory.
      • getChannelId

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

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