org.gcube.contentmanagement.timeseriesservice.impl.history
Class CurationHistoryItem
java.lang.Object
org.gcube.contentmanagement.timeseriesservice.impl.history.CurationHistoryItem
- All Implemented Interfaces:
- Serializable
public class CurationHistoryItem
- 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 |
CurationHistoryItem
public CurationHistoryItem(String query,
String humanDescription,
Date date,
CurationHistoryItem.OperationType opType)
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.