Package de.hybris.platform.order.model
Class AbstractOrderEntryProductInfoModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.order.model.AbstractOrderEntryProductInfoModel
- All Implemented Interfaces:
Serializable
Generated model class for type AbstractOrderEntryProductInfo first defined at extension catalog.
- 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 relation code constant for relationAbstractOrderEntry2AbstractOrderEntryProductInfoRelationdefining source attributeorderEntryin extensioncatalog.static final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofAbstractOrderEntryProductInfo.configuratorTypeattribute defined at extensioncatalog.static final StringGenerated constant - Attribute key ofAbstractOrderEntryProductInfo.orderEntryattribute defined at extensioncatalog.static final StringGenerated constant - Attribute key ofAbstractOrderEntryProductInfo.orderEntryPOSattribute defined at extensioncatalog.static final StringGenerated constant - Attribute key ofAbstractOrderEntryProductInfo.productInfoStatusattribute defined at extensioncatalog.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.AbstractOrderEntryProductInfoModel(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 parametersAbstractOrderEntryProductInfoModel(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 parametersAbstractOrderEntryProductInfoModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theAbstractOrderEntryProductInfo.configuratorTypeattribute defined at extensioncatalog.Generated method - Getter of theAbstractOrderEntryProductInfo.orderEntryattribute defined at extensioncatalog.Generated method - Getter of theAbstractOrderEntryProductInfo.productInfoStatusattribute defined at extensioncatalog.voidGenerated method - Initial setter ofAbstractOrderEntryProductInfo.configuratorTypeattribute defined at extensioncatalog.voidGenerated method - Initial setter ofAbstractOrderEntryProductInfo.orderEntryattribute defined at extensioncatalog.voidGenerated method - Setter ofAbstractOrderEntryProductInfo.productInfoStatusattribute defined at extensioncatalog.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:
-
_ABSTRACTORDERENTRY2ABSTRACTORDERENTRYPRODUCTINFORELATION
Generated relation code constant for relationAbstractOrderEntry2AbstractOrderEntryProductInfoRelationdefining source attributeorderEntryin extensioncatalog.- See Also:
-
PRODUCTINFOSTATUS
Generated constant - Attribute key ofAbstractOrderEntryProductInfo.productInfoStatusattribute defined at extensioncatalog.- See Also:
-
CONFIGURATORTYPE
Generated constant - Attribute key ofAbstractOrderEntryProductInfo.configuratorTypeattribute defined at extensioncatalog.- See Also:
-
ORDERENTRYPOS
Generated constant - Attribute key ofAbstractOrderEntryProductInfo.orderEntryPOSattribute defined at extensioncatalog.- See Also:
-
ORDERENTRY
Generated constant - Attribute key ofAbstractOrderEntryProductInfo.orderEntryattribute defined at extensioncatalog.- See Also:
-
-
Constructor Details
-
AbstractOrderEntryProductInfoModel
public AbstractOrderEntryProductInfoModel()Generated constructor - Default constructor for generic creation. -
AbstractOrderEntryProductInfoModel
public AbstractOrderEntryProductInfoModel(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
-
AbstractOrderEntryProductInfoModel
@Deprecated(since="4.1.1", forRemoval=true) public AbstractOrderEntryProductInfoModel(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
-
AbstractOrderEntryProductInfoModel
@Deprecated(since="4.1.1", forRemoval=true) public AbstractOrderEntryProductInfoModel(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
-
getConfiguratorType
Generated method - Getter of theAbstractOrderEntryProductInfo.configuratorTypeattribute defined at extensioncatalog.- Returns:
- the configuratorType - Configurator type for configurable product
-
getOrderEntry
Generated method - Getter of theAbstractOrderEntryProductInfo.orderEntryattribute defined at extensioncatalog.- Returns:
- the orderEntry
-
getProductInfoStatus
@Accessor(qualifier="productInfoStatus", type=GETTER) public ProductInfoStatus getProductInfoStatus()Generated method - Getter of theAbstractOrderEntryProductInfo.productInfoStatusattribute defined at extensioncatalog.- Returns:
- the productInfoStatus - Status of AbstractOrderEntryProductInfo, NONE by default
-
setConfiguratorType
@Accessor(qualifier="configuratorType", type=SETTER) public void setConfiguratorType(ConfiguratorType value) Generated method - Initial setter ofAbstractOrderEntryProductInfo.configuratorTypeattribute defined at extensioncatalog. Can only be used at creation of model - before first save.- Parameters:
value- the configuratorType - Configurator type for configurable product
-
setOrderEntry
@Accessor(qualifier="orderEntry", type=SETTER) public void setOrderEntry(AbstractOrderEntryModel value) Generated method - Initial setter ofAbstractOrderEntryProductInfo.orderEntryattribute defined at extensioncatalog. Can only be used at creation of model - before first save.- Parameters:
value- the orderEntry
-
setProductInfoStatus
@Accessor(qualifier="productInfoStatus", type=SETTER) public void setProductInfoStatus(ProductInfoStatus value) Generated method - Setter ofAbstractOrderEntryProductInfo.productInfoStatusattribute defined at extensioncatalog.- Parameters:
value- the productInfoStatus - Status of AbstractOrderEntryProductInfo, NONE by default
-