com.highdeal.pnr.hci
Class SenderContextDomain

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

public class SenderContextDomain
extends java.lang.Object

This class represents a domain of a ChargeExecutionContext. It is used to specify information about the sender of the operation.


Method Summary
 java.math.BigDecimal getJobId()
          Gets the job identifier of the sender of the operation.
 void setJobId(java.math.BigDecimal jobId)
          Sets the job identifier of the sender of the operation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getJobId

public java.math.BigDecimal getJobId()
Gets the job identifier of the sender of the operation.

Returns:
the job identifier of the sender of the operation

setJobId

public void setJobId(java.math.BigDecimal jobId)
Sets the job identifier of the sender of the operation.

Parameters:
jobId - the job identifier of the sender of the operation

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