Class ClassificationSystemVersionModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.catalog.model.CatalogVersionModel
de.hybris.platform.catalog.model.classification.ClassificationSystemVersionModel
- All Implemented Interfaces:
Serializable
Generated model class for type ClassificationSystemVersion first defined at extension catalog.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated relation code constant for relationCatalog2VersionsRelationdefining source attributecatalogin extensioncatalog.static final StringGenerated model type code constant.Fields inherited from class de.hybris.platform.catalog.model.CatalogVersionModel
_MERCHINDEXINGCONFIG2CATALOGVERSION, _MERCHPRODUCTDIR2CATALOGVERSION, _PREVIEWDATATOCATALOGVERSION, _PRINCIPAL2READABLECATALOGVERSIONRELATION, _PRINCIPAL2WRITEABLECATALOGVERSIONRELATION, _SOLRFACETSEARCHCONFIG2CATALOGVERSIONRELATION, ACTIVE, AGREEMENTS, CATALOG, CATEGORYSYSTEMDESCRIPTION, CATEGORYSYSTEMID, CATEGORYSYSTEMNAME, CXPERSONALIZATIONPROCESSES, DEFAULTCURRENCY, FACETSEARCHCONFIGS, GENERATIONDATE, GENERATORINFO, INCLASSURANCE, INCLDUTY, INCLFREIGHT, INCLPACKING, INCOMINGSYNCHRONIZATIONS, LANGUAGES, MERCHINDEXINGCONFIG, MERCHPRODUCTDIRECTORYCONFIG, MIMEROOTDIRECTORY, MNEMONIC, PREVIEWS, PREVIOUSUPDATEVERSION, READPRINCIPALS, ROOTCATEGORIES, SYNCHRONIZATIONS, TERRITORIES, VERSION, WORKFLOWTEMPLATES, WRITEPRINCIPALSFields 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.ClassificationSystemVersionModel(ClassificationSystemModel _catalog, ItemModel _owner, String _version) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersClassificationSystemVersionModel(ClassificationSystemModel _catalog, String _version) 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 - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theCatalogVersion.catalogattribute defined at extensioncatalogand redeclared at extensioncatalog.voidsetCatalog(CatalogModel value) Generated method - Initial setter ofCatalogVersion.catalogattribute defined at extensioncatalogand redeclared at extensioncatalog.Methods inherited from class de.hybris.platform.catalog.model.CatalogVersionModel
getActive, getAgreements, getCategorySystemDescription, getCategorySystemDescription, getCategorySystemID, getCategorySystemName, getCategorySystemName, getCxPersonalizationProcesses, getDefaultCurrency, getFacetSearchConfigs, getGenerationDate, getGeneratorInfo, getInclAssurance, getInclDuty, getInclFreight, getInclPacking, getIncomingSynchronizations, getLanguages, getMerchIndexingConfig, getMerchProductDirectoryConfig, getMimeRootDirectory, getMnemonic, getPreviews, getPreviousUpdateVersion, getReadPrincipals, getRootCategories, getSynchronizations, getTerritories, getVersion, getWorkflowTemplates, getWritePrincipals, setActive, setAgreements, setCategorySystemDescription, setCategorySystemDescription, setCategorySystemID, setCategorySystemName, setCategorySystemName, setCxPersonalizationProcesses, setDefaultCurrency, setFacetSearchConfigs, setGenerationDate, setGeneratorInfo, setInclAssurance, setInclDuty, setInclFreight, setInclPacking, setLanguages, setMerchIndexingConfig, setMerchProductDirectoryConfig, setMimeRootDirectory, setMnemonic, setPreviews, setPreviousUpdateVersion, setReadPrincipals, setRootCategories, setSynchronizations, setTerritories, setVersion, setWorkflowTemplates, setWritePrincipalsMethods 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:
-
_CATALOG2VERSIONSRELATION
Generated relation code constant for relationCatalog2VersionsRelationdefining source attributecatalogin extensioncatalog.- See Also:
-
-
Constructor Details
-
ClassificationSystemVersionModel
public ClassificationSystemVersionModel()Generated constructor - Default constructor for generic creation. -
ClassificationSystemVersionModel
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
ClassificationSystemVersionModel
@Deprecated(since="4.1.1", forRemoval=true) public ClassificationSystemVersionModel(ClassificationSystemModel _catalog, String _version) 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:
_catalog- initial attribute declared by typeClassificationSystemVersionat extensioncatalog_version- initial attribute declared by typeCatalogVersionat extensioncatalog
-
ClassificationSystemVersionModel
@Deprecated(since="4.1.1", forRemoval=true) public ClassificationSystemVersionModel(ClassificationSystemModel _catalog, ItemModel _owner, String _version) 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:
_catalog- initial attribute declared by typeClassificationSystemVersionat extensioncatalog_owner- initial attribute declared by typeItemat extensioncore_version- initial attribute declared by typeCatalogVersionat extensioncatalog
-
-
Method Details
-
getCatalog
Generated method - Getter of theCatalogVersion.catalogattribute defined at extensioncatalogand redeclared at extensioncatalog.- Overrides:
getCatalogin classCatalogVersionModel- Returns:
- the catalog - the classification system
-
setCatalog
Generated method - Initial setter ofCatalogVersion.catalogattribute defined at extensioncatalogand redeclared at extensioncatalog. Can only be used at creation of model - before first save. Will only accept values of typeClassificationSystemModel.- Overrides:
setCatalogin classCatalogVersionModel- Parameters:
value- the catalog - the classification system
-