Class Css

  • All Implemented Interfaces:
    IFileElement, IFileGlobalElement

    public class Css
    extends java.lang.Object
    implements IFileGlobalElement
    Bean used to serialize LumisXP (global) CSSs.
    Since:
    7.1.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 CSS_FOLDER_NAME
      The CSSs folder name.
    • Constructor Summary

      Constructors 
      Constructor Description
      Css()  
    • Field Detail

      • CSS_FOLDER_NAME

        public static final java.lang.String CSS_FOLDER_NAME
        The CSSs folder name.
        Since:
        7.1.0
        See Also:
        Constant Field Values
    • Constructor Detail

      • Css

        public Css()
    • 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)
      • getDescription

        public java.lang.String getDescription()
      • setDescription

        public void setDescription​(java.lang.String description)
      • getFilePath

        public java.lang.String getFilePath()
      • setFilePath

        public void setFilePath​(java.lang.String filePath)
      • 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.