Package de.hybris.platform.catalog.model
Class CatalogVersionDifferenceModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.catalog.model.CatalogVersionDifferenceModel
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CategoryCatalogVersionDifferenceModel,ProductCatalogVersionDifferenceModel
Generated model class for type CatalogVersionDifference first defined at extension catalog.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofCatalogVersionDifference.cronJobattribute defined at extensioncatalog.static final StringGenerated constant - Attribute key ofCatalogVersionDifference.differenceTextattribute defined at extensioncatalog.static final StringGenerated constant - Attribute key ofCatalogVersionDifference.differenceValueattribute defined at extensioncatalog.static final StringGenerated constant - Attribute key ofCatalogVersionDifference.sourceVersionattribute defined at extensioncatalog.static final StringGenerated constant - Attribute key ofCatalogVersionDifference.targetVersionattribute defined at extensioncatalog.Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated constructor - Default constructor for generic creation.CatalogVersionDifferenceModel(CompareCatalogVersionsCronJobModel _cronJob, CatalogVersionModel _sourceVersion, CatalogVersionModel _targetVersion) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCatalogVersionDifferenceModel(CompareCatalogVersionsCronJobModel _cronJob, ItemModel _owner, CatalogVersionModel _sourceVersion, CatalogVersionModel _targetVersion) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCatalogVersionDifferenceModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theCatalogVersionDifference.cronJobattribute defined at extensioncatalog.Generated method - Getter of theCatalogVersionDifference.differenceTextattribute defined at extensioncatalog.Generated method - Getter of theCatalogVersionDifference.differenceValueattribute defined at extensioncatalog.Generated method - Getter of theCatalogVersionDifference.sourceVersionattribute defined at extensioncatalog.Generated method - Getter of theCatalogVersionDifference.targetVersionattribute defined at extensioncatalog.voidGenerated method - Initial setter ofCatalogVersionDifference.cronJobattribute defined at extensioncatalog.voidsetDifferenceText(String value) Generated method - Setter ofCatalogVersionDifference.differenceTextattribute defined at extensioncatalog.voidsetDifferenceValue(Double value) Generated method - Setter ofCatalogVersionDifference.differenceValueattribute defined at extensioncatalog.voidGenerated method - Initial setter ofCatalogVersionDifference.sourceVersionattribute defined at extensioncatalog.voidGenerated method - Initial setter ofCatalogVersionDifference.targetVersionattribute defined at extensioncatalog.Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, 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, writeReplace
-
Field Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
SOURCEVERSION
Generated constant - Attribute key ofCatalogVersionDifference.sourceVersionattribute defined at extensioncatalog.- See Also:
-
TARGETVERSION
Generated constant - Attribute key ofCatalogVersionDifference.targetVersionattribute defined at extensioncatalog.- See Also:
-
CRONJOB
Generated constant - Attribute key ofCatalogVersionDifference.cronJobattribute defined at extensioncatalog.- See Also:
-
DIFFERENCETEXT
Generated constant - Attribute key ofCatalogVersionDifference.differenceTextattribute defined at extensioncatalog.- See Also:
-
DIFFERENCEVALUE
Generated constant - Attribute key ofCatalogVersionDifference.differenceValueattribute defined at extensioncatalog.- See Also:
-
-
Constructor Details
-
CatalogVersionDifferenceModel
public CatalogVersionDifferenceModel()Generated constructor - Default constructor for generic creation. -
CatalogVersionDifferenceModel
public CatalogVersionDifferenceModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
CatalogVersionDifferenceModel
@Deprecated(since="4.1.1", forRemoval=true) public CatalogVersionDifferenceModel(CompareCatalogVersionsCronJobModel _cronJob, CatalogVersionModel _sourceVersion, CatalogVersionModel _targetVersion) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_cronJob- initial attribute declared by typeCatalogVersionDifferenceat extensioncatalog_sourceVersion- initial attribute declared by typeCatalogVersionDifferenceat extensioncatalog_targetVersion- initial attribute declared by typeCatalogVersionDifferenceat extensioncatalog
-
CatalogVersionDifferenceModel
@Deprecated(since="4.1.1", forRemoval=true) public CatalogVersionDifferenceModel(CompareCatalogVersionsCronJobModel _cronJob, ItemModel _owner, CatalogVersionModel _sourceVersion, CatalogVersionModel _targetVersion) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_cronJob- initial attribute declared by typeCatalogVersionDifferenceat extensioncatalog_owner- initial attribute declared by typeItemat extensioncore_sourceVersion- initial attribute declared by typeCatalogVersionDifferenceat extensioncatalog_targetVersion- initial attribute declared by typeCatalogVersionDifferenceat extensioncatalog
-
-
Method Details
-
getCronJob
Generated method - Getter of theCatalogVersionDifference.cronJobattribute defined at extensioncatalog.- Returns:
- the cronJob
-
getDifferenceText
Generated method - Getter of theCatalogVersionDifference.differenceTextattribute defined at extensioncatalog.- Returns:
- the differenceText
-
getDifferenceValue
Generated method - Getter of theCatalogVersionDifference.differenceValueattribute defined at extensioncatalog.- Returns:
- the differenceValue
-
getSourceVersion
Generated method - Getter of theCatalogVersionDifference.sourceVersionattribute defined at extensioncatalog.- Returns:
- the sourceVersion
-
getTargetVersion
Generated method - Getter of theCatalogVersionDifference.targetVersionattribute defined at extensioncatalog.- Returns:
- the targetVersion
-
setCronJob
@Accessor(qualifier="cronJob", type=SETTER) public void setCronJob(CompareCatalogVersionsCronJobModel value) Generated method - Initial setter ofCatalogVersionDifference.cronJobattribute defined at extensioncatalog. Can only be used at creation of model - before first save.- Parameters:
value- the cronJob
-
setDifferenceText
Generated method - Setter ofCatalogVersionDifference.differenceTextattribute defined at extensioncatalog.- Parameters:
value- the differenceText
-
setDifferenceValue
Generated method - Setter ofCatalogVersionDifference.differenceValueattribute defined at extensioncatalog.- Parameters:
value- the differenceValue
-
setSourceVersion
@Accessor(qualifier="sourceVersion", type=SETTER) public void setSourceVersion(CatalogVersionModel value) Generated method - Initial setter ofCatalogVersionDifference.sourceVersionattribute defined at extensioncatalog. Can only be used at creation of model - before first save.- Parameters:
value- the sourceVersion
-
setTargetVersion
@Accessor(qualifier="targetVersion", type=SETTER) public void setTargetVersion(CatalogVersionModel value) Generated method - Initial setter ofCatalogVersionDifference.targetVersionattribute defined at extensioncatalog. Can only be used at creation of model - before first save.- Parameters:
value- the targetVersion
-