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
public class PostContentRevision extends PostContentRevision_Base implements Cloneable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSIGNAL_CREATEDstatic StringSIGNAL_DELETED
-
Constructor Summary
Constructors Constructor Description PostContentRevision()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PostContentRevisionclone(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, setRevisionDate
-
-
-
-
Field Detail
-
SIGNAL_CREATED
public static final String SIGNAL_CREATED
- See Also:
- Constant Field Values
-
SIGNAL_DELETED
public static final String SIGNAL_DELETED
- See Also:
- Constant Field Values
-
-
Method Detail
-
delete
public void delete()
-
clone
public PostContentRevision clone(CloneCache cloneCache)
recursively clones the current and all the next elements of the chain
-
-