public class ConfigurationEventTypeWithSupertype extends Object implements MetaDefItem, Serializable
Modifier | Constructor and Description |
---|---|
|
ConfigurationEventTypeWithSupertype()
Ctor.
|
protected |
ConfigurationEventTypeWithSupertype(Set<String> superTypes)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
String |
getEndTimestampPropertyName()
Returns the property name of the property providing the end timestamp value.
|
String |
getStartTimestampPropertyName()
Returns the property name of the property providing the start timestamp value.
|
Set<String> |
getSuperTypes()
Returns the super types, if any.
|
void |
setEndTimestampPropertyName(String endTimestampPropertyName)
Sets the property name of the property providing the end timestamp value.
|
void |
setStartTimestampPropertyName(String startTimestampPropertyName)
Sets the property name of the property providing the start timestamp value.
|
void |
setSuperTypes(Set<String> superTypes)
Sets the super types.
|
protected ConfigurationEventTypeWithSupertype(Set<String> superTypes)
superTypes
- super typespublic ConfigurationEventTypeWithSupertype()
public Set<String> getSuperTypes()
public void setSuperTypes(Set<String> superTypes)
superTypes
- set of super type namespublic String getStartTimestampPropertyName()
public void setStartTimestampPropertyName(String startTimestampPropertyName)
startTimestampPropertyName
- start timestamp property namepublic String getEndTimestampPropertyName()
public void setEndTimestampPropertyName(String endTimestampPropertyName)
endTimestampPropertyName
- start timestamp property name