it.geosolutions.geobatch.catalog.impl.event
Class CatalogModifyEventImpl<T>

java.lang.Object
  extended by it.geosolutions.geobatch.catalog.impl.event.CatalogEventImpl<T>
      extended by 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

Constructor Summary
CatalogModifyEventImpl(T source)
           
 
Method Summary
 java.util.List<T> getNewValues()
           
 java.util.List<T> getOldValues()
           
 java.util.List<java.lang.String> getPropertyNames()
           
 void setNewValues(java.util.List<T> newValues)
           
 void setOldValues(java.util.List<T> oldValues)
           
 void setPropertyNames(java.util.List<java.lang.String> propertyNames)
           
 
Methods inherited from class it.geosolutions.geobatch.catalog.impl.event.CatalogEventImpl
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface it.geosolutions.geobatch.catalog.event.CatalogEvent
getSource
 

Constructor Detail

CatalogModifyEventImpl

public CatalogModifyEventImpl(T source)
Method Detail

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.