org.nakedobjects.metamodel.spec.identifier
Class IdentifiedImpl

java.lang.Object
  extended by org.nakedobjects.metamodel.facets.FacetHolderImpl
      extended by org.nakedobjects.metamodel.spec.identifier.IdentifiedImpl
All Implemented Interfaces:
FacetHolder, Identified

public class IdentifiedImpl
extends FacetHolderImpl
implements Identified


Constructor Summary
IdentifiedImpl()
           
IdentifiedImpl(Identifier identifier)
           
 
Method Summary
 Identifier getIdentifier()
          Identifier of this feature.
 
Methods inherited from class org.nakedobjects.metamodel.facets.FacetHolderImpl
addFacet, addFacet, containsFacet, getFacet, getFacets, getFacetTypes, removeFacet, removeFacet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.nakedobjects.metamodel.facets.FacetHolder
addFacet, addFacet, containsFacet, getFacet, getFacets, getFacetTypes, removeFacet, removeFacet
 

Constructor Detail

IdentifiedImpl

public IdentifiedImpl()

IdentifiedImpl

public IdentifiedImpl(Identifier identifier)
Method Detail

getIdentifier

public Identifier getIdentifier()
Description copied from interface: Identified
Identifier of this feature.

Specified by:
getIdentifier in interface Identified


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