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

java.lang.Object
  extended by org.gcube.contentmanagement.timeseriesservice.impl.history.CurationHistoryItem
All Implemented Interfaces:
Serializable

public class CurationHistoryItem
extends Object
implements Serializable

See Also:
Serialized Form

Nested Class Summary
static class CurationHistoryItem.OperationType
           
 
Constructor Summary
CurationHistoryItem(String query, String humanDescription, Date date, CurationHistoryItem.OperationType opType)
           
 
Method Summary
 Date getDate()
           
 String getHumanDescription()
           
 CurationHistoryItem.OperationType getOpType()
           
 String getQuery()
           
 void setDate(Date date)
           
 void setHumanDescription(String humanDescription)
           
 void setOpType(CurationHistoryItem.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

CurationHistoryItem

public CurationHistoryItem(String query,
                           String humanDescription,
                           Date date,
                           CurationHistoryItem.OperationType opType)
Method Detail

getQuery

public String getQuery()

setQuery

public void setQuery(String query)

getHumanDescription

public String getHumanDescription()

setHumanDescription

public void setHumanDescription(String humanDescription)

getDate

public Date getDate()

setDate

public void setDate(Date date)

getOpType

public CurationHistoryItem.OperationType getOpType()

setOpType

public void setOpType(CurationHistoryItem.OperationType opType)


Copyright © 2012. All Rights Reserved.