org.nakedobjects.metamodel.facets.object.ebc
Interface EqualByContentFacet

All Superinterfaces:
Facet, MarkerFacet
All Known Implementing Classes:
EqualByContentFacetAbstract, EqualByContentFacetImpl, EqualByContentFacetViaValueSemantics

public interface EqualByContentFacet
extends MarkerFacet

Indicates that the instances of this class are equal-by-content.

In the standard Naked Objects Programming Model, typically corresponds to applying the @EqualByContent annotation at the class level.

See Also:
ImmutableFacet, ValueFacet

Method Summary
 
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.