public class ConfigurationEventTypeWithSupertype extends java.lang.Object implements MetaDefItem, java.io.Serializable
Modifier | Constructor and Description |
---|---|
|
ConfigurationEventTypeWithSupertype()
Ctor.
|
protected |
ConfigurationEventTypeWithSupertype(java.util.Set<java.lang.String> superTypes)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
protected ConfigurationEventTypeWithSupertype(java.util.Set<java.lang.String> superTypes)
superTypes
- super typespublic ConfigurationEventTypeWithSupertype()
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