Class Project
- java.lang.Object
-
- lumis.portal.structure.sync.model.global.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 Summary
Fields Modifier and Type Field Description static 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 String
getChannelId()
Returns the channelId.String
getGlobalFilePath()
Returns the path of the file to be stored in global area.String
getId()
String
getName()
void
setChannelId(String channelId)
Sets the channelId.void
setId(String id)
void
setName(String name)
-
-
-
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
-
-
Method Detail
-
getId
public String getId()
-
setId
public void setId(String id)
-
getName
public String getName()
-
setName
public void setName(String name)
-
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.
-
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
-
-