public class AbstractOrderEntryProductInfoModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_ABSTRACTORDERENTRY2ABSTRACTORDERENTRYPRODUCTINFORELATION
Generated relation code constant for relation
AbstractOrderEntry2AbstractOrderEntryProductInfoRelation defining source attribute orderEntry in extension catalog. |
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
CONFIGURATORTYPE
Generated constant - Attribute key of
AbstractOrderEntryProductInfo.configuratorType attribute defined at extension catalog. |
static java.lang.String |
ORDERENTRY
Generated constant - Attribute key of
AbstractOrderEntryProductInfo.orderEntry attribute defined at extension catalog. |
static java.lang.String |
ORDERENTRYPOS
Generated constant - Attribute key of
AbstractOrderEntryProductInfo.orderEntryPOS attribute defined at extension catalog. |
static java.lang.String |
PRODUCTINFOSTATUS
Generated constant - Attribute key of
AbstractOrderEntryProductInfo.productInfoStatus attribute defined at extension catalog. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
AbstractOrderEntryProductInfoModel()
Generated constructor - Default constructor for generic creation.
|
AbstractOrderEntryProductInfoModel(ConfiguratorType _configuratorType,
AbstractOrderEntryModel _orderEntry)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
AbstractOrderEntryProductInfoModel(ConfiguratorType _configuratorType,
AbstractOrderEntryModel _orderEntry,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
AbstractOrderEntryProductInfoModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
ConfiguratorType |
getConfiguratorType()
Generated method - Getter of the
AbstractOrderEntryProductInfo.configuratorType attribute defined at extension catalog. |
AbstractOrderEntryModel |
getOrderEntry()
Generated method - Getter of the
AbstractOrderEntryProductInfo.orderEntry attribute defined at extension catalog. |
ProductInfoStatus |
getProductInfoStatus()
Generated method - Getter of the
AbstractOrderEntryProductInfo.productInfoStatus attribute defined at extension catalog. |
void |
setConfiguratorType(ConfiguratorType value)
Generated method - Initial setter of
AbstractOrderEntryProductInfo.configuratorType attribute defined at extension catalog. |
void |
setOrderEntry(AbstractOrderEntryModel value)
Generated method - Initial setter of
AbstractOrderEntryProductInfo.orderEntry attribute defined at extension catalog. |
void |
setProductInfoStatus(ProductInfoStatus value)
Generated method - Setter of
AbstractOrderEntryProductInfo.productInfoStatus attribute defined at extension catalog. |
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerequals, 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, writeReplacepublic static final java.lang.String _TYPECODE
public static final java.lang.String _ABSTRACTORDERENTRY2ABSTRACTORDERENTRYPRODUCTINFORELATION
AbstractOrderEntry2AbstractOrderEntryProductInfoRelation defining source attribute orderEntry in extension catalog.public static final java.lang.String PRODUCTINFOSTATUS
AbstractOrderEntryProductInfo.productInfoStatus attribute defined at extension catalog.public static final java.lang.String CONFIGURATORTYPE
AbstractOrderEntryProductInfo.configuratorType attribute defined at extension catalog.public static final java.lang.String ORDERENTRYPOS
AbstractOrderEntryProductInfo.orderEntryPOS attribute defined at extension catalog.public static final java.lang.String ORDERENTRY
AbstractOrderEntryProductInfo.orderEntry attribute defined at extension catalog.public AbstractOrderEntryProductInfoModel()
public AbstractOrderEntryProductInfoModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public AbstractOrderEntryProductInfoModel(ConfiguratorType _configuratorType, AbstractOrderEntryModel _orderEntry)
_configuratorType - initial attribute declared by type AbstractOrderEntryProductInfo at extension catalog_orderEntry - initial attribute declared by type AbstractOrderEntryProductInfo at extension catalog@Deprecated public AbstractOrderEntryProductInfoModel(ConfiguratorType _configuratorType, AbstractOrderEntryModel _orderEntry, ItemModel _owner)
_configuratorType - initial attribute declared by type AbstractOrderEntryProductInfo at extension catalog_orderEntry - initial attribute declared by type AbstractOrderEntryProductInfo at extension catalog_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="configuratorType", type=GETTER) public ConfiguratorType getConfiguratorType()
AbstractOrderEntryProductInfo.configuratorType attribute defined at extension catalog.@Accessor(qualifier="orderEntry", type=GETTER) public AbstractOrderEntryModel getOrderEntry()
AbstractOrderEntryProductInfo.orderEntry attribute defined at extension catalog.@Accessor(qualifier="productInfoStatus", type=GETTER) public ProductInfoStatus getProductInfoStatus()
AbstractOrderEntryProductInfo.productInfoStatus attribute defined at extension catalog.@Accessor(qualifier="configuratorType", type=SETTER) public void setConfiguratorType(ConfiguratorType value)
AbstractOrderEntryProductInfo.configuratorType attribute defined at extension catalog. Can only be used at creation of model - before first save.value - the configuratorType - Configurator type for configurable product@Accessor(qualifier="orderEntry", type=SETTER) public void setOrderEntry(AbstractOrderEntryModel value)
AbstractOrderEntryProductInfo.orderEntry attribute defined at extension catalog. Can only be used at creation of model - before first save.value - the orderEntry@Accessor(qualifier="productInfoStatus", type=SETTER) public void setProductInfoStatus(ProductInfoStatus value)
AbstractOrderEntryProductInfo.productInfoStatus attribute defined at extension catalog.value - the productInfoStatus - Status of AbstractOrderEntryProductInfo, NONE by defaultCopyright © 2018 SAP SE. All Rights Reserved.