info.magnolia.module.model
Class ComponentDefinition

java.lang.Object
  extended by info.magnolia.module.model.ComponentDefinition

public class ComponentDefinition
extends Object

Component as defined in module descriptor.

Version:
$Id$
See Also:
ModuleDefinition

Field Summary
static String SCOPE_LOCAL
           
static String SCOPE_SESSION
           
static String SCOPE_SINGLETON
           
 
Constructor Summary
ComponentDefinition()
           
 
Method Summary
 String getImplementation()
           
 String getLazy()
           
 String getObserved()
           
 String getPath()
           
 String getProvider()
           
 String getScope()
           
 String getType()
           
 String getWorkspace()
           
 void setImplementation(String implementation)
           
 void setLazy(String lazy)
           
 void setObserved(String observed)
           
 void setPath(String path)
           
 void setProvider(String provider)
           
 void setScope(String scope)
           
 void setType(String type)
           
 void setWorkspace(String workspace)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ComponentDefinition

public ComponentDefinition()
Method Detail

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-2013 Magnolia International Ltd.. All Rights Reserved.