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:
java.io.Serializable
public class ClassificationKeywordModel extends KeywordModel
Generated model class for type ClassificationKeyword 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_TYPECODEGenerated model type code constant.static java.lang.StringEXTERNALIDGenerated constant - Attribute key ofClassificationKeyword.externalIDattribute defined at extensioncatalog.-
Fields inherited from class de.hybris.platform.catalog.model.KeywordModel
_CATEGORY2KEYWORDRELATION, CATALOG, CATALOGVERSION, CATEGORIES, KEYWORD, LANGUAGE, PRODUCTS
-
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 ClassificationKeywordModel()Generated constructor - Default constructor for generic creation.ClassificationKeywordModel(ClassificationSystemVersionModel _catalogVersion, java.lang.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, java.lang.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(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing context
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClassificationSystemVersionModelgetCatalogVersion()Generated method - Getter of theKeyword.catalogVersionattribute defined at extensioncatalogand redeclared at extensioncatalog.java.lang.StringgetExternalID()Generated method - Getter of theClassificationKeyword.externalIDattribute defined at extensioncatalog.voidsetCatalogVersion(CatalogVersionModel value)Generated method - Setter ofKeyword.catalogVersionattribute defined at extensioncatalogand redeclared at extensioncatalog.voidsetExternalID(java.lang.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, setProducts
-
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
-
EXTERNALID
public static final java.lang.String EXTERNALID
Generated constant - Attribute key ofClassificationKeyword.externalIDattribute defined at extensioncatalog.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ClassificationKeywordModel
public ClassificationKeywordModel()
Generated constructor - Default constructor for generic creation.
-
ClassificationKeywordModel
public ClassificationKeywordModel(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, java.lang.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, java.lang.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 Detail
-
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
@Accessor(qualifier="externalID", type=GETTER) public java.lang.String 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
-
-