public class CoreSetting extends Object implements PlasmaSetting
| Constructor and Description |
|---|
CoreSetting(commonj.sdo.DataObject source,
commonj.sdo.Property property,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCreatedMillis() |
commonj.sdo.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(commonj.sdo.DataObject source,
commonj.sdo.Property property,
Object value)
public commonj.sdo.Property getProperty()
getProperty in interface commonj.sdo.ChangeSummary.Settingpublic Object getValue()
getValue in interface commonj.sdo.ChangeSummary.Settingpublic String getValuePath()
getValuePath in interface PlasmaSettingpublic boolean isSet()
isSet in interface commonj.sdo.ChangeSummary.Settingtrue if the property is set.public long getCreatedMillis()
getCreatedMillis in interface PlasmaSettingCopyright © 2021. All rights reserved.