Class AuditableEntity
- java.lang.Object
-
- org.alfresco.event.gateway.entity.AuditableEntity
-
- Direct Known Subclasses:
Subscription
@MappedSuperclass public abstract class AuditableEntity extends Object
Abstract class to model audit information for a domain.
-
-
Constructor Summary
Constructors Constructor Description AuditableEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetCreatedDate()longgetModifiedDate()voidsetCreatedDate(long createdDate)voidsetModifiedDate(long modifiedDate)
-