Class SAPSubscriptionConfigurationModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.sap.saprevenuecloudorder.model.SAPSubscriptionConfigurationModel
All Implemented Interfaces:
Serializable

public class SAPSubscriptionConfigurationModel extends ItemModel
Generated model class for type SAPSubscriptionConfiguration first defined at extension saprevenuecloudorder.
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 SAPSubscriptionConfiguration.clientId attribute defined at extension saprevenuecloudorder.
    static final String
    Generated constant - Attribute key of SAPSubscriptionConfiguration.clientSecret attribute defined at extension saprevenuecloudorder.
    static final String
    Generated constant - Attribute key of SAPSubscriptionConfiguration.endpoint attribute defined at extension saprevenuecloudorder.
    static final String
    Generated constant - Attribute key of SAPSubscriptionConfiguration.id attribute defined at extension saprevenuecloudorder.
    static final String
    Generated constant - Attribute key of SAPSubscriptionConfiguration.oauthUrl attribute defined at extension saprevenuecloudorder.
    static final String
    Generated constant - Attribute key of SAPSubscriptionConfiguration.warehouses attribute defined at extension saprevenuecloudorder.

    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.
    SAPSubscriptionConfigurationModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Generated constructor - Default constructor for creation with existing context
    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 SAPSubscriptionConfiguration.clientId attribute defined at extension saprevenuecloudorder.
    Generated method - Getter of the SAPSubscriptionConfiguration.clientSecret attribute defined at extension saprevenuecloudorder.
    Generated method - Getter of the SAPSubscriptionConfiguration.endpoint attribute defined at extension saprevenuecloudorder.
    Generated method - Getter of the SAPSubscriptionConfiguration.id attribute defined at extension saprevenuecloudorder.
    Generated method - Getter of the SAPSubscriptionConfiguration.oauthUrl attribute defined at extension saprevenuecloudorder.
    Generated method - Getter of the SAPSubscriptionConfiguration.warehouses attribute defined at extension saprevenuecloudorder.
    void
    Generated method - Setter of SAPSubscriptionConfiguration.clientId attribute defined at extension saprevenuecloudorder.
    void
    Generated method - Setter of SAPSubscriptionConfiguration.clientSecret attribute defined at extension saprevenuecloudorder.
    void
    Generated method - Setter of SAPSubscriptionConfiguration.endpoint attribute defined at extension saprevenuecloudorder.
    void
    setId(String value)
    Generated method - Setter of SAPSubscriptionConfiguration.id attribute defined at extension saprevenuecloudorder.
    void
    Generated method - Setter of SAPSubscriptionConfiguration.oauthUrl attribute defined at extension saprevenuecloudorder.
    void
    Generated method - Setter of SAPSubscriptionConfiguration.warehouses attribute defined at extension saprevenuecloudorder.

    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:
    • ID

      public static final String ID
      Generated constant - Attribute key of SAPSubscriptionConfiguration.id attribute defined at extension saprevenuecloudorder.
      See Also:
    • ENDPOINT

      public static final String ENDPOINT
      Generated constant - Attribute key of SAPSubscriptionConfiguration.endpoint attribute defined at extension saprevenuecloudorder.
      See Also:
    • OAUTHURL

      public static final String OAUTHURL
      Generated constant - Attribute key of SAPSubscriptionConfiguration.oauthUrl attribute defined at extension saprevenuecloudorder.
      See Also:
    • CLIENTID

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

      public static final String CLIENTSECRET
      Generated constant - Attribute key of SAPSubscriptionConfiguration.clientSecret attribute defined at extension saprevenuecloudorder.
      See Also:
    • WAREHOUSES

      public static final String WAREHOUSES
      Generated constant - Attribute key of SAPSubscriptionConfiguration.warehouses attribute defined at extension saprevenuecloudorder.
      See Also:
  • Constructor Details

    • SAPSubscriptionConfigurationModel

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

      public SAPSubscriptionConfigurationModel(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
    • SAPSubscriptionConfigurationModel

      @Deprecated(since="4.1.1", forRemoval=true) public SAPSubscriptionConfigurationModel(String _id, Collection<WarehouseModel> _warehouses)
      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:
      _id - initial attribute declared by type SAPSubscriptionConfiguration at extension saprevenuecloudorder
      _warehouses - initial attribute declared by type SAPSubscriptionConfiguration at extension saprevenuecloudorder
    • SAPSubscriptionConfigurationModel

      @Deprecated(since="4.1.1", forRemoval=true) public SAPSubscriptionConfigurationModel(String _id, ItemModel _owner, Collection<WarehouseModel> _warehouses)
      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:
      _id - initial attribute declared by type SAPSubscriptionConfiguration at extension saprevenuecloudorder
      _owner - initial attribute declared by type Item at extension core
      _warehouses - initial attribute declared by type SAPSubscriptionConfiguration at extension saprevenuecloudorder
  • Method Details

    • getClientId

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

      @Accessor(qualifier="clientSecret", type=GETTER) public String getClientSecret()
      Generated method - Getter of the SAPSubscriptionConfiguration.clientSecret attribute defined at extension saprevenuecloudorder.
      Returns:
      the clientSecret - client secret
    • getEndpoint

      @Accessor(qualifier="endpoint", type=GETTER) public String getEndpoint()
      Generated method - Getter of the SAPSubscriptionConfiguration.endpoint attribute defined at extension saprevenuecloudorder.
      Returns:
      the endpoint - subscription billing provisioning request endpoint
    • getId

      @Accessor(qualifier="id", type=GETTER) public String getId()
      Generated method - Getter of the SAPSubscriptionConfiguration.id attribute defined at extension saprevenuecloudorder.
      Returns:
      the id - tenant id
    • getOauthUrl

      @Accessor(qualifier="oauthUrl", type=GETTER) public String getOauthUrl()
      Generated method - Getter of the SAPSubscriptionConfiguration.oauthUrl attribute defined at extension saprevenuecloudorder.
      Returns:
      the oauthUrl - oauth url
    • getWarehouses

      @Accessor(qualifier="warehouses", type=GETTER) public Collection<WarehouseModel> getWarehouses()
      Generated method - Getter of the SAPSubscriptionConfiguration.warehouses attribute defined at extension saprevenuecloudorder. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the warehouses
    • setClientId

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

      @Accessor(qualifier="clientSecret", type=SETTER) public void setClientSecret(String value)
      Generated method - Setter of SAPSubscriptionConfiguration.clientSecret attribute defined at extension saprevenuecloudorder.
      Parameters:
      value - the clientSecret - client secret
    • setEndpoint

      @Accessor(qualifier="endpoint", type=SETTER) public void setEndpoint(String value)
      Generated method - Setter of SAPSubscriptionConfiguration.endpoint attribute defined at extension saprevenuecloudorder.
      Parameters:
      value - the endpoint - subscription billing provisioning request endpoint
    • setId

      @Accessor(qualifier="id", type=SETTER) public void setId(String value)
      Generated method - Setter of SAPSubscriptionConfiguration.id attribute defined at extension saprevenuecloudorder.
      Parameters:
      value - the id - tenant id
    • setOauthUrl

      @Accessor(qualifier="oauthUrl", type=SETTER) public void setOauthUrl(String value)
      Generated method - Setter of SAPSubscriptionConfiguration.oauthUrl attribute defined at extension saprevenuecloudorder.
      Parameters:
      value - the oauthUrl - oauth url
    • setWarehouses

      @Accessor(qualifier="warehouses", type=SETTER) public void setWarehouses(Collection<WarehouseModel> value)
      Generated method - Setter of SAPSubscriptionConfiguration.warehouses attribute defined at extension saprevenuecloudorder.
      Parameters:
      value - the warehouses