Class AuditEventValueObject
java.lang.Object
ubic.gemma.model.common.IdentifiableValueObject<AuditEvent>
ubic.gemma.model.common.auditAndSecurity.AuditEventValueObject
- All Implemented Interfaces:
Serializable,Identifiable
- Author:
- klc (orginally generated by model)
- See Also:
-
Field Summary
Fields inherited from class ubic.gemma.model.common.IdentifiableValueObject
id -
Constructor Summary
ConstructorsConstructorDescriptionRequired when using the class as a spring bean. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.getDate()Class<? extends AuditEventType> getNote()voidvoidvoidvoidsetEventType(Class<? extends AuditEventType> eventType) voidvoidsetPerformer(String name) toString()
-
Constructor Details
-
AuditEventValueObject
public AuditEventValueObject()Required when using the class as a spring bean. -
AuditEventValueObject
-
AuditEventValueObject
-
-
Method Details
-
getAction
-
setAction
-
getActionName
Deprecated.UsegetAction()instead. -
getDate
-
setDate
-
getDetail
-
setDetail
-
getEventType
-
setEventType
-
getEventTypeName
-
getNote
-
setNote
-
getPerformer
-
setPerformer
-
toString
- Overrides:
toStringin classIdentifiableValueObject<AuditEvent>
-