public class BillingTimeChargeEntryAttribute extends SubscriptionAwareAttributeHandler<BillingTimeModel,ChargeEntryModel>
| Constructor and Description |
|---|
BillingTimeChargeEntryAttribute() |
| Modifier and Type | Method and Description |
|---|---|
BillingTimeModel |
get(ChargeEntryModel model)
Holds logic behind getter for dynamic attribute.
|
void |
set(ChargeEntryModel model,
BillingTimeModel value)
Holds logic behind setter for dynamic attribute.
|
getSubscriptionProductService, setSubscriptionProductServicepublic BillingTimeModel get(ChargeEntryModel model)
DynamicAttributeHandlerget in interface DynamicAttributeHandler<BillingTimeModel,ChargeEntryModel>get in class AbstractDynamicAttributeHandler<BillingTimeModel,ChargeEntryModel>model - model for which dynamic attribute is declared.public void set(ChargeEntryModel model, BillingTimeModel value)
DynamicAttributeHandlerset in interface DynamicAttributeHandler<BillingTimeModel,ChargeEntryModel>set in class AbstractDynamicAttributeHandler<BillingTimeModel,ChargeEntryModel>model - model for which dynamic attribute is declared.value - the value which will be used by setter logic.Copyright © 2018 SAP SE. All Rights Reserved.