org.plasma.sdo.core
Class CoreSetting

java.lang.Object
  extended by org.plasma.sdo.core.CoreSetting
All Implemented Interfaces:
ChangeSummary.Setting, PlasmaSetting

public class CoreSetting
extends Object
implements PlasmaSetting


Constructor Summary
CoreSetting(DataObject source, Property property, Object value)
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoreSetting

public CoreSetting(DataObject source,
                   Property property,
                   Object value)
Method Detail

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.