Package org.fenixedu.cms.domain
Class PostContentRevision_Base
java.lang.Object
pt.ist.fenixframework.core.AbstractDomainObject
org.fenixedu.cms.domain.PostContentRevision_Base
- All Implemented Interfaces:
Serializable,pt.ist.fenixframework.DomainObject
- Direct Known Subclasses:
PostContentRevision
public abstract class PostContentRevision_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.commons.i18n.LocalizedStringgetBody()org.fenixedu.bennu.core.domain.Userorg.fenixedu.commons.i18n.LocalizedStringprotected PostgetNext()getPost()static pt.ist.fenixframework.dml.runtime.DirectRelation<PostContentRevision,Post> static pt.ist.fenixframework.dml.runtime.DirectRelation<PostContentRevision,org.fenixedu.bennu.core.domain.User> static pt.ist.fenixframework.dml.runtime.DirectRelation<PostContentRevision,PostContentRevision> static pt.ist.fenixframework.dml.runtime.DirectRelation<PostContentRevision,Post> org.joda.time.DateTimevoidsetBody(org.fenixedu.commons.i18n.LocalizedString body) voidsetCreatedBy(org.fenixedu.bennu.core.domain.User createdBy) voidsetExcerpt(org.fenixedu.commons.i18n.LocalizedString excerpt) protected voidsetIsLastestRevision(Post isLastestRevision) voidsetNext(PostContentRevision next) voidvoidsetPrevious(PostContentRevision previous) voidsetRevisionDate(org.joda.time.DateTime revisionDate) 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
-
PostContentRevision_Base
protected PostContentRevision_Base()
-
-
Method Details
-
getRelationNewestRevision
public static pt.ist.fenixframework.dml.runtime.DirectRelation<PostContentRevision,Post> getRelationNewestRevision() -
getRelationPostContentRevisions
public static pt.ist.fenixframework.dml.runtime.DirectRelation<PostContentRevision,PostContentRevision> getRelationPostContentRevisions() -
getRelationPostContentRevisionOwer
public static pt.ist.fenixframework.dml.runtime.DirectRelation<PostContentRevision,org.fenixedu.bennu.core.domain.User> getRelationPostContentRevisionOwer() -
getRelationPostRevisionRevision
public static pt.ist.fenixframework.dml.runtime.DirectRelation<PostContentRevision,Post> getRelationPostRevisionRevision() -
getExcerpt
public org.fenixedu.commons.i18n.LocalizedString getExcerpt() -
setExcerpt
public void setExcerpt(org.fenixedu.commons.i18n.LocalizedString excerpt) -
getBody
public org.fenixedu.commons.i18n.LocalizedString getBody() -
setBody
public void setBody(org.fenixedu.commons.i18n.LocalizedString body) -
getRevisionDate
public org.joda.time.DateTime getRevisionDate() -
setRevisionDate
public void setRevisionDate(org.joda.time.DateTime revisionDate) -
getIsLastestRevision
-
setIsLastestRevision
-
getPrevious
-
setPrevious
-
getNext
-
setNext
-
getCreatedBy
public org.fenixedu.bennu.core.domain.User getCreatedBy() -
setCreatedBy
public void setCreatedBy(org.fenixedu.bennu.core.domain.User createdBy) -
getPost
-
setPost
-