public interface PropertyInitializationFacet extends Facet
This differs from the PropertySetterFacet in that it is only called
when object is set up (after persistence) and not every time a property
changes; hence it will not be made part of a transaction.
In the standard Apache Isis Programming Model, corresponds to invoking the mutator method for a property.
| Modifier and Type | Method and Description |
|---|---|
void |
initProperty(ObjectAdapter inObject,
ObjectAdapter value)
Sets the value of this property.
|
alwaysReplace, facetType, getFacetHolder, getUnderlyingFacet, isDerived, isNoop, setFacetHolder, setUnderlyingFacetvoid initProperty(ObjectAdapter inObject, ObjectAdapter value)
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.