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

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
              extended by org.nakedobjects.metamodel.facets.object.notpersistable.NotPersistableFacetNull
All Implemented Interfaces:
InteractionAdvisor, InteractionAdvisorFacet, Facet, NotPersistableFacet, SingleValueFacet, DisablingInteractionAdvisor

public class NotPersistableFacetNull
extends NotPersistableFacetAbstract

Installed by the FallbackFacetFactory, and means that this class is persistable (ie not not persistable).


Field Summary
 
Fields inherited from interface org.nakedobjects.metamodel.consent.InteractionAdvisorFacet
NOOP
 
Constructor Summary
NotPersistableFacetNull(FacetHolder holder)
           
 
Method Summary
 java.lang.String disables(UsabilityContext<? extends UsabilityEvent> ic)
          Always returns null (that is, does not disable).
 
Methods inherited from class org.nakedobjects.metamodel.facets.object.notpersistable.NotPersistableFacetAbstract
type, 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.facets.Facet
alwaysReplace, facetType, getFacetHolder, getUnderlyingFacet, isDerived, isNoop, setFacetHolder, setUnderlyingFacet
 

Constructor Detail

NotPersistableFacetNull

public NotPersistableFacetNull(FacetHolder holder)
Method Detail

disables

public java.lang.String disables(UsabilityContext<? extends UsabilityEvent> ic)
Always returns null (that is, does not disable).



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