public class StatusSettingImpl extends java.lang.Object implements StatusSetting
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
ref |
protected DataComponent |
refComponent |
protected Status |
value |
Constructor and Description |
---|
StatusSettingImpl() |
StatusSettingImpl(java.lang.String ref,
Status value) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getRef()
Gets the ref property
|
DataComponent |
getReferencedObject() |
Status |
getValue()
Gets the inline value
|
void |
setRef(java.lang.String ref)
Sets the ref property
|
void |
setReferencedObject(DataComponent refObj)
Sets the object being configured by this setting
|
void |
setValue(Status value)
Sets the inline value
|
protected java.lang.String ref
protected Status value
protected transient DataComponent refComponent
public StatusSettingImpl()
public StatusSettingImpl(java.lang.String ref, Status value)
public java.lang.String getRef()
getRef
in interface ConfigSetting<DataComponent>
public void setRef(java.lang.String ref)
setRef
in interface ConfigSetting<DataComponent>
public Status getValue()
getValue
in interface StatusSetting
public void setValue(Status value)
setValue
in interface StatusSetting
public DataComponent getReferencedObject()
getReferencedObject
in interface ConfigSetting<DataComponent>
public void setReferencedObject(DataComponent refObj)
ConfigSetting
setReferencedObject
in interface ConfigSetting<DataComponent>
refObj
- referenced object instance