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

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

Constructor Detail

TSHistoryItem

public TSHistoryItem(String query,
                     String humanDescription,
                     Date date,
                     org.gcube.contentmanagement.timeseriesservice.stubs.types.OperationType opType)
Method Detail

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.