org.plasma.sdo.core
Class CoreSetting
java.lang.Object
org.plasma.sdo.core.CoreSetting
- All Implemented Interfaces:
- ChangeSummary.Setting, PlasmaSetting
public class CoreSetting
- extends Object
- implements PlasmaSetting
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CoreSetting
public CoreSetting(DataObject source,
Property property,
Object value)
getProperty
public Property getProperty()
- Returns the property of the setting.
- Specified by:
getProperty in interface ChangeSummary.Setting
- Returns:
- the setting property.
getValue
public Object getValue()
- Returns the value of the setting.
- Specified by:
getValue in interface ChangeSummary.Setting
- Returns:
- the setting value.
getValuePath
public String getValuePath()
- Specified by:
getValuePath in interface PlasmaSetting
isSet
public boolean isSet()
- Returns whether or not the property is set.
- Specified by:
isSet in interface ChangeSummary.Setting
- Returns:
true if the property is set.
getCreatedMillis
public long getCreatedMillis()
- Specified by:
getCreatedMillis in interface PlasmaSetting
Copyright © 2013. All rights reserved.