Class FareProductLabelProvider
java.lang.Object
de.hybris.platform.transportbackoffice.display.providers.FareProductLabelProvider
- All Implemented Interfaces:
com.hybris.cockpitng.labels.LabelProvider<FareProductModel>
public class FareProductLabelProvider
extends Object
implements com.hybris.cockpitng.labels.LabelProvider<FareProductModel>
Label Provider for the FareProductModel.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.i18n.CommonI18NServicegetDescription(FareProductModel object) getIconPath(FareProductModel object) getLabel(FareProductModel fareProductModel) voidsetCommonI18NService(de.hybris.platform.servicelayer.i18n.CommonI18NService commonI18NService) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hybris.cockpitng.labels.LabelProvider
getShortLabel
-
Constructor Details
-
FareProductLabelProvider
public FareProductLabelProvider()
-
-
Method Details
-
getLabel
- Specified by:
getLabelin interfacecom.hybris.cockpitng.labels.LabelProvider<FareProductModel>
-
getCommonI18NService
protected de.hybris.platform.servicelayer.i18n.CommonI18NService getCommonI18NService()- Returns:
- the commonI18NService
-
setCommonI18NService
public void setCommonI18NService(de.hybris.platform.servicelayer.i18n.CommonI18NService commonI18NService) - Parameters:
commonI18NService- the commonI18NService to set
-
getDescription
- Specified by:
getDescriptionin interfacecom.hybris.cockpitng.labels.LabelProvider<FareProductModel>
-
getIconPath
- Specified by:
getIconPathin interfacecom.hybris.cockpitng.labels.LabelProvider<FareProductModel>
-