info.magnolia.module.model
Class ComponentDefinition
java.lang.Object
info.magnolia.module.model.ComponentDefinition
public class ComponentDefinition
- extends Object
Component as defined in module descriptor.
- Version:
- $Id$
- See Also:
ModuleDefinition
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SCOPE_SINGLETON
public static final String SCOPE_SINGLETON
- See Also:
- Constant Field Values
SCOPE_LOCAL
public static final String SCOPE_LOCAL
- See Also:
- Constant Field Values
SCOPE_SESSION
public static final String SCOPE_SESSION
- See Also:
- Constant Field Values
ComponentDefinition
public ComponentDefinition()
getType
public String getType()
setType
public void setType(String type)
getImplementation
public String getImplementation()
setImplementation
public void setImplementation(String implementation)
getObserved
public String getObserved()
setObserved
public void setObserved(String observed)
getWorkspace
public String getWorkspace()
setWorkspace
public void setWorkspace(String workspace)
getPath
public String getPath()
setPath
public void setPath(String path)
getProvider
public String getProvider()
setProvider
public void setProvider(String provider)
getScope
public String getScope()
setScope
public void setScope(String scope)
getLazy
public String getLazy()
setLazy
public void setLazy(String lazy)
Copyright © 2003-2012 Magnolia International Ltd.. All Rights Reserved.