net.esper.event.property
Class PropertyBase

java.lang.Object
  extended by net.esper.event.property.PropertyBase
All Implemented Interfaces:
Property
Direct Known Subclasses:
DynamicIndexedProperty, DynamicMappedProperty, DynamicSimpleProperty, IndexedProperty, MappedProperty, SimpleProperty

public abstract class PropertyBase
extends Object
implements Property

All properties have a property name and this is the abstract base class that serves up the property name.


Field Summary
protected  String propertyName
          Property name.
 
Constructor Summary
PropertyBase(String propertyName)
          Ctor.
 
Method Summary
 String getPropertyName()
          Returns the property name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.esper.event.property.Property
getGetter, getGetterMap, getPropertyType, getPropertyTypeMap
 

Field Detail

propertyName

protected String propertyName
Property name.

Constructor Detail

PropertyBase

public PropertyBase(String propertyName)
Ctor.

Parameters:
propertyName - is the name of the property
Method Detail

getPropertyName

public String getPropertyName()
Returns the property name.

Returns:
name of property

© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com