Class TmaBillingTimeAttributeHandler<T extends de.hybris.platform.servicelayer.model.AbstractItemModel>

  • Type Parameters:
    T - the model type
    All Implemented Interfaces:
    de.hybris.platform.servicelayer.model.attribute.DynamicAttributeHandler<BillingTimeModel,​T>
    Direct Known Subclasses:
    TmaBillingTimeChargeEntryAttribute, TmaBillingTimeUsageChargeAttribute

    public abstract class TmaBillingTimeAttributeHandler<T extends de.hybris.platform.servicelayer.model.AbstractItemModel>
    extends de.hybris.platform.servicelayer.model.attribute.AbstractDynamicAttributeHandler<BillingTimeModel,​T>
    Attribute handler for dynamic attribute billing time
    Since:
    1907
    • Constructor Detail

      • TmaBillingTimeAttributeHandler

        public TmaBillingTimeAttributeHandler()
    • Method Detail

      • get

        public BillingTimeModel get​(T model)
        Specified by:
        get in interface de.hybris.platform.servicelayer.model.attribute.DynamicAttributeHandler<BillingTimeModel,​T extends de.hybris.platform.servicelayer.model.AbstractItemModel>
        Overrides:
        get in class de.hybris.platform.servicelayer.model.attribute.AbstractDynamicAttributeHandler<BillingTimeModel,​T extends de.hybris.platform.servicelayer.model.AbstractItemModel>