Class MigrationDescriptor.MigrationStateDescriptor

    • Field Detail

      • descriptionLabel

        public String descriptionLabel
      • description

        public String description
    • Constructor Detail

      • MigrationStateDescriptor

        public MigrationStateDescriptor()
    • Method Detail

      • getId

        public String getId()
        Description copied from interface: Descriptor
        The descriptor id, descriptors with same id are merged.

        To forbid multiple descriptors use UNIQUE_DESCRIPTOR_ID.

        To forbid merge use a unique value, non-overriden toString() for exemple.

        Specified by:
        getId in interface Descriptor
      • getDescriptionLabel

        public String getDescriptionLabel()
      • getDescription

        public String getDescription()