public class BMECatMediaStepModel extends BMECatImportStepModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
CATEGORYMIMEPURPOSEMAPPING
Generated constant - Attribute key of
BMECatMediaStep.CategoryMimePurposeMapping attribute defined at extension bmecat. |
static String |
CATEGORYTYPE
Generated constant - Attribute key of
BMECatMediaStep.CategoryType attribute defined at extension bmecat. |
static String |
MEDIATYPE
Generated constant - Attribute key of
BMECatMediaStep.MediaType attribute defined at extension bmecat. |
static String |
PRODUCTMIMEPURPOSEMAPPING
Generated constant - Attribute key of
BMECatMediaStep.ProductMimePurposeMapping attribute defined at extension bmecat. |
static String |
PRODUCTTYPE
Generated constant - Attribute key of
BMECatMediaStep.ProductType attribute defined at extension bmecat. |
_CRONJOBPENDINGSTEPSRELATION, _CRONJOBPROCESSEDSTEPSRELATION, BATCHJOB, CODE, ERRORMODE, PENDINGCRONJOBS, PROCESSEDCRONJOBS, SEQUENCENUMBER, SYNCHRONOUS_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
BMECatMediaStepModel()
Generated constructor - Default constructor for generic creation.
|
BMECatMediaStepModel(BatchJobModel _batchJob,
String _code,
Integer _sequenceNumber)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
BMECatMediaStepModel(BatchJobModel _batchJob,
String _code,
ItemModel _owner,
Integer _sequenceNumber)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
BMECatMediaStepModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
Map<BMECatMimePurposeEnum,AttributeDescriptorModel> |
getCategoryMimePurposeMapping()
Generated method - Getter of the
BMECatMediaStep.CategoryMimePurposeMapping attribute defined at extension bmecat. |
ComposedTypeModel |
getCategoryType()
Generated method - Getter of the
BMECatMediaStep.CategoryType attribute defined at extension bmecat. |
ComposedTypeModel |
getMediaType()
Generated method - Getter of the
BMECatMediaStep.MediaType attribute defined at extension bmecat. |
Map<BMECatMimePurposeEnum,AttributeDescriptorModel> |
getProductMimePurposeMapping()
Generated method - Getter of the
BMECatMediaStep.ProductMimePurposeMapping attribute defined at extension bmecat. |
ComposedTypeModel |
getProductType()
Generated method - Getter of the
BMECatMediaStep.ProductType attribute defined at extension bmecat. |
void |
setCategoryMimePurposeMapping(Map<BMECatMimePurposeEnum,AttributeDescriptorModel> value)
Generated method - Setter of
BMECatMediaStep.CategoryMimePurposeMapping attribute defined at extension bmecat. |
void |
setCategoryType(ComposedTypeModel value)
Generated method - Setter of
BMECatMediaStep.CategoryType attribute defined at extension bmecat. |
void |
setMediaType(ComposedTypeModel value)
Generated method - Setter of
BMECatMediaStep.MediaType attribute defined at extension bmecat. |
void |
setProductMimePurposeMapping(Map<BMECatMimePurposeEnum,AttributeDescriptorModel> value)
Generated method - Setter of
BMECatMediaStep.ProductMimePurposeMapping attribute defined at extension bmecat. |
void |
setProductType(ComposedTypeModel value)
Generated method - Setter of
BMECatMediaStep.ProductType attribute defined at extension bmecat. |
getBatchJob, getCode, getErrorMode, getSequenceNumber, getSynchronous, setBatchJob, setCode, setErrorMode, setSequenceNumber, setSynchronousgetComments, getCreationtime, getModifiedtime, getOwner, 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 String _TYPECODE
public static final String MEDIATYPE
BMECatMediaStep.MediaType attribute defined at extension bmecat.public static final String PRODUCTTYPE
BMECatMediaStep.ProductType attribute defined at extension bmecat.public static final String CATEGORYTYPE
BMECatMediaStep.CategoryType attribute defined at extension bmecat.public static final String PRODUCTMIMEPURPOSEMAPPING
BMECatMediaStep.ProductMimePurposeMapping attribute defined at extension bmecat.public static final String CATEGORYMIMEPURPOSEMAPPING
BMECatMediaStep.CategoryMimePurposeMapping attribute defined at extension bmecat.public BMECatMediaStepModel()
public BMECatMediaStepModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public BMECatMediaStepModel(BatchJobModel _batchJob, String _code, Integer _sequenceNumber)
_batchJob - initial attribute declared by type Step at extension processing_code - initial attribute declared by type Step at extension processing_sequenceNumber - initial attribute declared by type Step at extension processing@Deprecated public BMECatMediaStepModel(BatchJobModel _batchJob, String _code, ItemModel _owner, Integer _sequenceNumber)
_batchJob - initial attribute declared by type Step at extension processing_code - initial attribute declared by type Step at extension processing_owner - initial attribute declared by type Item at extension core_sequenceNumber - initial attribute declared by type Step at extension processing@Accessor(qualifier="CategoryMimePurposeMapping", type=GETTER) public Map<BMECatMimePurposeEnum,AttributeDescriptorModel> getCategoryMimePurposeMapping()
BMECatMediaStep.CategoryMimePurposeMapping attribute defined at extension bmecat.@Accessor(qualifier="CategoryType", type=GETTER) public ComposedTypeModel getCategoryType()
BMECatMediaStep.CategoryType attribute defined at extension bmecat.@Accessor(qualifier="MediaType", type=GETTER) public ComposedTypeModel getMediaType()
BMECatMediaStep.MediaType attribute defined at extension bmecat.@Accessor(qualifier="ProductMimePurposeMapping", type=GETTER) public Map<BMECatMimePurposeEnum,AttributeDescriptorModel> getProductMimePurposeMapping()
BMECatMediaStep.ProductMimePurposeMapping attribute defined at extension bmecat.@Accessor(qualifier="ProductType", type=GETTER) public ComposedTypeModel getProductType()
BMECatMediaStep.ProductType attribute defined at extension bmecat.@Accessor(qualifier="CategoryMimePurposeMapping", type=SETTER) public void setCategoryMimePurposeMapping(Map<BMECatMimePurposeEnum,AttributeDescriptorModel> value)
BMECatMediaStep.CategoryMimePurposeMapping attribute defined at extension bmecat.value - the CategoryMimePurposeMapping@Accessor(qualifier="CategoryType", type=SETTER) public void setCategoryType(ComposedTypeModel value)
BMECatMediaStep.CategoryType attribute defined at extension bmecat.value - the CategoryType@Accessor(qualifier="MediaType", type=SETTER) public void setMediaType(ComposedTypeModel value)
BMECatMediaStep.MediaType attribute defined at extension bmecat.value - the MediaType@Accessor(qualifier="ProductMimePurposeMapping", type=SETTER) public void setProductMimePurposeMapping(Map<BMECatMimePurposeEnum,AttributeDescriptorModel> value)
BMECatMediaStep.ProductMimePurposeMapping attribute defined at extension bmecat.value - the ProductMimePurposeMapping@Accessor(qualifier="ProductType", type=SETTER) public void setProductType(ComposedTypeModel value)
BMECatMediaStep.ProductType attribute defined at extension bmecat.value - the ProductTypeCopyright © 2017 SAP SE. All Rights Reserved.