public interface PropertySetterFacet extends Facet
In the standard Apache Isis Programming Model, corresponds to invoking the mutator method for a property.
| Modifier and Type | Method and Description |
|---|---|
void |
setProperty(ObjectAdapter inObject,
ObjectAdapter value)
Sets the value of this property.
|
alwaysReplace, facetType, getFacetHolder, getUnderlyingFacet, isDerived, isNoop, setFacetHolder, setUnderlyingFacetvoid setProperty(ObjectAdapter inObject, ObjectAdapter value)
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.