org.gcube.contentmanagement.timeseriesservice.impl.history
Class TSHistoryItem
java.lang.Object
org.gcube.contentmanagement.timeseriesservice.impl.history.TSHistoryItem
- All Implemented Interfaces:
- java.io.Serializable
public class TSHistoryItem
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Constructor Summary |
TSHistoryItem(java.lang.String query,
java.lang.String humanDescription,
java.util.Date date,
OperationType opType)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TSHistoryItem
public TSHistoryItem(java.lang.String query,
java.lang.String humanDescription,
java.util.Date date,
OperationType opType)
getQuery
public java.lang.String getQuery()
getHumanDescription
public java.lang.String getHumanDescription()
getDate
public java.util.Date getDate()
getOpType
public OperationType getOpType()
setQuery
public void setQuery(java.lang.String query)
setHumanDescription
public void setHumanDescription(java.lang.String humanDescription)
setDate
public void setDate(java.util.Date date)
setOpType
public void setOpType(OperationType opType)