Class EntryGroupLabelProvider

java.lang.Object
de.hybris.platform.platformbackoffice.labelproviders.EntryGroupLabelProvider
All Implemented Interfaces:
com.hybris.cockpitng.labels.LabelProvider<EntryGroup>

public class EntryGroupLabelProvider extends Object implements com.hybris.cockpitng.labels.LabelProvider<EntryGroup>
The class constructs string representation for instances of type EntryGroup
  • Field Details

  • Constructor Details

    • EntryGroupLabelProvider

      public EntryGroupLabelProvider()
  • Method Details

    • getLabel

      public String getLabel(EntryGroup group)
      Specified by:
      getLabel in interface com.hybris.cockpitng.labels.LabelProvider<EntryGroup>
    • getDescription

      public String getDescription(EntryGroup object)
      Specified by:
      getDescription in interface com.hybris.cockpitng.labels.LabelProvider<EntryGroup>
    • getIconPath

      public String getIconPath(EntryGroup object)
      Specified by:
      getIconPath in interface com.hybris.cockpitng.labels.LabelProvider<EntryGroup>