Package org.apache.hop.history
Class AuditState
- java.lang.Object
-
- org.apache.hop.history.AuditState
-
public class AuditState extends Object
This class allows you to describe the state of objects like loaded files, windows and so on
-
-
Constructor Summary
Constructors Constructor Description AuditState()AuditState(String name, Map<String,Object> stateMap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetName()Gets nameMap<String,Object>getStateMap()Gets stateMapinthashCode()voidsetName(String name)voidsetStateMap(Map<String,Object> stateMap)
-