Package org.alfresco.repo.domain.audit
Class AuditModelEntity
- java.lang.Object
-
- org.alfresco.repo.domain.audit.AuditModelEntity
-
public class AuditModelEntity extends Object
Entity bean for alf_audit_model table.- Since:
- 3.2
- Author:
- Derek Hulley
-
-
Constructor Summary
Constructors Constructor Description AuditModelEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)longgetContentCrc()LonggetContentDataId()LonggetId()inthashCode()voidsetContentCrc(long contentCrc)voidsetContentDataId(Long contentDataId)voidsetId(Long id)StringtoString()
-