Class CPQOrderEntryProductInfoModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.order.model.AbstractOrderEntryProductInfoModel
de.hybris.platform.sap.productconfig.services.model.CPQOrderEntryProductInfoModel
- All Implemented Interfaces:
Serializable
Generated model class for type CPQOrderEntryProductInfo first defined at extension sapproductconfigservices.
CPQ configuration result for abstract order entry.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofCPQOrderEntryProductInfo.cpqCharacteristicAssignedValuesattribute defined at extensionsapproductconfigservices.static final StringGenerated constant - Attribute key ofCPQOrderEntryProductInfo.cpqCharacteristicNameattribute defined at extensionsapproductconfigservices.Fields inherited from class de.hybris.platform.order.model.AbstractOrderEntryProductInfoModel
_ABSTRACTORDERENTRY2ABSTRACTORDERENTRYPRODUCTINFORELATION, CONFIGURATORTYPE, ORDERENTRY, ORDERENTRYPOS, PRODUCTINFOSTATUSFields 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.CPQOrderEntryProductInfoModel(ConfiguratorType _configuratorType, AbstractOrderEntryModel _orderEntry) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCPQOrderEntryProductInfoModel(ConfiguratorType _configuratorType, AbstractOrderEntryModel _orderEntry, 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 - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theCPQOrderEntryProductInfo.cpqCharacteristicAssignedValuesattribute defined at extensionsapproductconfigservices.Generated method - Getter of theCPQOrderEntryProductInfo.cpqCharacteristicNameattribute defined at extensionsapproductconfigservices.voidGenerated method - Setter ofCPQOrderEntryProductInfo.cpqCharacteristicAssignedValuesattribute defined at extensionsapproductconfigservices.voidsetCpqCharacteristicName(String value) Generated method - Setter ofCPQOrderEntryProductInfo.cpqCharacteristicNameattribute defined at extensionsapproductconfigservices.Methods inherited from class de.hybris.platform.order.model.AbstractOrderEntryProductInfoModel
getConfiguratorType, getOrderEntry, getProductInfoStatus, setConfiguratorType, setOrderEntry, setProductInfoStatusMethods 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:
-
CPQCHARACTERISTICNAME
Generated constant - Attribute key ofCPQOrderEntryProductInfo.cpqCharacteristicNameattribute defined at extensionsapproductconfigservices.- See Also:
-
CPQCHARACTERISTICASSIGNEDVALUES
Generated constant - Attribute key ofCPQOrderEntryProductInfo.cpqCharacteristicAssignedValuesattribute defined at extensionsapproductconfigservices.- See Also:
-
-
Constructor Details
-
CPQOrderEntryProductInfoModel
public CPQOrderEntryProductInfoModel()Generated constructor - Default constructor for generic creation. -
CPQOrderEntryProductInfoModel
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
CPQOrderEntryProductInfoModel
@Deprecated(since="4.1.1", forRemoval=true) public CPQOrderEntryProductInfoModel(ConfiguratorType _configuratorType, AbstractOrderEntryModel _orderEntry) 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 - Constructor with all mandatory attributes.- Parameters:
_configuratorType- initial attribute declared by typeAbstractOrderEntryProductInfoat extensioncatalog_orderEntry- initial attribute declared by typeAbstractOrderEntryProductInfoat extensioncatalog
-
CPQOrderEntryProductInfoModel
@Deprecated(since="4.1.1", forRemoval=true) public CPQOrderEntryProductInfoModel(ConfiguratorType _configuratorType, AbstractOrderEntryModel _orderEntry, 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:
_configuratorType- initial attribute declared by typeAbstractOrderEntryProductInfoat extensioncatalog_orderEntry- initial attribute declared by typeAbstractOrderEntryProductInfoat extensioncatalog_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getCpqCharacteristicAssignedValues
@Accessor(qualifier="cpqCharacteristicAssignedValues", type=GETTER) public String getCpqCharacteristicAssignedValues()Generated method - Getter of theCPQOrderEntryProductInfo.cpqCharacteristicAssignedValuesattribute defined at extensionsapproductconfigservices.- Returns:
- the cpqCharacteristicAssignedValues - Language independent name of the characteristic assigned values for the inline configuration display
-
getCpqCharacteristicName
Generated method - Getter of theCPQOrderEntryProductInfo.cpqCharacteristicNameattribute defined at extensionsapproductconfigservices.- Returns:
- the cpqCharacteristicName - Language independent name of the characteristic for the inline configuration display
-
setCpqCharacteristicAssignedValues
@Accessor(qualifier="cpqCharacteristicAssignedValues", type=SETTER) public void setCpqCharacteristicAssignedValues(String value) Generated method - Setter ofCPQOrderEntryProductInfo.cpqCharacteristicAssignedValuesattribute defined at extensionsapproductconfigservices.- Parameters:
value- the cpqCharacteristicAssignedValues - Language independent name of the characteristic assigned values for the inline configuration display
-
setCpqCharacteristicName
@Accessor(qualifier="cpqCharacteristicName", type=SETTER) public void setCpqCharacteristicName(String value) Generated method - Setter ofCPQOrderEntryProductInfo.cpqCharacteristicNameattribute defined at extensionsapproductconfigservices.- Parameters:
value- the cpqCharacteristicName - Language independent name of the characteristic for the inline configuration display
-