public class ClassificationKeywordModel extends KeywordModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
EXTERNALID
Generated constant - Attribute key of
ClassificationKeyword.externalID attribute defined at extension catalog. |
_CATEGORY2KEYWORDRELATION, CATALOG, CATALOGVERSION, CATEGORIES, KEYWORD, LANGUAGE, PRODUCTS_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
ClassificationKeywordModel()
Generated constructor - Default constructor for generic creation.
|
ClassificationKeywordModel(ClassificationSystemVersionModel _catalogVersion,
String _keyword,
LanguageModel _language)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
ClassificationKeywordModel(ClassificationSystemVersionModel _catalogVersion,
String _keyword,
LanguageModel _language,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
ClassificationKeywordModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
ClassificationSystemVersionModel |
getCatalogVersion()
Generated method - Getter of the
Keyword.catalogVersion attribute defined at extension catalog and redeclared at extension catalog. |
String |
getExternalID()
Generated method - Getter of the
ClassificationKeyword.externalID attribute defined at extension catalog. |
void |
setCatalogVersion(CatalogVersionModel value)
Generated method - Setter of
Keyword.catalogVersion attribute defined at extension catalog and redeclared at extension catalog. |
void |
setExternalID(String value)
Generated method - Setter of
ClassificationKeyword.externalID attribute defined at extension catalog. |
getCategories, getCategories, getKeyword, getLanguage, getProducts, getProducts, setCategories, setCategories, setKeyword, setLanguage, setProducts, setProductsgetComments, getCreationtime, getModifiedtime, getOwner, setComments, setCreationtime, setModifiedtime, setOwnerequals, 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, writeReplacepublic static final String _TYPECODE
public static final String EXTERNALID
ClassificationKeyword.externalID attribute defined at extension catalog.public ClassificationKeywordModel()
public ClassificationKeywordModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public ClassificationKeywordModel(ClassificationSystemVersionModel _catalogVersion, String _keyword, LanguageModel _language)
_catalogVersion - initial attribute declared by type ClassificationKeyword at extension catalog_keyword - initial attribute declared by type Keyword at extension catalog_language - initial attribute declared by type Keyword at extension catalog@Deprecated public ClassificationKeywordModel(ClassificationSystemVersionModel _catalogVersion, String _keyword, LanguageModel _language, ItemModel _owner)
_catalogVersion - initial attribute declared by type ClassificationKeyword at extension catalog_keyword - initial attribute declared by type Keyword at extension catalog_language - initial attribute declared by type Keyword at extension catalog_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="catalogVersion", type=GETTER) public ClassificationSystemVersionModel getCatalogVersion()
Keyword.catalogVersion attribute defined at extension catalog and redeclared at extension catalog.getCatalogVersion in class KeywordModel@Accessor(qualifier="externalID", type=GETTER) public String getExternalID()
ClassificationKeyword.externalID attribute defined at extension catalog.@Accessor(qualifier="catalogVersion", type=SETTER) public void setCatalogVersion(CatalogVersionModel value)
Keyword.catalogVersion attribute defined at extension catalog and redeclared at extension catalog. Will only accept values of type ClassificationSystemVersionModel.setCatalogVersion in class KeywordModelvalue - the catalogVersionCopyright © 2017 SAP SE. All Rights Reserved.