Class AuditEventValueObject
- java.lang.Object
-
- ubic.gemma.model.IdentifiableValueObject<AuditEvent>
-
- ubic.gemma.model.common.auditAndSecurity.AuditEventValueObject
-
- All Implemented Interfaces:
Serializable
,Identifiable
public class AuditEventValueObject extends IdentifiableValueObject<AuditEvent>
- Author:
- klc (orginally generated by model)
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class ubic.gemma.model.IdentifiableValueObject
id
-
-
Constructor Summary
Constructors Constructor Description AuditEventValueObject()
Required when using the class as a spring bean.AuditEventValueObject(Long id)
AuditEventValueObject(AuditEvent ae)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getAction()
String
getActionName()
Deprecated.Date
getDate()
String
getDetail()
AuditEventType
getEventType()
String
getEventTypeName()
String
getNote()
String
getPerformer()
void
setAction(String action)
void
setDate(Date date)
void
setDetail(String detail)
void
setEventType(AuditEventType eventType)
void
setNote(String note)
void
setPerformer(String name)
String
toString()
-
Methods inherited from class ubic.gemma.model.IdentifiableValueObject
getId, setId
-
-
-
-
Constructor Detail
-
AuditEventValueObject
public AuditEventValueObject()
Required when using the class as a spring bean.
-
AuditEventValueObject
public AuditEventValueObject(Long id)
-
AuditEventValueObject
public AuditEventValueObject(AuditEvent ae)
-
-
Method Detail
-
getAction
public String getAction()
-
setAction
public void setAction(String action)
-
getActionName
@Deprecated public String getActionName()
Deprecated.UsegetAction()
instead.
-
getDate
public Date getDate()
-
setDate
public void setDate(Date date)
-
getDetail
public String getDetail()
-
setDetail
public void setDetail(String detail)
-
getEventType
public AuditEventType getEventType()
-
setEventType
public void setEventType(AuditEventType eventType)
-
getEventTypeName
public String getEventTypeName()
-
getNote
public String getNote()
-
setNote
public void setNote(String note)
-
getPerformer
public String getPerformer()
-
setPerformer
public void setPerformer(String name)
-
-