it.geosolutions.geobatch.catalog.impl.event
Class CatalogModifyEventImpl<T>
java.lang.Object
it.geosolutions.geobatch.catalog.impl.event.CatalogEventImpl<T>
it.geosolutions.geobatch.catalog.impl.event.CatalogModifyEventImpl<T>
- All Implemented Interfaces:
- CatalogEvent<T>, CatalogModifyEvent<T>
public class CatalogModifyEventImpl<T>
- extends CatalogEventImpl<T>
- implements CatalogModifyEvent<T>
- Author:
- Simone Giannecchini, GeoSolutions
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CatalogModifyEventImpl
public CatalogModifyEventImpl(T source)
setPropertyNames
public void setPropertyNames(java.util.List<java.lang.String> propertyNames)
setNewValues
public void setNewValues(java.util.List<T> newValues)
setOldValues
public void setOldValues(java.util.List<T> oldValues)
getNewValues
public java.util.List<T> getNewValues()
- Specified by:
getNewValues in interface CatalogModifyEvent<T>
getOldValues
public java.util.List<T> getOldValues()
- Specified by:
getOldValues in interface CatalogModifyEvent<T>
getPropertyNames
public java.util.List<java.lang.String> getPropertyNames()
- Specified by:
getPropertyNames in interface CatalogModifyEvent<T>
Copyright © 2008-2012 GeoSolutions. All Rights Reserved.