public static class MigrationDescriptor.MigrationStateDescriptor extends Object implements Descriptor
| Modifier and Type | Field and Description |
|---|---|
String |
description |
String |
descriptionLabel |
String |
id |
UNIQUE_DESCRIPTOR_ID| Constructor and Description |
|---|
MigrationStateDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getDescriptionLabel() |
String |
getId()
The descriptor id, descriptors with same id are merged.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoesRemove, mergepublic String descriptionLabel
public String description
public MigrationStateDescriptor()
public String getId()
DescriptorTo forbid multiple descriptors use UNIQUE_DESCRIPTOR_ID.
To forbid merge use a unique value, non-overriden toString() for exemple.
getId in interface Descriptorpublic String getDescriptionLabel()
public String getDescription()
Copyright © 2019 Nuxeo. All rights reserved.