Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.lifecycle.impl
Class LifeCycleTransitionImpl

java.lang.Object
  extended by org.nuxeo.ecm.core.lifecycle.impl.LifeCycleTransitionImpl
All Implemented Interfaces:
LifeCycleTransition

public class LifeCycleTransitionImpl
extends Object
implements LifeCycleTransition

Life cycle transition implementation.

Author:
Julien Anguenot
See Also:
LifeCycleTransition

Constructor Summary
LifeCycleTransitionImpl(String name, String description, String destinationState)
           
 
Method Summary
 String getDescription()
          Returns the description of the transition.
 String getDestinationStateName()
          Returns the destination state.
 String getName()
          Returns the transition name.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LifeCycleTransitionImpl

public LifeCycleTransitionImpl(String name,
                               String description,
                               String destinationState)
Method Detail

getDestinationStateName

public String getDestinationStateName()
Description copied from interface: LifeCycleTransition
Returns the destination state.

Specified by:
getDestinationStateName in interface LifeCycleTransition
Returns:
the destination state name as a string

getDescription

public String getDescription()
Description copied from interface: LifeCycleTransition
Returns the description of the transition.

Specified by:
getDescription in interface LifeCycleTransition
Returns:
the description of the transition.

getName

public String getName()
Description copied from interface: LifeCycleTransition
Returns the transition name.

Specified by:
getName in interface LifeCycleTransition
Returns:
the transition name as a string

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.