public class CatalogVersionToRuleEngineContextMappingModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
CATALOGVERSION
Generated constant - Attribute key of
CatalogVersionToRuleEngineContextMapping.catalogVersion attribute defined at extension ruleengine. |
static java.lang.String |
CONTEXT
Generated constant - Attribute key of
CatalogVersionToRuleEngineContextMapping.context attribute defined at extension ruleengine. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
CatalogVersionToRuleEngineContextMappingModel()
Generated constructor - Default constructor for generic creation.
|
CatalogVersionToRuleEngineContextMappingModel(CatalogVersionModel _catalogVersion,
AbstractRuleEngineContextModel _context)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
CatalogVersionToRuleEngineContextMappingModel(CatalogVersionModel _catalogVersion,
AbstractRuleEngineContextModel _context,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
CatalogVersionToRuleEngineContextMappingModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
CatalogVersionModel |
getCatalogVersion()
Generated method - Getter of the
CatalogVersionToRuleEngineContextMapping.catalogVersion attribute defined at extension ruleengine. |
AbstractRuleEngineContextModel |
getContext()
Generated method - Getter of the
CatalogVersionToRuleEngineContextMapping.context attribute defined at extension ruleengine. |
void |
setCatalogVersion(CatalogVersionModel value)
Generated method - Setter of
CatalogVersionToRuleEngineContextMapping.catalogVersion attribute defined at extension ruleengine. |
void |
setContext(AbstractRuleEngineContextModel value)
Generated method - Setter of
CatalogVersionToRuleEngineContextMapping.context attribute defined at extension ruleengine. |
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 CATALOGVERSION
CatalogVersionToRuleEngineContextMapping.catalogVersion attribute defined at extension ruleengine.public static final java.lang.String CONTEXT
CatalogVersionToRuleEngineContextMapping.context attribute defined at extension ruleengine.public CatalogVersionToRuleEngineContextMappingModel()
public CatalogVersionToRuleEngineContextMappingModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public CatalogVersionToRuleEngineContextMappingModel(CatalogVersionModel _catalogVersion, AbstractRuleEngineContextModel _context)
_catalogVersion - initial attribute declared by type CatalogVersionToRuleEngineContextMapping at extension ruleengine_context - initial attribute declared by type CatalogVersionToRuleEngineContextMapping at extension ruleengine@Deprecated public CatalogVersionToRuleEngineContextMappingModel(CatalogVersionModel _catalogVersion, AbstractRuleEngineContextModel _context, ItemModel _owner)
_catalogVersion - initial attribute declared by type CatalogVersionToRuleEngineContextMapping at extension ruleengine_context - initial attribute declared by type CatalogVersionToRuleEngineContextMapping at extension ruleengine_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="catalogVersion", type=GETTER) public CatalogVersionModel getCatalogVersion()
CatalogVersionToRuleEngineContextMapping.catalogVersion attribute defined at extension ruleengine.@Accessor(qualifier="context", type=GETTER) public AbstractRuleEngineContextModel getContext()
CatalogVersionToRuleEngineContextMapping.context attribute defined at extension ruleengine.@Accessor(qualifier="catalogVersion", type=SETTER) public void setCatalogVersion(CatalogVersionModel value)
CatalogVersionToRuleEngineContextMapping.catalogVersion attribute defined at extension ruleengine.value - the catalogVersion@Accessor(qualifier="context", type=SETTER) public void setContext(AbstractRuleEngineContextModel value)
CatalogVersionToRuleEngineContextMapping.context attribute defined at extension ruleengine.value - the contextCopyright © 2018 SAP SE. All Rights Reserved.