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:
java.io.Serializable
public class ClassificationSystemVersionModel extends CatalogVersionModel
Generated model class for type ClassificationSystemVersion first defined at extension catalog.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_CATALOG2VERSIONSRELATIONGenerated relation code constant for relationCatalog2VersionsRelationdefining source attributecatalogin extensioncatalog.static java.lang.String_TYPECODEGenerated model type code constant.-
Fields inherited from class de.hybris.platform.catalog.model.CatalogVersionModel
_MERCHINDEXINGCONFIG2CATALOGVERSION, _PREVIEWDATATOCATALOGVERSION, _PRINCIPAL2READABLECATALOGVERSIONRELATION, _PRINCIPAL2WRITEABLECATALOGVERSIONRELATION, _SOLRFACETSEARCHCONFIG2CATALOGVERSIONRELATION, ACTIVE, AGREEMENTS, CATALOG, CATEGORYSYSTEMDESCRIPTION, CATEGORYSYSTEMID, CATEGORYSYSTEMNAME, CXPERSONALIZATIONPROCESSES, DEFAULTCURRENCY, FACETSEARCHCONFIGS, GENERATIONDATE, GENERATORINFO, INCLASSURANCE, INCLDUTY, INCLFREIGHT, INCLPACKING, INCOMINGSYNCHRONIZATIONS, LANGUAGES, MERCHINDEXINGCONFIG, MIMEROOTDIRECTORY, MNEMONIC, PREVIEWS, PREVIOUSUPDATEVERSION, READPRINCIPALS, ROOTCATEGORIES, SYNCHRONIZATIONS, TERRITORIES, VERSION, WORKFLOWTEMPLATES, WRITEPRINCIPALS
-
Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description ClassificationSystemVersionModel()Generated constructor - Default constructor for generic creation.ClassificationSystemVersionModel(ClassificationSystemModel _catalog, ItemModel _owner, java.lang.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, java.lang.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(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing context
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClassificationSystemModelgetCatalog()Generated 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, 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, setMimeRootDirectory, setMnemonic, setPreviews, setPreviousUpdateVersion, setReadPrincipals, setRootCategories, setSynchronizations, setTerritories, setVersion, setWorkflowTemplates, setWritePrincipals
-
Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner
-
Methods 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 Detail
-
_TYPECODE
public static final java.lang.String _TYPECODE
Generated model type code constant.- See Also:
- Constant Field Values
-
_CATALOG2VERSIONSRELATION
public static final java.lang.String _CATALOG2VERSIONSRELATION
Generated relation code constant for relationCatalog2VersionsRelationdefining source attributecatalogin extensioncatalog.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ClassificationSystemVersionModel
public ClassificationSystemVersionModel()
Generated constructor - Default constructor for generic creation.
-
ClassificationSystemVersionModel
public ClassificationSystemVersionModel(ItemModelContext ctx)
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, java.lang.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, java.lang.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 Detail
-
getCatalog
@Accessor(qualifier="catalog", type=GETTER) public ClassificationSystemModel getCatalog()
Generated method - Getter of theCatalogVersion.catalogattribute defined at extensioncatalogand redeclared at extensioncatalog.- Overrides:
getCatalogin classCatalogVersionModel- Returns:
- the catalog - the classification system
-
setCatalog
@Accessor(qualifier="catalog", type=SETTER) public void setCatalog(CatalogModel value)
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
-
-