Class CssConfig


  • @StableMinor(version="14.0",
                 sinceVersion="4.0")
    public class CssConfig
    extends Object
    Value class for Css properties
    Since:
    4.0.0
    Version:
    $Revision: 24477 $ $Date: 2021-04-28 11:30:36 -0300 (Wed, 28 Apr 2021) $
    • Constructor Detail

      • CssConfig

        public CssConfig()
    • Method Detail

      • getId

        public String getId()
        Returns:
        Returns the id.
      • setId

        public void setId​(String cssId)
        Parameters:
        cssId - The cssId to set.
      • getDescription

        public String getDescription()
        Returns:
        Returns the description.
      • setDescription

        public void setDescription​(String description)
        Parameters:
        description - The description to set.
      • getFilePath

        public String getFilePath()
        Returns:
        Returns the filePath.
      • setFilePath

        public void setFilePath​(String filePath)
        Parameters:
        filePath - The filePath to set.
      • getName

        public String getName()
        Returns:
        Returns the name.
      • setName

        public void setName​(String name)
        Parameters:
        name - The name to set.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object