Class 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 Detail

      • Component_Base

        protected Component_Base()
    • 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)
      • getInstalledPageSet

        public Set<Page> getInstalledPageSet()