Class PostFile_Base

java.lang.Object
pt.ist.fenixframework.core.AbstractDomainObject
org.fenixedu.cms.domain.PostFile_Base
All Implemented Interfaces:
Serializable, pt.ist.fenixframework.DomainObject

public abstract class PostFile_Base extends pt.ist.fenixframework.core.AbstractDomainObject
See Also:
  • Nested Class Summary

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

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

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.fenixedu.bennu.io.domain.GroupBasedFile
     
     
    boolean
     
    org.fenixedu.cms.domain.Post
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.cms.domain.Site,org.fenixedu.cms.domain.PostFile>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.cms.domain.PostFile,org.fenixedu.bennu.io.domain.GroupBasedFile>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.cms.domain.Post,org.fenixedu.cms.domain.PostFile>
     
    org.fenixedu.cms.domain.Site
     
    void
    setFiles(org.fenixedu.bennu.io.domain.GroupBasedFile files)
     
    void
     
    void
    setIsEmbedded(boolean isEmbedded)
     
    void
    setPost(org.fenixedu.cms.domain.Post post)
     
    void
    setSite(org.fenixedu.cms.domain.Site site)
     

    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

    • PostFile_Base

      protected PostFile_Base()
  • Method Details

    • getRelationFilePostFile

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.cms.domain.PostFile,org.fenixedu.bennu.io.domain.GroupBasedFile> getRelationFilePostFile()
    • getRelationFileHasPostFiles

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.cms.domain.Site,org.fenixedu.cms.domain.PostFile> getRelationFileHasPostFiles()
    • getRelationPostHasPostFiles

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.cms.domain.Post,org.fenixedu.cms.domain.PostFile> getRelationPostHasPostFiles()
    • getIsEmbedded

      public boolean getIsEmbedded()
    • setIsEmbedded

      public void setIsEmbedded(boolean isEmbedded)
    • getIndex

      public Integer getIndex()
    • setIndex

      public void setIndex(Integer index)
    • getFiles

      public org.fenixedu.bennu.io.domain.GroupBasedFile getFiles()
    • setFiles

      public void setFiles(org.fenixedu.bennu.io.domain.GroupBasedFile files)
    • getSite

      public org.fenixedu.cms.domain.Site getSite()
    • setSite

      public void setSite(org.fenixedu.cms.domain.Site site)
    • getPost

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

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