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