Class SAPDigitalPaymentClientModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.cissapdigitalpayment.model.SAPDigitalPaymentClientModel
All Implemented Interfaces:
Serializable

public class SAPDigitalPaymentClientModel extends ItemModel
Generated model class for type SAPDigitalPaymentClient first defined at extension cissapdigitalpayment.
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of SAPDigitalPaymentClient.authorizedGrantTypes attribute defined at extension cissapdigitalpayment.
    static final String
    Generated constant - Attribute key of SAPDigitalPaymentClient.clientId attribute defined at extension cissapdigitalpayment.
    static final String
    Generated constant - Attribute key of SAPDigitalPaymentClient.clientSecret attribute defined at extension cissapdigitalpayment.
    static final String
    Generated constant - Attribute key of SAPDigitalPaymentClient.scope attribute defined at extension cissapdigitalpayment.
    static final String
    Generated constant - Attribute key of SAPDigitalPaymentClient.tokenUrl attribute defined at extension cissapdigitalpayment.

    Fields inherited from class de.hybris.platform.core.model.ItemModel

    _COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED

    Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
  • Constructor Summary

    Constructors
    Constructor
    Description
    Generated constructor - Default constructor for generic creation.
    SAPDigitalPaymentClientModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Generated constructor - Default constructor for creation with existing context
    SAPDigitalPaymentClientModel(String _clientId, ItemModel _owner, String _tokenUrl)
    Deprecated, for removal: This API element is subject to removal in a future version.
    since 4.1.1 Please use the default constructor without parameters
    Deprecated, for removal: This API element is subject to removal in a future version.
    since 4.1.1 Please use the default constructor without parameters
  • Method Summary

    Modifier and Type
    Method
    Description
    Generated method - Getter of the SAPDigitalPaymentClient.authorizedGrantTypes attribute defined at extension cissapdigitalpayment.
    Generated method - Getter of the SAPDigitalPaymentClient.clientId attribute defined at extension cissapdigitalpayment.
    Generated method - Getter of the SAPDigitalPaymentClient.clientSecret attribute defined at extension cissapdigitalpayment.
    Generated method - Getter of the SAPDigitalPaymentClient.scope attribute defined at extension cissapdigitalpayment.
    Generated method - Getter of the SAPDigitalPaymentClient.tokenUrl attribute defined at extension cissapdigitalpayment.
    void
    Generated method - Setter of SAPDigitalPaymentClient.authorizedGrantTypes attribute defined at extension cissapdigitalpayment.
    void
    Generated method - Setter of SAPDigitalPaymentClient.clientId attribute defined at extension cissapdigitalpayment.
    void
    Generated method - Setter of SAPDigitalPaymentClient.clientSecret attribute defined at extension cissapdigitalpayment.
    void
    Generated method - Setter of SAPDigitalPaymentClient.scope attribute defined at extension cissapdigitalpayment.
    void
    Generated method - Setter of SAPDigitalPaymentClient.tokenUrl attribute defined at extension cissapdigitalpayment.

    Methods inherited from class de.hybris.platform.core.model.ItemModel

    getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner

    Methods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    equals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplace

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • CLIENTID

      public static final String CLIENTID
      Generated constant - Attribute key of SAPDigitalPaymentClient.clientId attribute defined at extension cissapdigitalpayment.
      See Also:
    • CLIENTSECRET

      public static final String CLIENTSECRET
      Generated constant - Attribute key of SAPDigitalPaymentClient.clientSecret attribute defined at extension cissapdigitalpayment.
      See Also:
    • TOKENURL

      public static final String TOKENURL
      Generated constant - Attribute key of SAPDigitalPaymentClient.tokenUrl attribute defined at extension cissapdigitalpayment.
      See Also:
    • SCOPE

      public static final String SCOPE
      Generated constant - Attribute key of SAPDigitalPaymentClient.scope attribute defined at extension cissapdigitalpayment.
      See Also:
    • AUTHORIZEDGRANTTYPES

      public static final String AUTHORIZEDGRANTTYPES
      Generated constant - Attribute key of SAPDigitalPaymentClient.authorizedGrantTypes attribute defined at extension cissapdigitalpayment.
      See Also:
  • Constructor Details

    • SAPDigitalPaymentClientModel

      public SAPDigitalPaymentClientModel()
      Generated constructor - Default constructor for generic creation.
    • SAPDigitalPaymentClientModel

      public SAPDigitalPaymentClientModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • SAPDigitalPaymentClientModel

      @Deprecated(since="4.1.1", forRemoval=true) public SAPDigitalPaymentClientModel(String _clientId, String _tokenUrl)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - Constructor with all mandatory attributes.
      Parameters:
      _clientId - initial attribute declared by type SAPDigitalPaymentClient at extension cissapdigitalpayment
      _tokenUrl - initial attribute declared by type SAPDigitalPaymentClient at extension cissapdigitalpayment
    • SAPDigitalPaymentClientModel

      @Deprecated(since="4.1.1", forRemoval=true) public SAPDigitalPaymentClientModel(String _clientId, ItemModel _owner, String _tokenUrl)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _clientId - initial attribute declared by type SAPDigitalPaymentClient at extension cissapdigitalpayment
      _owner - initial attribute declared by type Item at extension core
      _tokenUrl - initial attribute declared by type SAPDigitalPaymentClient at extension cissapdigitalpayment
  • Method Details

    • getAuthorizedGrantTypes

      @Accessor(qualifier="authorizedGrantTypes", type=GETTER) public Set<String> getAuthorizedGrantTypes()
      Generated method - Getter of the SAPDigitalPaymentClient.authorizedGrantTypes attribute defined at extension cissapdigitalpayment. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the authorizedGrantTypes - Set of grant types for client
    • getClientId

      @Accessor(qualifier="clientId", type=GETTER) public String getClientId()
      Generated method - Getter of the SAPDigitalPaymentClient.clientId attribute defined at extension cissapdigitalpayment.
      Returns:
      the clientId - Client Id
    • getClientSecret

      @Accessor(qualifier="clientSecret", type=GETTER) public String getClientSecret()
      Generated method - Getter of the SAPDigitalPaymentClient.clientSecret attribute defined at extension cissapdigitalpayment.
      Returns:
      the clientSecret - Client Secret
    • getScope

      @Accessor(qualifier="scope", type=GETTER) public Set<String> getScope()
      Generated method - Getter of the SAPDigitalPaymentClient.scope attribute defined at extension cissapdigitalpayment. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the scope - Set of client scopes
    • getTokenUrl

      @Accessor(qualifier="tokenUrl", type=GETTER) public String getTokenUrl()
      Generated method - Getter of the SAPDigitalPaymentClient.tokenUrl attribute defined at extension cissapdigitalpayment.
      Returns:
      the tokenUrl - Token URL for client
    • setAuthorizedGrantTypes

      @Accessor(qualifier="authorizedGrantTypes", type=SETTER) public void setAuthorizedGrantTypes(Set<String> value)
      Generated method - Setter of SAPDigitalPaymentClient.authorizedGrantTypes attribute defined at extension cissapdigitalpayment.
      Parameters:
      value - the authorizedGrantTypes - Set of grant types for client
    • setClientId

      @Accessor(qualifier="clientId", type=SETTER) public void setClientId(String value)
      Generated method - Setter of SAPDigitalPaymentClient.clientId attribute defined at extension cissapdigitalpayment.
      Parameters:
      value - the clientId - Client Id
    • setClientSecret

      @Accessor(qualifier="clientSecret", type=SETTER) public void setClientSecret(String value)
      Generated method - Setter of SAPDigitalPaymentClient.clientSecret attribute defined at extension cissapdigitalpayment.
      Parameters:
      value - the clientSecret - Client Secret
    • setScope

      @Accessor(qualifier="scope", type=SETTER) public void setScope(Set<String> value)
      Generated method - Setter of SAPDigitalPaymentClient.scope attribute defined at extension cissapdigitalpayment.
      Parameters:
      value - the scope - Set of client scopes
    • setTokenUrl

      @Accessor(qualifier="tokenUrl", type=SETTER) public void setTokenUrl(String value)
      Generated method - Setter of SAPDigitalPaymentClient.tokenUrl attribute defined at extension cissapdigitalpayment.
      Parameters:
      value - the tokenUrl - Token URL for client