|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.properties.admin.domain.model.ConfigurationProperty
public final class ConfigurationProperty
A property with its descriptor.
Constructor Summary | |
---|---|
ConfigurationProperty(String configurationKey, String propertyKey, de.smartics.properties.api.core.domain.PropertyDescriptor descriptor, de.smartics.properties.api.config.domain.DescribedProperty property) Default constructor. |
Method Summary | |
---|---|
String |
getConfigurationKey() Returns the unique identifier of the configuration. |
de.smartics.properties.api.core.domain.PropertyDescriptor |
getDescriptor() Returns the descriptor to the property. |
de.smartics.properties.api.config.domain.DescribedProperty |
getProperty() Returns the access to the property value. |
String |
getPropertyKey() Returns the unique identifier of the property within the configuration. |
Object |
getPropertyValue() Returns the value of the property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConfigurationProperty(String configurationKey, String propertyKey, de.smartics.properties.api.core.domain.PropertyDescriptor descriptor, de.smartics.properties.api.config.domain.DescribedProperty property)
configurationKey
- the unique identifier of the configuration.
propertyKey
- the unique identifier of the property within the configuration.
descriptor
- the descriptor to the property.
property
- the access to the property value.
Method Detail |
---|
public String getConfigurationKey()
public String getPropertyKey()
public de.smartics.properties.api.core.domain.PropertyDescriptor getDescriptor()
public de.smartics.properties.api.config.domain.DescribedProperty getProperty()
public Object getPropertyValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |