com.gisgraphy.domain.geoloc.entity.event
Class PlaceTypeDeleteAllEvent
java.lang.Object
com.gisgraphy.domain.geoloc.entity.event.PlaceTypeDeleteAllEvent
- All Implemented Interfaces:
- IEvent, IGisRepositoryEvent
public class PlaceTypeDeleteAllEvent
- extends Object
- implements IGisRepositoryEvent
Event that occurred when all GisFeature
s of a placetype are deleted
- Author:
- David Masclet
PlaceTypeDeleteAllEvent
public PlaceTypeDeleteAllEvent(Class<? extends GisFeature> placeType)
- Default constructor
- Parameters:
placeType
- The placetype that all GisFeature will be deleted
getPlaceType
public Class<? extends GisFeature> getPlaceType()
- Returns:
- The placetype that all gisfeature are deleted
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
Copyright © 2012. All Rights Reserved.