public class BMECatCategoryStepModel extends BMECatImportStepModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
CATEGORYATTRIBUTEMAPPING
Generated constant - Attribute key of
BMECatCategoryStep.categoryAttributeMapping attribute defined at extension bmecat. |
static java.lang.String |
CATEGORYTYPE
Generated constant - Attribute key of
BMECatCategoryStep.categoryType attribute defined at extension bmecat. |
_CRONJOBPENDINGSTEPSRELATION, _CRONJOBPROCESSEDSTEPSRELATION, BATCHJOB, CODE, ERRORMODE, PENDINGCRONJOBS, PROCESSEDCRONJOBS, SEQUENCENUMBER, SYNCHRONOUS_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
BMECatCategoryStepModel()
Generated constructor - Default constructor for generic creation.
|
BMECatCategoryStepModel(BatchJobModel _batchJob,
java.lang.String _code,
java.lang.Integer _sequenceNumber)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
BMECatCategoryStepModel(BatchJobModel _batchJob,
java.lang.String _code,
ItemModel _owner,
java.lang.Integer _sequenceNumber)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
BMECatCategoryStepModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<CategoryAttributeEnum,AttributeDescriptorModel> |
getCategoryAttributeMapping()
Generated method - Getter of the
BMECatCategoryStep.categoryAttributeMapping attribute defined at extension bmecat. |
ComposedTypeModel |
getCategoryType()
Generated method - Getter of the
BMECatCategoryStep.categoryType attribute defined at extension bmecat. |
void |
setCategoryAttributeMapping(java.util.Map<CategoryAttributeEnum,AttributeDescriptorModel> value)
Generated method - Setter of
BMECatCategoryStep.categoryAttributeMapping attribute defined at extension bmecat. |
void |
setCategoryType(ComposedTypeModel value)
Generated method - Setter of
BMECatCategoryStep.categoryType attribute defined at extension bmecat. |
getBatchJob, getCode, getErrorMode, getSequenceNumber, getSynchronous, setBatchJob, setCode, setErrorMode, setSequenceNumber, setSynchronousgetComments, 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 CATEGORYTYPE
BMECatCategoryStep.categoryType attribute defined at extension bmecat.public static final java.lang.String CATEGORYATTRIBUTEMAPPING
BMECatCategoryStep.categoryAttributeMapping attribute defined at extension bmecat.public BMECatCategoryStepModel()
public BMECatCategoryStepModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public BMECatCategoryStepModel(BatchJobModel _batchJob, java.lang.String _code, java.lang.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 BMECatCategoryStepModel(BatchJobModel _batchJob, java.lang.String _code, ItemModel _owner, java.lang.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="categoryAttributeMapping", type=GETTER) public java.util.Map<CategoryAttributeEnum,AttributeDescriptorModel> getCategoryAttributeMapping()
BMECatCategoryStep.categoryAttributeMapping attribute defined at extension bmecat.@Accessor(qualifier="categoryType", type=GETTER) public ComposedTypeModel getCategoryType()
BMECatCategoryStep.categoryType attribute defined at extension bmecat.@Accessor(qualifier="categoryAttributeMapping", type=SETTER) public void setCategoryAttributeMapping(java.util.Map<CategoryAttributeEnum,AttributeDescriptorModel> value)
BMECatCategoryStep.categoryAttributeMapping attribute defined at extension bmecat.value - the categoryAttributeMapping@Accessor(qualifier="categoryType", type=SETTER) public void setCategoryType(ComposedTypeModel value)
BMECatCategoryStep.categoryType attribute defined at extension bmecat.value - the categoryTypeCopyright © 2018 SAP SE. All Rights Reserved.