public class LifeCycleTransitionImpl extends Object implements LifeCycleTransition
LifeCycleTransition
Constructor and Description |
---|
LifeCycleTransitionImpl(String name,
String description,
String destinationState) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Returns the description of the transition.
|
String |
getDestinationStateName()
Returns the destination state.
|
String |
getName()
Returns the transition name.
|
public String getDestinationStateName()
LifeCycleTransition
getDestinationStateName
in interface LifeCycleTransition
public String getDescription()
LifeCycleTransition
getDescription
in interface LifeCycleTransition
public String getName()
LifeCycleTransition
getName
in interface LifeCycleTransition
Copyright © 2015 Nuxeo SA. All rights reserved.