com.highdeal.pnr.hci
Class ChargingOutputContextDomain

java.lang.Object
  extended by com.highdeal.pnr.hci.ChargingOutputContextDomain

public class ChargingOutputContextDomain
extends java.lang.Object

This Java class represents a domain of a ChargeExecutionContext; You use it to dynamically configure the output data generated when process a charging operation request. The SAP CC system takes this business configuration into account during the charging process.


Method Summary
 boolean isChargeableItemExported()
          Gets whether chargeable items must be exported in the output of the charging operation.
 void setChargeableItemExported(boolean chargeableItemExported)
          Sets whether chargeable items must be exported in the output of the charging operation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isChargeableItemExported

public boolean isChargeableItemExported()
Gets whether chargeable items must be exported in the output of the charging operation.

Returns:
true if chargeable items must be exported, false otherwise

setChargeableItemExported

public void setChargeableItemExported(boolean chargeableItemExported)
Sets whether chargeable items must be exported in the output of the charging operation.

Note

The charging output interface framework must be configured to generate chargeable items.

Parameters:
chargeableItemExported - true to export chargeable items, false otherwise

Document Published: October 2015 (SAP CC 4.0 SP10 and Later)