Class Component_Base
- java.lang.Object
-
- pt.ist.fenixframework.core.AbstractDomainObject
-
- org.fenixedu.cms.domain.component.Component_Base
-
- All Implemented Interfaces:
Serializable,pt.ist.fenixframework.DomainObject
- Direct Known Subclasses:
Component
public abstract class Component_Base extends pt.ist.fenixframework.core.AbstractDomainObject- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedComponent_Base()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddInstalledPage(Page installedPage)org.fenixedu.bennu.core.domain.UsergetCreatedBy()org.joda.time.DateTimegetCreationDate()Set<Page>getInstalledPageSet()static pt.ist.fenixframework.dml.runtime.DirectRelation<Page,Component>getRelationComponentPage()static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.User,Component>getRelationComponentUser()StringgetType()voidremoveInstalledPage(Page installedPage)voidsetCreatedBy(org.fenixedu.bennu.core.domain.User createdBy)voidsetCreationDate(org.joda.time.DateTime creationDate)voidsetType(String type)
-
-
-
Method Detail
-
getRelationComponentUser
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.User,Component> getRelationComponentUser()
-
getRelationComponentPage
public static pt.ist.fenixframework.dml.runtime.DirectRelation<Page,Component> getRelationComponentPage()
-
getCreationDate
public org.joda.time.DateTime getCreationDate()
-
setCreationDate
public void setCreationDate(org.joda.time.DateTime creationDate)
-
getType
public String getType()
-
setType
public void setType(String type)
-
getCreatedBy
public org.fenixedu.bennu.core.domain.User getCreatedBy()
-
setCreatedBy
public void setCreatedBy(org.fenixedu.bennu.core.domain.User createdBy)
-
addInstalledPage
public void addInstalledPage(Page installedPage)
-
removeInstalledPage
public void removeInstalledPage(Page installedPage)
-
-