org.nuxeo.ecm.core.lifecycle
Class AbstractLifeCycleManager
java.lang.Object
org.nuxeo.ecm.core.lifecycle.AbstractLifeCycleManager
- All Implemented Interfaces:
- LifeCycleManager
- Direct Known Subclasses:
- JCRLifeCycleManager
public abstract class AbstractLifeCycleManager
- extends Object
- implements LifeCycleManager
Abstract life cycle manager.
- Author:
- Julien Anguenot
- See Also:
LifeCycleManager
|
Method Summary |
String |
getName()
Returns the name of the manager. |
void |
setName(String name)
Sets the name of the life cycle manager. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractLifeCycleManager
public AbstractLifeCycleManager()
getName
public String getName()
- Description copied from interface:
LifeCycleManager
- Returns the name of the manager.
- Specified by:
getName in interface LifeCycleManager
- Returns:
- the name of the manager as a string.
setName
public void setName(String name)
- Description copied from interface:
LifeCycleManager
- Sets the name of the life cycle manager.
- Specified by:
setName in interface LifeCycleManager
- Parameters:
name - of the life cycle manager
Copyright ? 2007 Nuxeo SAS. All Rights Reserved.