Package org.fenixedu.cms.domain
Class CMSTemplate_Base
- java.lang.Object
-
- pt.ist.fenixframework.core.AbstractDomainObject
-
- org.fenixedu.cms.domain.CMSTemplate_Base
-
- All Implemented Interfaces:
Serializable,pt.ist.fenixframework.DomainObject
- Direct Known Subclasses:
CMSTemplate
public abstract class CMSTemplate_Base extends pt.ist.fenixframework.core.AbstractDomainObject- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedCMSTemplate_Base()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddPages(Page pages)protected CMSThemegetDefaultTemplateTheme()StringgetDescription()StringgetFilePath()StringgetName()Set<Page>getPagesSet()static pt.ist.fenixframework.dml.runtime.DirectRelation<CMSTheme,CMSTemplate>getRelationCMSTemplateCMSTheme()static pt.ist.fenixframework.dml.runtime.DirectRelation<CMSTemplate,Page>getRelationCMSTemplatePage()static pt.ist.fenixframework.dml.runtime.DirectRelation<CMSTheme,CMSTemplate>getRelationDefaultPage()CMSThemegetTheme()StringgetType()voidremovePages(Page pages)protected voidsetDefaultTemplateTheme(CMSTheme defaultTemplateTheme)voidsetDescription(String description)voidsetFilePath(String filePath)voidsetName(String name)voidsetTheme(CMSTheme theme)voidsetType(String type)
-
-
-
Method Detail
-
getRelationDefaultPage
public static pt.ist.fenixframework.dml.runtime.DirectRelation<CMSTheme,CMSTemplate> getRelationDefaultPage()
-
getRelationCMSTemplatePage
public static pt.ist.fenixframework.dml.runtime.DirectRelation<CMSTemplate,Page> getRelationCMSTemplatePage()
-
getRelationCMSTemplateCMSTheme
public static pt.ist.fenixframework.dml.runtime.DirectRelation<CMSTheme,CMSTemplate> getRelationCMSTemplateCMSTheme()
-
getFilePath
public String getFilePath()
-
setFilePath
public void setFilePath(String filePath)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getType
public String getType()
-
setType
public void setType(String type)
-
getDefaultTemplateTheme
protected CMSTheme getDefaultTemplateTheme()
-
setDefaultTemplateTheme
protected void setDefaultTemplateTheme(CMSTheme defaultTemplateTheme)
-
addPages
public void addPages(Page pages)
-
removePages
public void removePages(Page pages)
-
getTheme
public CMSTheme getTheme()
-
setTheme
public void setTheme(CMSTheme theme)
-
-