public class CatalogVersionDifferenceModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
CRONJOB
Generated constant - Attribute key of
CatalogVersionDifference.cronJob attribute defined at extension catalog. |
static java.lang.String |
DIFFERENCETEXT
Generated constant - Attribute key of
CatalogVersionDifference.differenceText attribute defined at extension catalog. |
static java.lang.String |
DIFFERENCEVALUE
Generated constant - Attribute key of
CatalogVersionDifference.differenceValue attribute defined at extension catalog. |
static java.lang.String |
SOURCEVERSION
Generated constant - Attribute key of
CatalogVersionDifference.sourceVersion attribute defined at extension catalog. |
static java.lang.String |
TARGETVERSION
Generated constant - Attribute key of
CatalogVersionDifference.targetVersion attribute defined at extension catalog. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
CatalogVersionDifferenceModel()
Generated constructor - Default constructor for generic creation.
|
CatalogVersionDifferenceModel(CompareCatalogVersionsCronJobModel _cronJob,
CatalogVersionModel _sourceVersion,
CatalogVersionModel _targetVersion)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
CatalogVersionDifferenceModel(CompareCatalogVersionsCronJobModel _cronJob,
ItemModel _owner,
CatalogVersionModel _sourceVersion,
CatalogVersionModel _targetVersion)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
CatalogVersionDifferenceModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
CompareCatalogVersionsCronJobModel |
getCronJob()
Generated method - Getter of the
CatalogVersionDifference.cronJob attribute defined at extension catalog. |
java.lang.String |
getDifferenceText()
Generated method - Getter of the
CatalogVersionDifference.differenceText attribute defined at extension catalog. |
java.lang.Double |
getDifferenceValue()
Generated method - Getter of the
CatalogVersionDifference.differenceValue attribute defined at extension catalog. |
CatalogVersionModel |
getSourceVersion()
Generated method - Getter of the
CatalogVersionDifference.sourceVersion attribute defined at extension catalog. |
CatalogVersionModel |
getTargetVersion()
Generated method - Getter of the
CatalogVersionDifference.targetVersion attribute defined at extension catalog. |
void |
setCronJob(CompareCatalogVersionsCronJobModel value)
Generated method - Initial setter of
CatalogVersionDifference.cronJob attribute defined at extension catalog. |
void |
setDifferenceText(java.lang.String value)
Generated method - Setter of
CatalogVersionDifference.differenceText attribute defined at extension catalog. |
void |
setDifferenceValue(java.lang.Double value)
Generated method - Setter of
CatalogVersionDifference.differenceValue attribute defined at extension catalog. |
void |
setSourceVersion(CatalogVersionModel value)
Generated method - Initial setter of
CatalogVersionDifference.sourceVersion attribute defined at extension catalog. |
void |
setTargetVersion(CatalogVersionModel value)
Generated method - Initial setter of
CatalogVersionDifference.targetVersion 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 SOURCEVERSION
CatalogVersionDifference.sourceVersion attribute defined at extension catalog.public static final java.lang.String TARGETVERSION
CatalogVersionDifference.targetVersion attribute defined at extension catalog.public static final java.lang.String CRONJOB
CatalogVersionDifference.cronJob attribute defined at extension catalog.public static final java.lang.String DIFFERENCETEXT
CatalogVersionDifference.differenceText attribute defined at extension catalog.public static final java.lang.String DIFFERENCEVALUE
CatalogVersionDifference.differenceValue attribute defined at extension catalog.public CatalogVersionDifferenceModel()
public CatalogVersionDifferenceModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public CatalogVersionDifferenceModel(CompareCatalogVersionsCronJobModel _cronJob, CatalogVersionModel _sourceVersion, CatalogVersionModel _targetVersion)
_cronJob - initial attribute declared by type CatalogVersionDifference at extension catalog_sourceVersion - initial attribute declared by type CatalogVersionDifference at extension catalog_targetVersion - initial attribute declared by type CatalogVersionDifference at extension catalog@Deprecated public CatalogVersionDifferenceModel(CompareCatalogVersionsCronJobModel _cronJob, ItemModel _owner, CatalogVersionModel _sourceVersion, CatalogVersionModel _targetVersion)
_cronJob - initial attribute declared by type CatalogVersionDifference at extension catalog_owner - initial attribute declared by type Item at extension core_sourceVersion - initial attribute declared by type CatalogVersionDifference at extension catalog_targetVersion - initial attribute declared by type CatalogVersionDifference at extension catalog@Accessor(qualifier="cronJob", type=GETTER) public CompareCatalogVersionsCronJobModel getCronJob()
CatalogVersionDifference.cronJob attribute defined at extension catalog.@Accessor(qualifier="differenceText", type=GETTER) public java.lang.String getDifferenceText()
CatalogVersionDifference.differenceText attribute defined at extension catalog.@Accessor(qualifier="differenceValue", type=GETTER) public java.lang.Double getDifferenceValue()
CatalogVersionDifference.differenceValue attribute defined at extension catalog.@Accessor(qualifier="sourceVersion", type=GETTER) public CatalogVersionModel getSourceVersion()
CatalogVersionDifference.sourceVersion attribute defined at extension catalog.@Accessor(qualifier="targetVersion", type=GETTER) public CatalogVersionModel getTargetVersion()
CatalogVersionDifference.targetVersion attribute defined at extension catalog.@Accessor(qualifier="cronJob", type=SETTER) public void setCronJob(CompareCatalogVersionsCronJobModel value)
CatalogVersionDifference.cronJob attribute defined at extension catalog. Can only be used at creation of model - before first save.value - the cronJob@Accessor(qualifier="differenceText", type=SETTER) public void setDifferenceText(java.lang.String value)
CatalogVersionDifference.differenceText attribute defined at extension catalog.value - the differenceText@Accessor(qualifier="differenceValue", type=SETTER) public void setDifferenceValue(java.lang.Double value)
CatalogVersionDifference.differenceValue attribute defined at extension catalog.value - the differenceValue@Accessor(qualifier="sourceVersion", type=SETTER) public void setSourceVersion(CatalogVersionModel value)
CatalogVersionDifference.sourceVersion attribute defined at extension catalog. Can only be used at creation of model - before first save.value - the sourceVersion@Accessor(qualifier="targetVersion", type=SETTER) public void setTargetVersion(CatalogVersionModel value)
CatalogVersionDifference.targetVersion attribute defined at extension catalog. Can only be used at creation of model - before first save.value - the targetVersionCopyright © 2018 SAP SE. All Rights Reserved.