Package org.fenixedu.cms.domain
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 -
Method Summary
Modifier and TypeMethodDescriptionorg.fenixedu.bennu.io.domain.GroupBasedFilegetFiles()getIndex()booleanorg.fenixedu.cms.domain.PostgetPost()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.SitegetSite()voidsetFiles(org.fenixedu.bennu.io.domain.GroupBasedFile files) voidvoidsetIsEmbedded(boolean isEmbedded) voidsetPost(org.fenixedu.cms.domain.Post post) voidsetSite(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
-
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
-
setIndex
-
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)
-