org.gcube.contentmanagement.timeseriesservice.impl.history
Class TSHistoryItem

java.lang.Object
  extended by 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)
           
 
Method Summary
 java.util.Date getDate()
           
 java.lang.String getHumanDescription()
           
 OperationType getOpType()
           
 java.lang.String getQuery()
           
 void setDate(java.util.Date date)
           
 void setHumanDescription(java.lang.String humanDescription)
           
 void setOpType(OperationType opType)
           
 void setQuery(java.lang.String query)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TSHistoryItem

public TSHistoryItem(java.lang.String query,
                     java.lang.String humanDescription,
                     java.util.Date date,
                     OperationType opType)
Method Detail

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)