org.nakedobjects.metamodel.facets.properties.modify
Interface PropertySetterFacet

All Superinterfaces:
Facet
All Known Implementing Classes:
PropertySetterFacetAbstract, PropertySetterFacetViaModifyMethod, PropertySetterFacetViaSetterMethod

public interface PropertySetterFacet
extends Facet

The mechanism by which the value of the property can be set.

In the standard Naked Objects Programming Model, corresponds to invoking the mutator method for a property.

See Also:
PropertyAccessorFacet, PropertyClearFacet, PropertyInitializationFacet

Method Summary
 void setProperty(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

setProperty

void setProperty(NakedObject inObject,
                 NakedObject value)
Sets the value of this property.



Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.