Class Css
- java.lang.Object
-
- lumis.portal.structure.sync.model.global.Css
-
- All Implemented Interfaces:
IFileElement
,IFileGlobalElement
public class Css extends Object implements IFileGlobalElement
Bean used to serialize LumisXP (global) CSSs.- Since:
- 7.1.0
- Version:
- $Revision: 22420 $ $Date: 2019-02-19 16:21:02 -0300 (Tue, 19 Feb 2019) $
-
-
Field Summary
Fields Modifier and Type Field Description static String
CSS_FOLDER_NAME
The CSSs folder name.
-
Constructor Summary
Constructors Constructor Description Css()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
String
getFilePath()
String
getGlobalFilePath()
Returns the path of the file to be stored in global area.String
getId()
String
getName()
void
setDescription(String description)
void
setFilePath(String filePath)
void
setId(String id)
void
setName(String name)
-
-
-
Field Detail
-
CSS_FOLDER_NAME
public static final String CSS_FOLDER_NAME
The CSSs folder name.- Since:
- 7.1.0
- See Also:
- Constant Field Values
-
-
Method Detail
-
getId
public String getId()
-
setId
public void setId(String id)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getFilePath
public String getFilePath()
-
setFilePath
public void setFilePath(String filePath)
-
getGlobalFilePath
public String getGlobalFilePath()
Description copied from interface:IFileGlobalElement
Returns the path of the file to be stored in global area.- Specified by:
getGlobalFilePath
in interfaceIFileGlobalElement
- Returns:
- the path, relative to the global directory.
-
-