Class AuditEvent
- java.lang.Object
-
- ubic.gemma.model.common.auditAndSecurity.AuditEvent
-
- All Implemented Interfaces:
Serializable
,Identifiable
public class AuditEvent extends Object implements Identifiable, Serializable
An event in the life of an object.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AuditEvent.Factory
-
Constructor Summary
Constructors Constructor Description AuditEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object object)
AuditAction
getAction()
Date
getDate()
String
getDetail()
AuditEventType
getEventType()
Long
getId()
String
getNote()
User
getPerformer()
int
hashCode()
-
-
-
Method Detail
-
getAction
public AuditAction getAction()
-
getDate
public Date getDate()
-
getDetail
public String getDetail()
-
getEventType
public AuditEventType getEventType()
-
getId
public Long getId()
- Specified by:
getId
in interfaceIdentifiable
-
getNote
public String getNote()
-
getPerformer
public User getPerformer()
-
-