Class StaticPost_Base

java.lang.Object
pt.ist.fenixframework.core.AbstractDomainObject
org.fenixedu.cms.domain.component.Component_Base
org.fenixedu.cms.domain.component.Component
org.fenixedu.cms.domain.component.StaticPost_Base
All Implemented Interfaces:
Serializable, org.fenixedu.cms.domain.Cloneable, pt.ist.fenixframework.DomainObject

public abstract class StaticPost_Base extends org.fenixedu.cms.domain.component.Component
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class pt.ist.fenixframework.core.AbstractDomainObject

    pt.ist.fenixframework.core.AbstractDomainObject.SerializedForm
  • Field Summary

    Fields inherited from class org.fenixedu.cms.domain.component.Component

    advice$delete, COMPONENTS
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.fenixedu.cms.domain.Post
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.cms.domain.Post,org.fenixedu.cms.domain.component.StaticPost>
     
    void
    setPost(org.fenixedu.cms.domain.Post post)
     

    Methods inherited from class org.fenixedu.cms.domain.component.Component

    availableComponents, clone, componentType, delete, forType, forType, getDescription, getName, getType, handle, json, register

    Methods inherited from class pt.ist.fenixframework.core.AbstractDomainObject

    checkForDeletionBlockers, deleteDomainObject, ensureOid, equals, getDeletionBlockers, getDomainModel, getExternalId, getOid, hashCode, init$Instance, makeSerializedForm, toString, writeReplace

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • StaticPost_Base

      protected StaticPost_Base()
  • Method Details

    • getRelationStaticPostPost

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.cms.domain.Post,org.fenixedu.cms.domain.component.StaticPost> getRelationStaticPostPost()
    • getPost

      public org.fenixedu.cms.domain.Post getPost()
    • setPost

      public void setPost(org.fenixedu.cms.domain.Post post)