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:
java.io.Serializable
- Direct Known Subclasses:
CPQOrderEntryProductInfoModel
,TextFieldConfiguredProductInfoModel
public class AbstractOrderEntryProductInfoModel extends ItemModel
Generated model class for type AbstractOrderEntryProductInfo first defined at extension catalog.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
_ABSTRACTORDERENTRY2ABSTRACTORDERENTRYPRODUCTINFORELATION
Generated relation code constant for relationAbstractOrderEntry2AbstractOrderEntryProductInfoRelation
defining source attributeorderEntry
in extensioncatalog
.static java.lang.String
_TYPECODE
Generated model type code constant.static java.lang.String
CONFIGURATORTYPE
Generated constant - Attribute key ofAbstractOrderEntryProductInfo.configuratorType
attribute defined at extensioncatalog
.static java.lang.String
ORDERENTRY
Generated constant - Attribute key ofAbstractOrderEntryProductInfo.orderEntry
attribute defined at extensioncatalog
.static java.lang.String
ORDERENTRYPOS
Generated constant - Attribute key ofAbstractOrderEntryProductInfo.orderEntryPOS
attribute defined at extensioncatalog
.static java.lang.String
PRODUCTINFOSTATUS
Generated constant - Attribute key ofAbstractOrderEntryProductInfo.productInfoStatus
attribute defined at extensioncatalog
.-
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 AbstractOrderEntryProductInfoModel()
Generated 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(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfiguratorType
getConfiguratorType()
Generated method - Getter of theAbstractOrderEntryProductInfo.configuratorType
attribute defined at extensioncatalog
.AbstractOrderEntryModel
getOrderEntry()
Generated method - Getter of theAbstractOrderEntryProductInfo.orderEntry
attribute defined at extensioncatalog
.ProductInfoStatus
getProductInfoStatus()
Generated method - Getter of theAbstractOrderEntryProductInfo.productInfoStatus
attribute defined at extensioncatalog
.void
setConfiguratorType(ConfiguratorType value)
Generated method - Initial setter ofAbstractOrderEntryProductInfo.configuratorType
attribute defined at extensioncatalog
.void
setOrderEntry(AbstractOrderEntryModel value)
Generated method - Initial setter ofAbstractOrderEntryProductInfo.orderEntry
attribute defined at extensioncatalog
.void
setProductInfoStatus(ProductInfoStatus value)
Generated method - Setter ofAbstractOrderEntryProductInfo.productInfoStatus
attribute defined at extensioncatalog
.-
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
-
-
-
-
Field Detail
-
_TYPECODE
public static final java.lang.String _TYPECODE
Generated model type code constant.- See Also:
- Constant Field Values
-
_ABSTRACTORDERENTRY2ABSTRACTORDERENTRYPRODUCTINFORELATION
public static final java.lang.String _ABSTRACTORDERENTRY2ABSTRACTORDERENTRYPRODUCTINFORELATION
Generated relation code constant for relationAbstractOrderEntry2AbstractOrderEntryProductInfoRelation
defining source attributeorderEntry
in extensioncatalog
.- See Also:
- Constant Field Values
-
PRODUCTINFOSTATUS
public static final java.lang.String PRODUCTINFOSTATUS
Generated constant - Attribute key ofAbstractOrderEntryProductInfo.productInfoStatus
attribute defined at extensioncatalog
.- See Also:
- Constant Field Values
-
CONFIGURATORTYPE
public static final java.lang.String CONFIGURATORTYPE
Generated constant - Attribute key ofAbstractOrderEntryProductInfo.configuratorType
attribute defined at extensioncatalog
.- See Also:
- Constant Field Values
-
ORDERENTRYPOS
public static final java.lang.String ORDERENTRYPOS
Generated constant - Attribute key ofAbstractOrderEntryProductInfo.orderEntryPOS
attribute defined at extensioncatalog
.- See Also:
- Constant Field Values
-
ORDERENTRY
public static final java.lang.String ORDERENTRY
Generated constant - Attribute key ofAbstractOrderEntryProductInfo.orderEntry
attribute defined at extensioncatalog
.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AbstractOrderEntryProductInfoModel
public AbstractOrderEntryProductInfoModel()
Generated constructor - Default constructor for generic creation.
-
AbstractOrderEntryProductInfoModel
public AbstractOrderEntryProductInfoModel(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 typeAbstractOrderEntryProductInfo
at extensioncatalog
_orderEntry
- initial attribute declared by typeAbstractOrderEntryProductInfo
at 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 typeAbstractOrderEntryProductInfo
at extensioncatalog
_orderEntry
- initial attribute declared by typeAbstractOrderEntryProductInfo
at extensioncatalog
_owner
- initial attribute declared by typeItem
at extensioncore
-
-
Method Detail
-
getConfiguratorType
@Accessor(qualifier="configuratorType", type=GETTER) public ConfiguratorType getConfiguratorType()
Generated method - Getter of theAbstractOrderEntryProductInfo.configuratorType
attribute defined at extensioncatalog
.- Returns:
- the configuratorType - Configurator type for configurable product
-
getOrderEntry
@Accessor(qualifier="orderEntry", type=GETTER) public AbstractOrderEntryModel getOrderEntry()
Generated method - Getter of theAbstractOrderEntryProductInfo.orderEntry
attribute defined at extensioncatalog
.- Returns:
- the orderEntry
-
getProductInfoStatus
@Accessor(qualifier="productInfoStatus", type=GETTER) public ProductInfoStatus getProductInfoStatus()
Generated method - Getter of theAbstractOrderEntryProductInfo.productInfoStatus
attribute 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.configuratorType
attribute 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.orderEntry
attribute 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.productInfoStatus
attribute defined at extensioncatalog
.- Parameters:
value
- the productInfoStatus - Status of AbstractOrderEntryProductInfo, NONE by default
-
-