Class ProtocolFacingPaymentImpl
- java.lang.Object
-
- de.adorsys.opba.protocol.facade.services.scoped.paymentaccess.ProtocolFacingPaymentImpl
-
- All Implemented Interfaces:
ProtocolFacingPayment
public class ProtocolFacingPaymentImpl extends Object implements ProtocolFacingPayment
-
-
Constructor Summary
Constructors Constructor Description ProtocolFacingPaymentImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstantgetCreatedAtTime()StringgetPaymentContext()StringgetPaymentId()voidsetPaymentContext(String context)voidsetPaymentId(String id)
-
-
-
Method Detail
-
getPaymentId
public String getPaymentId()
- Specified by:
getPaymentIdin interfaceProtocolFacingPayment
-
getPaymentContext
public String getPaymentContext()
- Specified by:
getPaymentContextin interfaceProtocolFacingPayment
-
setPaymentId
public void setPaymentId(String id)
- Specified by:
setPaymentIdin interfaceProtocolFacingPayment
-
setPaymentContext
public void setPaymentContext(String context)
- Specified by:
setPaymentContextin interfaceProtocolFacingPayment
-
getCreatedAtTime
public Instant getCreatedAtTime()
- Specified by:
getCreatedAtTimein interfaceProtocolFacingPayment
-
-