|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PropertyInitializationFacet
The mechanism by which the value of the property can be initialised.
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 Naked Objects Programming Model, corresponds to invoking the mutator method for a property.
PropertyAccessorFacet,
PropertySetterFacet,
PropertyClearFacet| Method Summary | |
|---|---|
void |
initProperty(NakedObject inObject,
NakedObject value)
Sets the value of this property. |
| Methods inherited from interface org.nakedobjects.metamodel.facets.Facet |
|---|
alwaysReplace, facetType, getFacetHolder, getUnderlyingFacet, isDerived, isNoop, setFacetHolder, setUnderlyingFacet |
| Method Detail |
|---|
void initProperty(NakedObject inObject,
NakedObject value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||