org.nakedobjects.metamodel.facets.object.notpersistable
Class NotPersistableFacetAbstract

java.lang.Object
  extended by org.nakedobjects.metamodel.facets.FacetAbstract
      extended by org.nakedobjects.metamodel.facets.SingleValueFacetAbstract
          extended by org.nakedobjects.metamodel.facets.object.notpersistable.NotPersistableFacetAbstract
All Implemented Interfaces:
InteractionAdvisor, InteractionAdvisorFacet, Facet, NotPersistableFacet, SingleValueFacet, DisablingInteractionAdvisor
Direct Known Subclasses:
NotPersistableFacetImpl, NotPersistableFacetNull

public abstract class NotPersistableFacetAbstract
extends SingleValueFacetAbstract
implements NotPersistableFacet


Field Summary
 
Fields inherited from interface org.nakedobjects.metamodel.consent.InteractionAdvisorFacet
NOOP
 
Constructor Summary
NotPersistableFacetAbstract(InitiatedBy value, FacetHolder holder)
           
 
Method Summary
static java.lang.Class<? extends Facet> type()
           
 InitiatedBy value()
           
 
Methods inherited from class org.nakedobjects.metamodel.facets.FacetAbstract
alwaysReplace, facetType, getFacetHolder, getIdentified, getUnderlyingFacet, isDerived, isNoop, setFacetHolder, setUnderlyingFacet, toString, toStringValues, unwrapObject, unwrapString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.nakedobjects.metamodel.interactions.DisablingInteractionAdvisor
disables
 
Methods inherited from interface org.nakedobjects.metamodel.facets.Facet
alwaysReplace, facetType, getFacetHolder, getUnderlyingFacet, isDerived, isNoop, setFacetHolder, setUnderlyingFacet
 

Constructor Detail

NotPersistableFacetAbstract

public NotPersistableFacetAbstract(InitiatedBy value,
                                   FacetHolder holder)
Method Detail

type

public static java.lang.Class<? extends Facet> type()

value

public InitiatedBy value()
Specified by:
value in interface NotPersistableFacet


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