Class ProtocolFacingConsentImpl
- java.lang.Object
-
- de.adorsys.opba.protocol.facade.services.scoped.consentaccess.ProtocolFacingConsentImpl
-
- All Implemented Interfaces:
ProtocolFacingConsent
public class ProtocolFacingConsentImpl extends Object implements ProtocolFacingConsent
-
-
Constructor Summary
Constructors Constructor Description ProtocolFacingConsentImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetConsentContext()StringgetConsentId()voidsetConsentContext(String context)voidsetConsentId(String id)
-
-
-
Method Detail
-
getConsentId
public String getConsentId()
- Specified by:
getConsentIdin interfaceProtocolFacingConsent
-
getConsentContext
public String getConsentContext()
- Specified by:
getConsentContextin interfaceProtocolFacingConsent
-
setConsentId
public void setConsentId(String id)
- Specified by:
setConsentIdin interfaceProtocolFacingConsent
-
setConsentContext
public void setConsentContext(String context)
- Specified by:
setConsentContextin interfaceProtocolFacingConsent
-
-