protected class CompositeDataBean.CompositeDataBeanState extends java.lang.Object implements PropertyBackedBeanState
| Modifier | Constructor and Description |
|---|---|
protected |
CompositeDataBean.CompositeDataBeanState()
Instantiates a new composite data bean state.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
getBean()
Gets the wrapped Java bean.
|
java.lang.String |
getProperty(java.lang.String name)
Gets a property value.
|
java.util.Set |
getPropertyNames()
Gets the names of all properties.
|
void |
setProperty(java.lang.String name,
java.lang.String value)
Sets the value of a property.
|
void |
start()
Starts up the component, using its new property values.
|
void |
stop()
Stops the component, so that its property values can be changed.
|
protected CompositeDataBean.CompositeDataBeanState()
public java.lang.String getProperty(java.lang.String name)
PropertyBackedBeanStategetProperty in interface PropertyBackedBeanStatename - the namepublic java.util.Set getPropertyNames()
PropertyBackedBeanStategetPropertyNames in interface PropertyBackedBeanStatepublic void setProperty(java.lang.String name,
java.lang.String value)
PropertyBackedBeanStatePropertyBackedBeanState.stop() and should only be called for
property names for which the #isUpdateable(String) method returns true.setProperty in interface PropertyBackedBeanStatename - the property namevalue - the property valuepublic void start()
PropertyBackedBeanStatestart in interface PropertyBackedBeanStatepublic void stop()
PropertyBackedBeanStatestop in interface PropertyBackedBeanStateprotected java.lang.Object getBean()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.