public class PropertySettings extends EntityWithSurrogateKey
id
Constructor and Description |
---|
PropertySettings() |
PropertySettings(Integer id,
String property,
MultivalueType multivalueType,
AggregationType aggregationType) |
Modifier and Type | Method and Description |
---|---|
AggregationType |
getAggregationType() |
MultivalueType |
getMultivalueType() |
String |
getProperty() |
String |
toString() |
getId, setId
public PropertySettings(Integer id, String property, MultivalueType multivalueType, AggregationType aggregationType)
id
- property
- multivalueType
- aggregationType
- public PropertySettings()
public String getProperty()
public MultivalueType getMultivalueType()
public AggregationType getAggregationType()
Copyright © 2013. All Rights Reserved.