public class WebProjectInfoImpl extends Object implements WebProjectInfo
| Constructor and Description |
|---|
WebProjectInfoImpl(String wpStoreId,
String name,
String title,
String description,
String defaultWebApp,
boolean isTemplate,
org.alfresco.service.cmr.repository.NodeRef nodeRef,
String previewProvider)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultWebApp()
Get the default webapp
|
String |
getDescription()
Get the description
|
String |
getName()
Get the name
|
org.alfresco.service.cmr.repository.NodeRef |
getNodeRef()
Get the site node reference
|
String |
getPreviewProviderName()
Get the preview URI service provider name
|
String |
getStagingStoreName()
Get the staging store name
|
String |
getStoreId()
Get the web project store id
|
String |
getTitle()
Get the title
|
boolean |
isTemplate() |
void |
setDefaultWebApp(String defaultWebApp)
Set the default webapp
|
void |
setDescription(String description)
Set the description
|
void |
setIsTemplate(boolean isTemplate) |
void |
setName(String name)
Set the name
|
void |
setPreviewProviderName(String previewURIServiceProviderName)
Set the preview URI service provider name
|
void |
setTitle(String title)
Set the title
|
public org.alfresco.service.cmr.repository.NodeRef getNodeRef()
getNodeRef in interface WebProjectInfopublic String getName()
getName in interface WebProjectInfopublic void setName(String name)
WebProjectInfosetName in interface WebProjectInfoname - the name to setpublic String getStoreId()
WebProjectInfogetStoreId in interface WebProjectInfopublic String getStagingStoreName()
getStagingStoreName in interface WebProjectInfopublic String getDescription()
getDescription in interface WebProjectInfopublic void setDescription(String description)
setDescription in interface WebProjectInfodescription - descriptionpublic String getTitle()
WebProjectInfogetTitle in interface WebProjectInfopublic void setTitle(String title)
WebProjectInfosetTitle in interface WebProjectInfotitle - the title to setpublic String getDefaultWebApp()
WebProjectInfogetDefaultWebApp in interface WebProjectInfopublic void setDefaultWebApp(String defaultWebApp)
WebProjectInfosetDefaultWebApp in interface WebProjectInfowebApp - the webApp to setpublic boolean isTemplate()
isTemplate in interface WebProjectInfopublic void setIsTemplate(boolean isTemplate)
setIsTemplate in interface WebProjectInfoisTemplate - the isTemplate to setpublic String getPreviewProviderName()
WebProjectInfogetPreviewProviderName in interface WebProjectInfopublic void setPreviewProviderName(String previewURIServiceProviderName)
WebProjectInfosetPreviewProviderName in interface WebProjectInfopreviewURIServiceProviderName - the preview URI service provider name to setCopyright © 2005–2014 Alfresco Software. All rights reserved.