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
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
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofSubscriptionPricingOutbound.cpqQuoteIdattribute defined at extensionsapcpqsbintegration.static final StringGenerated constant - Attribute key ofSubscriptionPricingOutbound.cpqQuoteVersionattribute defined at extensionsapcpqsbintegration.static final StringGenerated constant - Attribute key ofSubscriptionPricingOutbound.externalSystemIdattribute defined at extensionsapcpqsbintegration.static final StringGenerated constant - Attribute key ofSubscriptionPricingOutbound.requestsattribute defined at extensionsapcpqsbintegration.Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated 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 parametersSubscriptionPricingOutboundModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theSubscriptionPricingOutbound.cpqQuoteIdattribute defined at extensionsapcpqsbintegration.Generated method - Getter of theSubscriptionPricingOutbound.cpqQuoteVersionattribute defined at extensionsapcpqsbintegration.Generated method - Getter of theSubscriptionPricingOutbound.externalSystemIdattribute defined at extensionsapcpqsbintegration.Generated method - Getter of theSubscriptionPricingOutbound.requestsattribute defined at extensionsapcpqsbintegration.voidsetCpqQuoteId(String value) Generated method - Setter ofSubscriptionPricingOutbound.cpqQuoteIdattribute defined at extensionsapcpqsbintegration.voidsetCpqQuoteVersion(String value) Generated method - Setter ofSubscriptionPricingOutbound.cpqQuoteVersionattribute defined at extensionsapcpqsbintegration.voidsetExternalSystemId(String value) Generated method - Setter ofSubscriptionPricingOutbound.externalSystemIdattribute defined at extensionsapcpqsbintegration.voidGenerated method - Setter ofSubscriptionPricingOutbound.requestsattribute defined at extensionsapcpqsbintegration.Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods 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
-
Field Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
EXTERNALSYSTEMID
Generated constant - Attribute key ofSubscriptionPricingOutbound.externalSystemIdattribute defined at extensionsapcpqsbintegration.- See Also:
-
CPQQUOTEID
Generated constant - Attribute key ofSubscriptionPricingOutbound.cpqQuoteIdattribute defined at extensionsapcpqsbintegration.- See Also:
-
CPQQUOTEVERSION
Generated constant - Attribute key ofSubscriptionPricingOutbound.cpqQuoteVersionattribute defined at extensionsapcpqsbintegration.- See Also:
-
REQUESTS
Generated constant - Attribute key ofSubscriptionPricingOutbound.requestsattribute defined at extensionsapcpqsbintegration.- 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 parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getCpqQuoteId
Generated method - Getter of theSubscriptionPricingOutbound.cpqQuoteIdattribute defined at extensionsapcpqsbintegration.- Returns:
- the cpqQuoteId
-
getCpqQuoteVersion
Generated method - Getter of theSubscriptionPricingOutbound.cpqQuoteVersionattribute defined at extensionsapcpqsbintegration.- Returns:
- the cpqQuoteVersion
-
getExternalSystemId
Generated method - Getter of theSubscriptionPricingOutbound.externalSystemIdattribute defined at extensionsapcpqsbintegration.- Returns:
- the externalSystemId
-
getRequests
@Accessor(qualifier="requests", type=GETTER) public List<SubscriptionPricingOutboundRequestModel> getRequests()Generated method - Getter of theSubscriptionPricingOutbound.requestsattribute defined at extensionsapcpqsbintegration. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the requests
-
setCpqQuoteId
Generated method - Setter ofSubscriptionPricingOutbound.cpqQuoteIdattribute defined at extensionsapcpqsbintegration.- Parameters:
value- the cpqQuoteId
-
setCpqQuoteVersion
Generated method - Setter ofSubscriptionPricingOutbound.cpqQuoteVersionattribute defined at extensionsapcpqsbintegration.- Parameters:
value- the cpqQuoteVersion
-
setExternalSystemId
Generated method - Setter ofSubscriptionPricingOutbound.externalSystemIdattribute defined at extensionsapcpqsbintegration.- Parameters:
value- the externalSystemId
-
setRequests
@Accessor(qualifier="requests", type=SETTER) public void setRequests(List<SubscriptionPricingOutboundRequestModel> value) Generated method - Setter ofSubscriptionPricingOutbound.requestsattribute defined at extensionsapcpqsbintegration.- Parameters:
value- the requests
-