Class ClassificationKeywordModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.catalog.model.KeywordModel
de.hybris.platform.catalog.model.classification.ClassificationKeywordModel
- All Implemented Interfaces:
Serializable
Generated model class for type ClassificationKeyword 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 ofClassificationKeyword.externalIDattribute defined at extensioncatalog.Fields inherited from class de.hybris.platform.catalog.model.KeywordModel
_CATEGORY2KEYWORDRELATION, CATALOG, CATALOGVERSION, CATEGORIES, KEYWORD, LANGUAGE, PRODUCTSFields 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.ClassificationKeywordModel(ClassificationSystemVersionModel _catalogVersion, String _keyword, LanguageModel _language) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersClassificationKeywordModel(ClassificationSystemVersionModel _catalogVersion, String _keyword, LanguageModel _language, ItemModel _owner) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersClassificationKeywordModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theKeyword.catalogVersionattribute defined at extensioncatalogand redeclared at extensioncatalog.Generated method - Getter of theClassificationKeyword.externalIDattribute defined at extensioncatalog.voidGenerated method - Setter ofKeyword.catalogVersionattribute defined at extensioncatalogand redeclared at extensioncatalog.voidsetExternalID(String value) Generated method - Setter ofClassificationKeyword.externalIDattribute defined at extensioncatalog.Methods inherited from class de.hybris.platform.catalog.model.KeywordModel
getCategories, getCategories, getKeyword, getLanguage, getProducts, getProducts, setCategories, setCategories, setKeyword, setLanguage, setProducts, setProductsMethods 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:
-
EXTERNALID
Generated constant - Attribute key ofClassificationKeyword.externalIDattribute defined at extensioncatalog.- See Also:
-
-
Constructor Details
-
ClassificationKeywordModel
public ClassificationKeywordModel()Generated constructor - Default constructor for generic creation. -
ClassificationKeywordModel
public ClassificationKeywordModel(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
-
ClassificationKeywordModel
@Deprecated(since="4.1.1", forRemoval=true) public ClassificationKeywordModel(ClassificationSystemVersionModel _catalogVersion, String _keyword, LanguageModel _language) 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:
_catalogVersion- initial attribute declared by typeClassificationKeywordat extensioncatalog_keyword- initial attribute declared by typeKeywordat extensioncatalog_language- initial attribute declared by typeKeywordat extensioncatalog
-
ClassificationKeywordModel
@Deprecated(since="4.1.1", forRemoval=true) public ClassificationKeywordModel(ClassificationSystemVersionModel _catalogVersion, String _keyword, LanguageModel _language, ItemModel _owner) 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:
_catalogVersion- initial attribute declared by typeClassificationKeywordat extensioncatalog_keyword- initial attribute declared by typeKeywordat extensioncatalog_language- initial attribute declared by typeKeywordat extensioncatalog_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getCatalogVersion
@Accessor(qualifier="catalogVersion", type=GETTER) public ClassificationSystemVersionModel getCatalogVersion()Generated method - Getter of theKeyword.catalogVersionattribute defined at extensioncatalogand redeclared at extensioncatalog.- Overrides:
getCatalogVersionin classKeywordModel- Returns:
- the catalogVersion
-
getExternalID
Generated method - Getter of theClassificationKeyword.externalIDattribute defined at extensioncatalog.- Returns:
- the externalID
-
setCatalogVersion
@Accessor(qualifier="catalogVersion", type=SETTER) public void setCatalogVersion(CatalogVersionModel value) Generated method - Setter ofKeyword.catalogVersionattribute defined at extensioncatalogand redeclared at extensioncatalog. Will only accept values of typeClassificationSystemVersionModel.- Overrides:
setCatalogVersionin classKeywordModel- Parameters:
value- the catalogVersion
-
setExternalID
Generated method - Setter ofClassificationKeyword.externalIDattribute defined at extensioncatalog.- Parameters:
value- the externalID
-