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.
Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.