Package org.fenixedu.cms.domain
Class PostContentRevision
java.lang.Object
pt.ist.fenixframework.core.AbstractDomainObject
org.fenixedu.cms.domain.PostContentRevision_Base
org.fenixedu.cms.domain.PostContentRevision
- All Implemented Interfaces:
Serializable,Cloneable,pt.ist.fenixframework.DomainObject
- 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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone(CloneCache cloneCache) recursively clones the current and all the next elements of the chainvoiddelete()Methods inherited from class org.fenixedu.cms.domain.PostContentRevision_Base
getBody, getCreatedBy, getExcerpt, getIsLastestRevision, getNext, getPost, getPrevious, getRelationNewestRevision, getRelationPostContentRevisionOwer, getRelationPostContentRevisions, getRelationPostRevisionRevision, getRevisionDate, setBody, setCreatedBy, setExcerpt, setIsLastestRevision, setNext, setPost, setPrevious, setRevisionDateMethods inherited from class pt.ist.fenixframework.core.AbstractDomainObject
checkForDeletionBlockers, deleteDomainObject, ensureOid, equals, getDeletionBlockers, getDomainModel, getExternalId, getOid, hashCode, init$Instance, makeSerializedForm, toString, writeReplace
-
Field Details
-
SIGNAL_CREATED
- See Also:
-
SIGNAL_DELETED
- See Also:
-
-
Constructor Details
-
PostContentRevision
public PostContentRevision()
-
-
Method Details