public class PriceChangeDescriptorModel extends ChangeDescriptorModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
PRICECOPY
Generated constant - Attribute key of
PriceChangeDescriptor.priceCopy attribute defined at extension bmecat. |
static java.lang.String |
PRICEROW
Generated constant - Attribute key of
PriceChangeDescriptor.priceRow attribute defined at extension bmecat. |
CHANGEDITEM, CHANGETYPE, CRONJOB, DESCRIPTION, PREVIOUSITEMSTATE, SAVETIMESTAMP, SEQUENCENUMBER, STEP_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
PriceChangeDescriptorModel()
Generated constructor - Default constructor for generic creation.
|
PriceChangeDescriptorModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
PriceChangeDescriptorModel(java.lang.String _changeType,
CronJobModel _cronJob,
java.lang.Integer _sequenceNumber,
StepModel _step)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
PriceChangeDescriptorModel(java.lang.String _changeType,
CronJobModel _cronJob,
ItemModel _owner,
java.lang.Integer _sequenceNumber,
StepModel _step)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
PriceCopyModel |
getPriceCopy()
Generated method - Getter of the
PriceChangeDescriptor.priceCopy attribute defined at extension bmecat. |
PriceRowModel |
getPriceRow()
Generated method - Getter of the
PriceChangeDescriptor.priceRow attribute defined at extension bmecat. |
void |
setPriceCopy(PriceCopyModel value)
Generated method - Setter of
PriceChangeDescriptor.priceCopy attribute defined at extension bmecat. |
void |
setPriceRow(PriceRowModel value)
Generated method - Setter of
PriceChangeDescriptor.priceRow attribute defined at extension bmecat. |
getChangedItem, getChangeType, getCronJob, getDescription, getPreviousItemState, getSaveTimestamp, getSequenceNumber, getStep, setChangedItem, setChangeType, setCronJob, setDescription, setPreviousItemState, setSaveTimestamp, setSequenceNumber, setStepgetComments, 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 PRICEROW
PriceChangeDescriptor.priceRow attribute defined at extension bmecat.public static final java.lang.String PRICECOPY
PriceChangeDescriptor.priceCopy attribute defined at extension bmecat.public PriceChangeDescriptorModel()
public PriceChangeDescriptorModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public PriceChangeDescriptorModel(java.lang.String _changeType,
CronJobModel _cronJob,
java.lang.Integer _sequenceNumber,
StepModel _step)
_changeType - initial attribute declared by type ChangeDescriptor at extension processing_cronJob - initial attribute declared by type ChangeDescriptor at extension processing_sequenceNumber - initial attribute declared by type ChangeDescriptor at extension processing_step - initial attribute declared by type ChangeDescriptor at extension processing@Deprecated
public PriceChangeDescriptorModel(java.lang.String _changeType,
CronJobModel _cronJob,
ItemModel _owner,
java.lang.Integer _sequenceNumber,
StepModel _step)
_changeType - initial attribute declared by type ChangeDescriptor at extension processing_cronJob - initial attribute declared by type ChangeDescriptor at extension processing_owner - initial attribute declared by type Item at extension core_sequenceNumber - initial attribute declared by type ChangeDescriptor at extension processing_step - initial attribute declared by type ChangeDescriptor at extension processing@Accessor(qualifier="priceCopy", type=GETTER) public PriceCopyModel getPriceCopy()
PriceChangeDescriptor.priceCopy attribute defined at extension bmecat.@Accessor(qualifier="priceRow", type=GETTER) public PriceRowModel getPriceRow()
PriceChangeDescriptor.priceRow attribute defined at extension bmecat.@Accessor(qualifier="priceCopy", type=SETTER) public void setPriceCopy(PriceCopyModel value)
PriceChangeDescriptor.priceCopy attribute defined at extension bmecat.value - the priceCopy@Accessor(qualifier="priceRow", type=SETTER) public void setPriceRow(PriceRowModel value)
PriceChangeDescriptor.priceRow attribute defined at extension bmecat.value - the priceRowCopyright © 2018 SAP SE. All Rights Reserved.