com.ebmwebsourcing.webeditor.api.domain.project
Interface IDefaultProjectConfigurationData

All Superinterfaces:
IProjectConfigurationData
All Known Implementing Classes:
DefaultProjectConfigurationData

public interface IDefaultProjectConfigurationData
extends IProjectConfigurationData


Method Summary
 java.lang.String getProjectName()
           
 boolean isAutoSave()
           
 boolean isPublic()
           
 void setAutoSave(boolean autosave)
           
 void setProjectName(java.lang.String name)
           
 void setPublic(boolean isPublic)
           
 

Method Detail

getProjectName

java.lang.String getProjectName()

setProjectName

void setProjectName(java.lang.String name)

isPublic

boolean isPublic()

isAutoSave

boolean isAutoSave()

setPublic

void setPublic(boolean isPublic)

setAutoSave

void setAutoSave(boolean autosave)


Copyright © 2010-2011 Petals Link. All Rights Reserved.