|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.client.ConfigurationEventTypeWithSupertype
public class ConfigurationEventTypeWithSupertype
Configuration object for event types with super-types and timestamp.
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 |
---|
protected ConfigurationEventTypeWithSupertype(java.util.Set<java.lang.String> superTypes)
superTypes
- super typespublic ConfigurationEventTypeWithSupertype()
Method Detail |
---|
public java.util.Set<java.lang.String> getSuperTypes()
public void setSuperTypes(java.util.Set<java.lang.String> superTypes)
superTypes
- set of super type namespublic java.lang.String getStartTimestampPropertyName()
public void setStartTimestampPropertyName(java.lang.String startTimestampPropertyName)
startTimestampPropertyName
- start timestamp property namepublic java.lang.String getEndTimestampPropertyName()
public void setEndTimestampPropertyName(java.lang.String endTimestampPropertyName)
endTimestampPropertyName
- start timestamp property name
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |