Class SubscriptionPricingOutboundModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
com.sap.hybris.sapcpqsbintegration.model.SubscriptionPricingOutboundModel
All Implemented Interfaces:
Serializable

public class SubscriptionPricingOutboundModel extends ItemModel
Generated model class for type SubscriptionPricingOutbound first defined at extension sapcpqsbintegration.
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 SubscriptionPricingOutbound.cpqQuoteId attribute defined at extension sapcpqsbintegration.
    static final String
    Generated constant - Attribute key of SubscriptionPricingOutbound.cpqQuoteVersion attribute defined at extension sapcpqsbintegration.
    static final String
    Generated constant - Attribute key of SubscriptionPricingOutbound.externalSystemId attribute defined at extension sapcpqsbintegration.
    static final String
    Generated constant - Attribute key of SubscriptionPricingOutbound.requests attribute defined at extension sapcpqsbintegration.

    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.
    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
    SubscriptionPricingOutboundModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Generated constructor - Default constructor for creation with existing context
  • Method Summary

    Modifier and Type
    Method
    Description
    Generated method - Getter of the SubscriptionPricingOutbound.cpqQuoteId attribute defined at extension sapcpqsbintegration.
    Generated method - Getter of the SubscriptionPricingOutbound.cpqQuoteVersion attribute defined at extension sapcpqsbintegration.
    Generated method - Getter of the SubscriptionPricingOutbound.externalSystemId attribute defined at extension sapcpqsbintegration.
    Generated method - Getter of the SubscriptionPricingOutbound.requests attribute defined at extension sapcpqsbintegration.
    void
    Generated method - Setter of SubscriptionPricingOutbound.cpqQuoteId attribute defined at extension sapcpqsbintegration.
    void
    Generated method - Setter of SubscriptionPricingOutbound.cpqQuoteVersion attribute defined at extension sapcpqsbintegration.
    void
    Generated method - Setter of SubscriptionPricingOutbound.externalSystemId attribute defined at extension sapcpqsbintegration.
    void
    Generated method - Setter of SubscriptionPricingOutbound.requests attribute defined at extension sapcpqsbintegration.

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

      public static final String EXTERNALSYSTEMID
      Generated constant - Attribute key of SubscriptionPricingOutbound.externalSystemId attribute defined at extension sapcpqsbintegration.
      See Also:
    • CPQQUOTEID

      public static final String CPQQUOTEID
      Generated constant - Attribute key of SubscriptionPricingOutbound.cpqQuoteId attribute defined at extension sapcpqsbintegration.
      See Also:
    • CPQQUOTEVERSION

      public static final String CPQQUOTEVERSION
      Generated constant - Attribute key of SubscriptionPricingOutbound.cpqQuoteVersion attribute defined at extension sapcpqsbintegration.
      See Also:
    • REQUESTS

      public static final String REQUESTS
      Generated constant - Attribute key of SubscriptionPricingOutbound.requests attribute defined at extension sapcpqsbintegration.
      See Also:
  • Constructor Details

    • SubscriptionPricingOutboundModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public SubscriptionPricingOutboundModel(ItemModel _owner)
      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:
      _owner - initial attribute declared by type Item at extension core
  • Method Details

    • getCpqQuoteId

      @Accessor(qualifier="cpqQuoteId", type=GETTER) public String getCpqQuoteId()
      Generated method - Getter of the SubscriptionPricingOutbound.cpqQuoteId attribute defined at extension sapcpqsbintegration.
      Returns:
      the cpqQuoteId
    • getCpqQuoteVersion

      @Accessor(qualifier="cpqQuoteVersion", type=GETTER) public String getCpqQuoteVersion()
      Generated method - Getter of the SubscriptionPricingOutbound.cpqQuoteVersion attribute defined at extension sapcpqsbintegration.
      Returns:
      the cpqQuoteVersion
    • getExternalSystemId

      @Accessor(qualifier="externalSystemId", type=GETTER) public String getExternalSystemId()
      Generated method - Getter of the SubscriptionPricingOutbound.externalSystemId attribute defined at extension sapcpqsbintegration.
      Returns:
      the externalSystemId
    • getRequests

      @Accessor(qualifier="requests", type=GETTER) public List<SubscriptionPricingOutboundRequestModel> getRequests()
      Generated method - Getter of the SubscriptionPricingOutbound.requests attribute defined at extension sapcpqsbintegration. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the requests
    • setCpqQuoteId

      @Accessor(qualifier="cpqQuoteId", type=SETTER) public void setCpqQuoteId(String value)
      Generated method - Setter of SubscriptionPricingOutbound.cpqQuoteId attribute defined at extension sapcpqsbintegration.
      Parameters:
      value - the cpqQuoteId
    • setCpqQuoteVersion

      @Accessor(qualifier="cpqQuoteVersion", type=SETTER) public void setCpqQuoteVersion(String value)
      Generated method - Setter of SubscriptionPricingOutbound.cpqQuoteVersion attribute defined at extension sapcpqsbintegration.
      Parameters:
      value - the cpqQuoteVersion
    • setExternalSystemId

      @Accessor(qualifier="externalSystemId", type=SETTER) public void setExternalSystemId(String value)
      Generated method - Setter of SubscriptionPricingOutbound.externalSystemId attribute defined at extension sapcpqsbintegration.
      Parameters:
      value - the externalSystemId
    • setRequests

      @Accessor(qualifier="requests", type=SETTER) public void setRequests(List<SubscriptionPricingOutboundRequestModel> value)
      Generated method - Setter of SubscriptionPricingOutbound.requests attribute defined at extension sapcpqsbintegration.
      Parameters:
      value - the requests