org.nakedobjects.metamodel.facets.properties.businesskey
Interface BusinessKeyFacet

All Superinterfaces:
Facet, SingleStringValueFacet
All Known Implementing Classes:
BusinessKeyFacetAbstract

public interface BusinessKeyFacet
extends SingleStringValueFacet

Indicates that this property is part of the business key.

In the standard Naked Objects Programming Model, corresponds to annotating the property with the @BusinessKey annotation.

TODO: not yet implemented by the framework or any viewer.


Method Summary
 
Methods inherited from interface org.nakedobjects.metamodel.facets.SingleStringValueFacet
value
 
Methods inherited from interface org.nakedobjects.metamodel.facets.Facet
alwaysReplace, facetType, getFacetHolder, getUnderlyingFacet, isDerived, isNoop, setFacetHolder, setUnderlyingFacet
 



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