java.lang.Object
de.hybris.platform.integrationbackoffice.widgets.modeling.data.RenameTreeData

public class RenameTreeData extends Object
Holds information about a tree node to be renamed.
  • Constructor Details

    • RenameTreeData

      public RenameTreeData(IntegrationMapKeyDTO parentKey, AbstractListItemDTO matchedDTO, String qualifier)
      Data class holding information about a tree node to be renamed
      Parameters:
      parentKey - Key identifying parent node
      matchedDTO - AbstractListItemDTO that matches the info of the node to be updated
      qualifier - Qualifier label of the node to be renamed
  • Method Details

    • getParentKey

      public IntegrationMapKeyDTO getParentKey()
      Gets the parent tree node's key.
      Returns:
      the parent tree node's key.
    • getMatchedDTO

      public AbstractListItemDTO getMatchedDTO()
      Gets the AbstractListItemDTO that holds the information of the tree node to be updated.
      Returns:
      the AbstractListItemDTO that holds the information of the tree node to be updated.
    • getQualifier

      public String getQualifier()
      Gets the qualifier label of the node to be renamed.
      Returns:
      the qualifier label of the node to be renamed.