org.jboss.managed.plugins
Class WritethroughManagedPropertyImpl
java.lang.Object
org.jboss.managed.plugins.ManagedPropertyImpl
org.jboss.managed.plugins.WritethroughManagedPropertyImpl
- All Implemented Interfaces:
- Serializable, ManagedProperty
public class WritethroughManagedPropertyImpl
- extends ManagedPropertyImpl
An extension of ManagedPropertyImpl.
- Version:
- $Revision: 68419 $
- Author:
- Scott.Stark@jboss.org, Ales.Justin@jboss.org
- See Also:
- Serialized Form
| Methods inherited from class org.jboss.managed.plugins.ManagedPropertyImpl |
checkValidValue, equals, getAnnotations, getDescription, getField, getFields, getLegalValues, getManagedObject, getMappedName, getMaximumValue, getMetaType, getMinimumValue, getName, getTargetManagedObject, getValue, hashCode, hasViewUse, isMandatory, setAnnotations, setDescription, setField, setLegalValues, setManagedObject, setMandatory, setMaximumValue, setMetaType, setMinimumValue, setTargetManagedObject, toString |
WritethroughManagedPropertyImpl
public WritethroughManagedPropertyImpl(Fields fields)
WritethroughManagedPropertyImpl
public WritethroughManagedPropertyImpl(ManagedObject managedObject,
Fields fields)
WritethroughManagedPropertyImpl
public WritethroughManagedPropertyImpl(Fields fields,
org.jboss.metatype.api.values.MetaValueFactory valueFactory,
ManagedObjectFactory objectFactory)
getObjectFactory
protected ManagedObjectFactory getObjectFactory()
getValueFactory
protected org.jboss.metatype.api.values.MetaValueFactory getValueFactory()
setValue
public void setValue(Serializable value)
- Write the value back to the attachment if there is a PropertyInfo
in the Fields.PROPERTY_INFO field.
- Specified by:
setValue in interface ManagedProperty- Overrides:
setValue in class ManagedPropertyImpl
- Parameters:
value - the value
Copyright © 2008 JBoss Inc.. All Rights Reserved.