Class RenameTreeData
java.lang.Object
de.hybris.platform.integrationbackoffice.widgets.modeling.data.RenameTreeData
Holds information about a tree node to be renamed.
-
Constructor Summary
ConstructorsConstructorDescriptionRenameTreeData(IntegrationMapKeyDTO parentKey, AbstractListItemDTO matchedDTO, String qualifier) Data class holding information about a tree node to be renamed -
Method Summary
Modifier and TypeMethodDescriptionGets theAbstractListItemDTOthat holds the information of the tree node to be updated.Gets the parent tree node's key.Gets the qualifier label of the 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 nodematchedDTO-AbstractListItemDTOthat matches the info of the node to be updatedqualifier- Qualifier label of the node to be renamed
-
-
Method Details
-
getParentKey
Gets the parent tree node's key.- Returns:
- the parent tree node's key.
-
getMatchedDTO
Gets theAbstractListItemDTOthat holds the information of the tree node to be updated.- Returns:
- the
AbstractListItemDTOthat holds the information of the tree node to be updated.
-
getQualifier
Gets the qualifier label of the node to be renamed.- Returns:
- the qualifier label of the node to be renamed.
-