Package org.apache.hop.history
Class AuditEvent
- java.lang.Object
-
- org.apache.hop.history.AuditEvent
-
public class AuditEvent extends Object
-
-
Constructor Summary
Constructors Constructor Description AuditEvent()AuditEvent(String group, String type, String name, String operation, Date date)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetDate()Gets dateStringgetGroup()Gets groupStringgetName()Gets nameStringgetOperation()Gets operationStringgetType()Gets typevoidsetDate(Date date)voidsetGroup(String group)voidsetName(String name)voidsetOperation(String operation)voidsetType(String type)
-
-
-
Method Detail
-
getGroup
public String getGroup()
Gets group- Returns:
- value of group
-
setGroup
public void setGroup(String group)
- Parameters:
group- The group to set
-
getType
public String getType()
Gets type- Returns:
- value of type
-
setType
public void setType(String type)
- Parameters:
type- The type to set
-
getName
public String getName()
Gets name- Returns:
- value of name
-
setName
public void setName(String name)
- Parameters:
name- The name to set
-
getOperation
public String getOperation()
Gets operation- Returns:
- value of operation
-
setOperation
public void setOperation(String operation)
- Parameters:
operation- The operation to set
-
getDate
public Date getDate()
Gets date- Returns:
- value of date
-
setDate
public void setDate(Date date)
- Parameters:
date- The date to set
-
-