public class CoreSetting extends Object implements PlasmaSetting
| Constructor and Description |
|---|
CoreSetting(DataObject source,
Property property,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCreatedMillis() |
Property |
getProperty()
Returns the property of the setting.
|
Object |
getValue()
Returns the value of the setting.
|
String |
getValuePath() |
boolean |
isSet()
Returns whether or not the property is set.
|
public CoreSetting(DataObject source, Property property, Object value)
public Property getProperty()
getProperty in interface ChangeSummary.Settingpublic Object getValue()
getValue in interface ChangeSummary.Settingpublic String getValuePath()
getValuePath in interface PlasmaSettingpublic boolean isSet()
isSet in interface ChangeSummary.Settingtrue if the property is set.public long getCreatedMillis()
getCreatedMillis in interface PlasmaSettingCopyright © 2017. All rights reserved.