net.esper.client
Class ConfigurationEventTypeLegacy.LegacyMethodPropDesc

java.lang.Object
  extended by net.esper.client.ConfigurationEventTypeLegacy.LegacyMethodPropDesc
All Implemented Interfaces:
Serializable
Enclosing class:
ConfigurationEventTypeLegacy

public static class ConfigurationEventTypeLegacy.LegacyMethodPropDesc
extends Object
implements Serializable

Encapsulates information about an accessor method backing a named event property.

See Also:
Serialized Form

Constructor Summary
ConfigurationEventTypeLegacy.LegacyMethodPropDesc(String name, String accessorMethodName)
          Ctor.
 
Method Summary
 String getAccessorMethodName()
          Returns the accessor method name.
 String getName()
          Returns the event property name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationEventTypeLegacy.LegacyMethodPropDesc

public ConfigurationEventTypeLegacy.LegacyMethodPropDesc(String name,
                                                         String accessorMethodName)
Ctor.

Parameters:
name - is the event property name
accessorMethodName - is the name of the accessor method
Method Detail

getName

public String getName()
Returns the event property name.

Returns:
event property name

getAccessorMethodName

public String getAccessorMethodName()
Returns the accessor method name.

Returns:
accessor method name