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
|
Constructor Summary |
TSHistoryItem(String query,
String humanDescription,
Date date,
org.gcube.contentmanagement.timeseriesservice.stubs.types.OperationType opType)
|
| 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,
org.gcube.contentmanagement.timeseriesservice.stubs.types.OperationType opType)
getQuery
public String getQuery()
getHumanDescription
public String getHumanDescription()
getDate
public Date getDate()
getOpType
public org.gcube.contentmanagement.timeseriesservice.stubs.types.OperationType getOpType()
setQuery
public void setQuery(String query)
setHumanDescription
public void setHumanDescription(String humanDescription)
setDate
public void setDate(Date date)
setOpType
public void setOpType(org.gcube.contentmanagement.timeseriesservice.stubs.types.OperationType opType)
Copyright © 2012. All Rights Reserved.