Package lumis.portal.project
Interface IProjectSPI
-
- All Superinterfaces:
Cloneable
,ICacheEntry
,ICloneableCacheEntry
,IProject
- All Known Implementing Classes:
Project
public interface IProjectSPI extends ICloneableCacheEntry, IProject
A LumisXP project.- Since:
- 12.4.0
- Version:
- $Revision: 23904 $ $Date: 2020-06-16 12:23:44 -0300 (Tue, 16 Jun 2020) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IProjectSPI
clone()
void
setChannelId(String channelId)
Sets the channel identifier.void
setName(String name)
Sets the name.-
Methods inherited from interface lumis.portal.project.IProject
getChannelId, getId, getName
-
-
-
-
Method Detail
-
setChannelId
void setChannelId(String channelId)
Sets the channel identifier.- Parameters:
channelId
- the channel identifier.- Since:
- 12.4.0
-
setName
void setName(String name)
Sets the name.- Parameters:
name
- the name.- Throws:
NullPointerException
- if the given name isnull
or a blank string.- Since:
- 12.4.0
-
clone
IProjectSPI clone() throws CloneNotSupportedException
- Specified by:
clone
in interfaceICloneableCacheEntry
- Throws:
CloneNotSupportedException
-
-