com.espertech.esper.client
Class ConfigurationEventTypeWithSupertype

java.lang.Object
  extended by com.espertech.esper.client.ConfigurationEventTypeWithSupertype
All Implemented Interfaces:
MetaDefItem, java.io.Serializable
Direct Known Subclasses:
ConfigurationEventTypeMap, ConfigurationEventTypeObjectArray

public class ConfigurationEventTypeWithSupertype
extends java.lang.Object
implements MetaDefItem, java.io.Serializable

Configuration object for event types with super-types and timestamp.

See Also:
Serialized Form

Constructor Summary
  ConfigurationEventTypeWithSupertype()
          Ctor.
protected ConfigurationEventTypeWithSupertype(java.util.Set<java.lang.String> superTypes)
          Ctor.
 
Method Summary
 java.lang.String getEndTimestampPropertyName()
          Returns the property name of the property providing the end timestamp value.
 java.lang.String getStartTimestampPropertyName()
          Returns the property name of the property providing the start timestamp value.
 java.util.Set<java.lang.String> getSuperTypes()
          Returns the super types, if any.
 void setEndTimestampPropertyName(java.lang.String endTimestampPropertyName)
          Sets the property name of the property providing the end timestamp value.
 void setStartTimestampPropertyName(java.lang.String startTimestampPropertyName)
          Sets the property name of the property providing the start timestamp value.
 void setSuperTypes(java.util.Set<java.lang.String> superTypes)
          Sets the super types.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationEventTypeWithSupertype

protected ConfigurationEventTypeWithSupertype(java.util.Set<java.lang.String> superTypes)
Ctor.

Parameters:
superTypes - super types

ConfigurationEventTypeWithSupertype

public ConfigurationEventTypeWithSupertype()
Ctor.

Method Detail

getSuperTypes

public java.util.Set<java.lang.String> getSuperTypes()
Returns the super types, if any.

Returns:
set of super type names

setSuperTypes

public void setSuperTypes(java.util.Set<java.lang.String> superTypes)
Sets the super types.

Parameters:
superTypes - set of super type names

getStartTimestampPropertyName

public java.lang.String getStartTimestampPropertyName()
Returns the property name of the property providing the start timestamp value.

Returns:
start timestamp property name

setStartTimestampPropertyName

public void setStartTimestampPropertyName(java.lang.String startTimestampPropertyName)
Sets the property name of the property providing the start timestamp value.

Parameters:
startTimestampPropertyName - start timestamp property name

getEndTimestampPropertyName

public java.lang.String getEndTimestampPropertyName()
Returns the property name of the property providing the end timestamp value.

Returns:
end timestamp property name

setEndTimestampPropertyName

public void setEndTimestampPropertyName(java.lang.String endTimestampPropertyName)
Sets the property name of the property providing the end timestamp value.

Parameters:
endTimestampPropertyName - start timestamp property name

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com