Package org.nuxeo.runtime.migration
Class MigrationStep
- java.lang.Object
-
- org.nuxeo.runtime.migration.MigrationStep
-
public class MigrationStep extends Object
- Since:
- 11.2
-
-
Field Summary
Fields Modifier and Type Field Description protected String
description
protected String
descriptionLabel
protected String
fromState
protected String
id
protected String
toState
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
static MigrationStep
from(MigrationDescriptor.MigrationStepDescriptor descriptor)
String
getDescription()
String
getDescriptionLabel()
String
getFromState()
String
getId()
String
getToState()
int
hashCode()
String
toString()
-
-
-
Method Detail
-
from
public static MigrationStep from(MigrationDescriptor.MigrationStepDescriptor descriptor)
-
getId
public final String getId()
-
getDescription
public String getDescription()
-
getDescriptionLabel
public String getDescriptionLabel()
-
getFromState
public String getFromState()
-
getToState
public String getToState()
-
-